All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
mypy
tostatic-analysis
- Remove the Context extension, which is no longer supported as of stac-fastapi v3.0.0. Our previous release (v0.3.6) upgraded the
stac-fastapi.pgstac
dependency from2.5.0
to3.0.1
without removing the Context extension, which caused https://stac.asf.alaska.edu to returnInternal Server Error
.
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for linting.
- Dependency upgrades.
- HAND license changed to CC0 from CCBy 4.0 in
collections/glo-30-hand/glo-30-hand.json
to match NASA data publishing guidelines.
- Updated GitHub actions to use
setup-micromamba
instead ofsetup-miniconda
- Version upgrades for python dependencies and
ASFHyP3/actions
- Added a "related" link to the associated Copernicus DEM tile for every HAND item
- Removed Transaction endpoints from the publicly available API, though create/update/delete permissions were already restricted at the database layer.
- Created a STAC item collection for the
glo-30-hand
dataset.
- Created a STAC item collection for the
sentinel-1-global-coherence
dataset.
- Improved API performance by increasing database instance size and storage type.
- Initial release of STAC API endpoint backed by a PostgreSQL database