Releases: stac-utils/stac-geoparquet
Releases · stac-utils/stac-geoparquet
0.6.0
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
0.5.1
What's Changed
- Move arrow-based code into arrow module by @kylebarron in #47
- Docs for pyarrow reader / writer by @TomAugspurger in #46
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- STAC Interoperability with Arrow by @kylebarron in #37
- Write to Parquet with GeoParquet 1.1 metadata by @kylebarron in #40
- Specify that stac-geoparquet aligns with GeoParquet 1.1 bounding box columns by @kylebarron in #35
Other Changes
- Capitalize
"GeoParquet"
and reword readme by @kylebarron in #36 - PKG: Use hatch, hatch-vcs for packaging and versioning by @TomAugspurger in #33
- stac-sprint updates by @kylebarron in #27
- Update pre-commit versions by @kylebarron in #43
- Break out mypy by @TomAugspurger in #44
- Round trip tests & various fixes by @kylebarron in #42
New Contributors
- @kylebarron made their first contribution in #35
Full Changelog: 0.4.1...0.5.0
0.4.1
0.4.0
What's Changed
- Draft stac-geoparquet spec by @cholmes in #28
- guidance on referencing a STAC Geoparquet Collection in a STAC Collection JSON by @rbavery in #30
- Optionally use pyarrow types in to_geodataframe by @TomAugspurger in #31
New Contributors
Full Changelog: 0.3.2...0.4.0
0.3.2
- Fixed release issue
0.3.1
- Fixed release issue
0.3.0
What's Changed
- Fix typo in project url by @m-mohr in #7
- Added py.typed by @TomAugspurger in #10
- Cater for optional fields #12 by @m-mohr in #13
- CI Fixes by @TomAugspurger in #17
- Enable tests again by @m-mohr in #19
- Add an option to add a self link column #15 by @m-mohr in #20
- Update release workflow by @TomAugspurger in #22
New Contributors
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Handle mixed datetimes within a collection by @TomAugspurger in https://github.com/TomAugspurger/stac-geoparquet/pull/6
Full Changelog: TomAugspurger/stac-geoparquet@0.2.0...0.2.1
0.2.0
What's Changed
- Add fsspec to pgstac optional deps by @gadomski in https://github.com/TomAugspurger/stac-geoparquet/pull/1
- Improved to_item_collection by @TomAugspurger in https://github.com/TomAugspurger/stac-geoparquet/pull/5
New Contributors
- @gadomski made their first contribution in https://github.com/TomAugspurger/stac-geoparquet/pull/1
- @TomAugspurger made their first contribution in https://github.com/TomAugspurger/stac-geoparquet/pull/5
Full Changelog: https://github.com/TomAugspurger/stac-geoparquet/commits/0.2.0