Releases: cedadev/stac-generator
Releases · cedadev/stac-generator
v2.0.0
What's Changed
- Removed pre/post processors.
- Moved Extraction methods to separate repo https://github.com/cedadev/extraction-methods
- Removed support for python 3.7 & 3.8
- Added support for python 3.9, 3.10, & 3.11
- Redesigned collection descriptions to
recipes
- Separates Collection & Items configuration
- Updates documentation
- Updates and merges example code from https://github.com/cedadev/stac-generator-example
- Adds mapping functionality
- Removes input filters
- Removes id and post extraction methods
Pull requests included
- MAJOR CHANGES Simplify plugin & description redesign by @rhysrevans3 in #64
- Bumping requirements by @rhysrevans3 in #69
Full Changelog: v1.0.3...v2.0.0
v1.0.3
Cleaning up before major changes.
What's Changed
- conceptual rabbitMQ plugins by @Mahir-Sparkess in #28
- Feature/file input and output plugins by @Mahir-Sparkess in #26
- rabbit out. by @Mahir-Sparkess in #29
- fix super.init by @Mahir-Sparkess in #30
- default x_delay conf by @Mahir-Sparkess in #31
- Rabbit deduplication by @Mahir-Sparkess in #32
- Adding prefix postprocessor by @rhysrevans3 in #33
- Prefix postprocessor tests and set up by @rhysrevans3 in #34
- search-futures issue 89 by @Mahir-Sparkess in #35
- Adding vocab post extractor by @rhysrevans3 in #38
- Add NcML backend to header_extract by @huard in #42
- Pydantic validator post extraction processor by @huard in #48
- Intake-esm output plugin by @huard in #46
- Version 0.0.2 by @rhysrevans3 in #49
- Adding optional prefix to posix extraction by @rhysrevans3 in #51
- Crim ca fix header extract by @rhysrevans3 in #57
- Add STAC API output backend by @matprov in #55
- Bump certifi from 2021.5.30 to 2022.12.7 by @dependabot in #56
- Bump requests from 2.25.1 to 2.31.0 by @dependabot in #58
- Bump pygments from 2.9.0 to 2.15.0 by @dependabot in #61
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #63
- Bump urllib3 from 1.26.5 to 1.26.18 by @dependabot in #65
- Bump aiohttp from 3.7.4.post0 to 3.9.0 by @dependabot in #66
- Improve text_file performance by @rhysrevans3 in #60
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- print data with json formatting by @Mahir-Sparkess in #25
Full Changelog: v1.0.1...v1.0.2
v1.0.1: Title and Description templates
Re-adding title and description templates lost in the latest merge
Full Changelog: v1.0.0...v1.0.1
v1.0.0:
What's Changed
- Det collections by @rsmith013 in #20
Moved processors into this framework package so you can use them to add values to assets as per additional fields for assets and collections.
This release expects a different structure for item-descriptions as well.
Full Changelog: v0.2.4...v1.0.0
v0.2.4
Adding THREDDS input plugin
Adding string templates
What's Changed
- Bump dask from 2021.9.1 to 2021.10.0 by @dependabot in #14
- get extra top level facets by @Mahir-Sparkess in #15
- pre-commit hook with flake8, black and isort by @Mahir-Sparkess in #13
- adding formatter gh action by @rsmith013 in #16
- template title and description properties by @Mahir-Sparkess in #18
New Contributors
- @dependabot made their first contribution in #14
- @Mahir-Sparkess made their first contribution in #15
Full Changelog: v0.2.0...v0.2.1
Removed _get_path function
Removed _get_path function and moved logic to item-descriptions to handle remote URIs
Improved logging
- Added traceback to error log output