Skip to content

Canadian-Geospatial-Platform/stac_harvester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STAC_harvester

Harvesting STAC endpoints for geo.ca

Deployment as a zip using pip

Use pip install and target the requirements.txt to install the libraries inside of a new folder (say 'stac-harvest') and run the following commands.

Note: the app.py and any source code must appear in the root of the zip package.

For more information, refer to the packaging documentation on AWS

cd stac-harvester
pip install -t stac-harvest/ -r requirements.txt
cd stac-harvest
zip -r stac-harvest-20220715.zip ../app.py ../__init.py__ ./*

About

Harvesting STAC endpoints for geo.ca

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages