Skip to content

Plugin for actinia to read STAC catalogs and use data for processing

License

Notifications You must be signed in to change notification settings

joaherrerama/actinia-stac-plugin

 
 

Repository files navigation

actinia-stac-plugin

You can run actinia-stac-plugin as actinia-core plugin.

Installation

For installation or DEV setup, see docker/README.md.

DEV notes:

Build

insprired by https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/

to create a shippable wheel, run

pip3 install --upgrade pip pep517
python3 -m pep517.build .

Versioning:

https://semver.org/ (MAJOR.MINOR.PATCH)

Logging:

in any module, import from actinia_stac_plugin.resources.logging import log and call logger with log.info("my info i want to log")

About

Plugin for actinia to read STAC catalogs and use data for processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • Shell 2.7%
  • Dockerfile 2.2%
  • Makefile 0.3%