Skip to content

abarciauskas-bgse/explore-cogs

Repository files navigation

explore-cogs

Notebooks for exploring Earth Observation Data in Cloud-Optimized GeoTIFFs (COGs)

Explore using Binder.

Note: The mybinder image build takes a few minutes, so please be patient 😺.

Run locally using docker

If you have docker installed, you can also pull an image run the code locally:

docker pull aimeeb2/explore-cogs
docker run -d -p 8888:8888 --name explore-cogs explore-cogs:latest 
open http://localhost:8888

For local docker development

docker build -t explore-cogs:latest -f Dockerfile.base .
# docker tag explore-cogs:latest aimeeb2/explore-cogs:latest
# docker push aimeeb2/explore-cogs:latest

About

Notebooks for exploring Cloud-Optimized GeoTIFFs (COGs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published