What's Changed
- Include GeoArrow metadata on constructed Arrow table by @kylebarron in #52
- Exhaustive schema inference by @kylebarron in #50
- Update spec to document storing all GeoJSON properties as WKB by @kylebarron in #51
- Include
proj:geometry
column in GeoParquet metadata when writing by @kylebarron in #56 - Write to Delta Lake by @kylebarron in #58
- Allow writing either GeoParquet 1.0 or GeoParquet 1.1 schema metadata by @kylebarron in #61
- Add documentation website by @kylebarron in #65
- Add NAIP example notebook by @kylebarron in #71
- Require typing_extensions by @gadomski in #67
- Use Arrow stream interface for public API by @kylebarron in #69
- Update usage and schema documentation by @kylebarron in #70
Development changes
- Use iterables / and record batches in to_arrow by @bitner in #53
- Add Ruff to pre-commit by @kylebarron in #62
- Refactor interally to
RawBatch
andCleanBatch
wrapper types by @kylebarron in #57 - Add batched tests by @kylebarron in #73
- Use numpy v2 in tests by @kylebarron in #64
- Rename raw/clean batch to json/arrow batch by @kylebarron in #59
New Contributors
Full Changelog: 0.5.1...0.6.0