Skip to content

Pipeline to generate COGs, create STAC metadata, and publish to CCMEO datacube

Notifications You must be signed in to change notification settings

NorahBrown/EGS-publish-to-datacube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

EGS-publish-to-datacube

Pipeline to generate COGs, create STAC metadata, and publish to CCMEO datacube

Run the COG creation scripts

Create the python environment

Note, VPN needs to be turned off for this step to aovid SSLCertVerificationError. We will create an Python environment to install the egs_env.yml, and install two additional Python packages BeautifulSoup and rio-cogeo

cd path/to/egs_env.yml
conda env create -f egs_env.yml
conda activate py36
conda install rio-cogeo
conda install beautifulsoup4
conda list 

Run the main.py file in terminal

python main.py "https://data.eodms-sgdot.nrcan-rncan.gc.ca" 2005 2006 2007 "RiverIce" "nrcan-egs-product-archive" "Datacube/RiverIce/" "zip_test" "EPSG:3978" 5 5

About

Pipeline to generate COGs, create STAC metadata, and publish to CCMEO datacube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%