Skip to content

Releases: cedadev/stac-generator

v2.0.0

28 Feb 09:02
e7602cf
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v2.0.0

v1.0.3

08 Jan 11:13
b8c3556
Compare
Choose a tag to compare

Cleaning up before major changes.

What's Changed

New Contributors

  • @huard made their first contribution in #42

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Feb 11:41
7e2d454
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Title and Description templates

16 Dec 15:39
Compare
Choose a tag to compare

Re-adding title and description templates lost in the latest merge

Full Changelog: v1.0.0...v1.0.1

v1.0.0:

16 Dec 11:59
Compare
Choose a tag to compare

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

14 Dec 16:21
0b32293
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.4

Adding THREDDS input plugin

14 Dec 14:41
2cdde94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

Adding string templates

02 Dec 16:01
199ee1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Removed _get_path function

22 Oct 15:22
Compare
Choose a tag to compare

Removed _get_path function and moved logic to item-descriptions to handle remote URIs

Improved logging

22 Oct 09:29
Compare
Choose a tag to compare
  • Added traceback to error log output