ua-snap / rasdaman-ingest

Collection of ingredients/configurations + docs for ingesting data into Rasdaman
MIT License
3 stars 0 forks source link

Add styles from Apollo as ingest hooks #42

Closed charparr closed 2 years ago

charparr commented 2 years ago

This PR tracks and backs up all the actively used styles that exist on Apollo. The styles are added to the ingest.json files as "hooks" that are executed after the files successfully import. Any number of styles can be added with successive hooks. In addition version controlling and backing up the styles, this also speeds up our development process because now when re-ingesting a coverage (e.g., a change was made in the preprocessing) the style does not have to be re-created or manually copied and pasted back in - it will be automatically created in place with the new coverage. A similar case is transferring coverages from Apollo to Zeus.

Closes #23 Closes #41