Releases: stac-utils/stac-migrate
Releases · stac-utils/stac-migrate
v1.6.0
Don't append openeo prefix to fields
v1.5.0
Add support for Collection Collections (i.e. GET /collections)
v1.4.0
Added support for ItemCollections
v1.3.0
- Can be used via CLI, e.g.
npx stac-migrate item.json
v1.2.0
- Support for migrating extensions #6
- Take summaries properly into account when populating stac_extensions
- Added extensions: classification, table
- Updated extensions: datacube, label, processing, raster
- Minor bugfixes and improvements
v1.1.0
Checksum extension: disabled multihash conversion by default. Use Migrate.enableMultihash(require('multihashes'))
to enable conversion from pre-0.9 checksums. It is disabled by default now to keep the bundle size low.
v1.0.4
Fix error: "assignment to undeclared variable 'condition'"
v1.0.3
- Migrate openEO
- Fix issue where collection extents were undefined
v1.0.2
Changed
- Always migrate legacy media types
v1.0.1
Fixed
- If no extent was present in a Collection, the assigned values has
bbox
for temporal
and interval
for spatial
.