Release Notes¶
This is a list of changes to stac-geoparquet.
0.8.0¶
- Make
deltalakean optional dependency (stac-utils/stac-geoparquet!106) - Updated
pgstac_readerand removed Planetary Computer specific code (cli.pyandpc_runner.py); added an example notebook for dumping pgstac partitions (stac-utils/stac-geoparquet!101) - Spec: use
collections(plural) for storing collection metadata (stac-utils/stac-geoparquet!108) - Spill chunks to disk when writing parquet to merge schemas, and add chunking options to the pgstac readers (stac-utils/stac-geoparquet!109)
- Removed the in-repo specification documents in favor of the upstream spec (stac-utils/stac-geoparquet!120)
- Fixed
stac_table_to_ndjsonto always insert atypefield if one isn't already present (stac-utils/stac-geoparquet!105) - Fixed a case where conversion to JSON created assets values as
None(stac-utils/stac-geoparquet!111) - Fixed
pgstac_to_arrowto pass throughtmpdir(stac-utils/stac-geoparquet!118) - Fixed
pyarrow.datasetimport inarrow._api(stac-utils/stac-geoparquet!119) - Hydrate links in
PgstacRowFactory(stac-utils/stac-geoparquet!121) - Convert
Pathtostrfor remote filesystem compatibility (stac-utils/stac-geoparquet!123)
0.7.0¶
- Updated stac-geoparquet Parquet File metadata fields (stac-utils/stac-geoparquet!98)
- All fields are placed under the
stac-geoparquetkey in the parquet file metadata. - Added a
versionfield. - Added json-schema for the metadata parquet file metadata.
- Fixed
ValueErrorwhen converting some strings to dates (stac-utils/stac-geoparquet#79) - Removed upper bound on pyarrow dependency (stac-utils/stac-geoparquet!102)