Skip to content

rust-v0.6.0

Choose a tag to compare

@kylebarron kylebarron released this 15 Oct 21:31
· 60 commits to main since this release
93cbd3d

geoarrow-schema

  • feat(geoarrow-schema): add RectType as alias for BoxType by @kylebarron in #1310
  • feat: GeometryTypeId trait to infer GeoArrow type id for a type #1372

geoarrow-array

  • fix(geoarrow-array): Fix persisting CRS when creating GeometryArray from Field by @kylebarron in #1326
  • feat(geoarrow-array): Expose public accessors for coordinates from coord buffers by @kylebarron in #1332
  • New GeozeroRecordBatchWriter to allow for an iterative push-based API for writing to geozero-based data sinks.
  • perf(geoarrow-array): Improve perf of from_wkb/from_wkt when parsing to WKB/WKT output types #1313
  • feat(geoarrow-array): WrapArray trait by @kylebarron in #1334
  • feat: New API for WKB builder to push bytes/str directly by @kylebarron in #1354
  • test(geoarrow-array): Add test that GeometryArray slicing survives arrow-rs roundtrip by @kylebarron in #1371
  • feat(geoarrow-array): Implement child array access from GeometryArray #1373
  • docs: Improve docs wording for GeoArrowArrayReader by @kylebarron in #1358

geoparquet

  • Make infer_geoarrow_schema public. #1251

geoarrow-csv

geoarrow-geojson

  • feat(geoarrow-geojson): GeoJSON writer using arrow-json's new custom encoders by @kylebarron in #1040

geoarrow-flatgeobuf

  • New FlatGeobufWriter: an iterative push-based API for writing to FlatGeobuf files.
  • fix(geoarrow-flatgeobuf): Fix FlatGeobuf reader with missing (null) properties #1356

geoarrow-expr-geo