Skip to content

ESA-eodashboards/eodashboard-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalog holding collection definitions for eodashboard.org

This repository allows generation of STAC catalogs based on the configuration JSON files provided in the repository. The configuration options are described in the Wiki.

The generation of the catalog runs automatically through github actions when pushing/merging to main branch. The final STAC catalog is pushed to GitHub Pages via gh-pages branch.

Deployment branches just with the changed collections in Pull Requests are generated automatically too.

The generated STAC catalogs are deployed through github pages.

A preview of the catalogs can be seen using the Stac Browser

Here are preloaded preview links for the catalog available through gh-pages:

Development

In order to run the catalog generation locally, install the eodash_catalog tool and run the generation locally via

pip install eodash_catalog
eodash_catalog

Optionally you can generate only a subset of collections using the command line arguments:

eodash_catalog <collection1_file_name> <collection2_file_name>

The catalogs are saved in the build folder. If you want to test the generated catalog locally (either in the Stac Browser or with the eodash client) we recommend using npm http-server, especially to avoid possible CORS issues you can run it for example with following command: npx http-server -p 8000 --cors when located in the build folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15