https://github.com/cedadev/stac-generator
Wrapper package to scan assets for metadata and facets to generate catalogue items. Provides IO packages
https://github.com/cedadev/stac-generator
Last synced: 3 months ago
JSON representation
Wrapper package to scan assets for metadata and facets to generate catalogue items. Provides IO packages
- Host: GitHub
- URL: https://github.com/cedadev/stac-generator
- Owner: cedadev
- License: other
- Created: 2021-06-07T20:19:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-30T08:27:52.000Z (4 months ago)
- Last Synced: 2026-01-31T00:18:01.079Z (4 months ago)
- Language: Python
- Size: 7.61 MB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# STAC Generator
[](https://github.com/cedadev/stac-generator/actions/workflows/tests.yml)
[](https://github.com/cedadev/stac-generator/actions/workflows/docs_build.yml)
[](https://pip.pypa.io/en/stable/?badge=stable)
[](https://pypi.org/project/stac-generator/)

Documentation: https://cedadev.github.io/stac-generator/
The STAC Generator provides the framework and access to shared tools.
The framework allows you to build generators to get metadata from file objects using plugins to change the source of the
files, the output of the metadata and the processing chain which extracts the metadata.
The framework leverages a modular, plugin architecture to allow users to modify the workflow to fit their needs.
