-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: geozero
null
values are coerced to "null"
#588
Comments
Thanks! I'll take a look! |
Well, the issue here is that geozero doesn't have a I don't really want to scan every input value for the string In any case, you can use |
geozero
null
values are coerced to "null"
geozero
null
values are coerced to "null"
geozero
null
values are coerced to "null"
### Change list - Support writing Struct, Array, Datetime columns from GeoArrow through geozero. - Vendor geozero GeoJSON updates (georust/geozero#208 and georust/geozero#206) - Handle null attribute values when writing to geozero. - add `writeGeoJSON` to JS binding - Closes #588. ~~I'm still getting issues with the GeoJSONWriter excluding fields. In particular, writing Overture data to GeoJSON completely omits list and struct fields, giving invalid GeoJSON with ", ,"~~ ---- Note: tested this via the Python API
I downloaded this geojson but I can't open it.
I get
PanicException: Trying to insert a column value null in the wrong type column Float64(PrimitiveBuilder { values_builder: BufferBuilder { buffer: MutableBuffer { data: 0x30ffc80, len: 8, layout: Layout { size: 64, align: 128 (1 << 7) } }, len: 1, _marker: PhantomData<f64> }, null_buffer_builder: NullBufferBuilder { bitmap_builder: Some(BooleanBufferBuilder { buffer: MutableBuffer { data: 0x303a480, len: 1, layout: Layout { size: 64, align: 128 (1 << 7) } }, len: 1 }), len: 0, capacity: 1 }, data_type: Float64 })
The text was updated successfully, but these errors were encountered: