You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can follow up with a more complete example, but when preparing geoarrow-data I tried to write the example files, all of which contain nulls. When I try to write such a file I get:
pyo3_runtime.PanicException: called `Option::unwrap()` on a `None` value
The text was updated successfully, but these errors were encountered:
importgeoarrow.pyarrowasgafromgeoarrow.rust.ioimportwrite_flatgeobufimportpyarrowaspatable=pa.table({"geometry": ga.as_geoarrow(["POINT (0 1)", None])})
write_flatgeobuf(table, "foofy.fgb")
#> PanicException: called `Option::unwrap()` on a `None` value
...the backtrace isn't useful because I think the debug symbols were stripped from the wheel?
I can follow up with a more complete example, but when preparing geoarrow-data I tried to write the example files, all of which contain nulls. When I try to write such a file I get:
The text was updated successfully, but these errors were encountered: