Skip to content

Commit

Permalink
Merge pull request #292 from NASA-IMPACT/issue-291-support-stac-v1
Browse files Browse the repository at this point in the history
fix: add pystac stac version override
  • Loading branch information
botanical authored Jan 29, 2025
2 parents 4c3a783 + dd6216d commit 80c9437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for multi-asset item ingests ([#86](https://github.com/NASA-IMPACT/veda-data-airflow/pull/86))
- Simple single-asset item ingests supported again ([#87](https://github.com/NASA-IMPACT/veda-data-airflow/pull/87))

### Changed
### Changed

- Insert collections via ingestor API rather than directly with pgstac ([#13](https://github.com/NASA-IMPACT/veda-data-airflow/pull/13))
- The `vector` and `cogify` fields are now optional in the payload
1 change: 1 addition & 0 deletions sm2a/airflow_worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ RUN cp ${AIRFLOW_HOME}/configuration/airflow.cfg* ${AIRFLOW_HOME}/.
ENV AIRFLOW_HOME ${AIRFLOW_HOME}
ENV TZ UTC
ENV PYTHONPATH /opt/airflow
ENV PYSTAC_STAC_VERSION_OVERRIDE=1.0.0

CMD /bin/bash

0 comments on commit 80c9437

Please sign in to comment.