geoarrow-rs icon indicating copy to clipboard operation
geoarrow-rs copied to clipboard

Tests with empty geometries

Open kylebarron opened this issue 2 years ago • 1 comments

The format specifies that empty geometries (which are not the same as missing!) have an empty inner array.

We need to make sure that this works with the layout I have, and we should also make sure that is_empty is accurate for this!

Also an empty point is defined with NaN values, so we should validate that (and write a custom PartialEq probably)

kylebarron avatar Jul 16 '23 20:07 kylebarron

An empty point has two values NaN, NaN from #81

kylebarron avatar Jul 20 '23 15:07 kylebarron