Skip to content

joffe97/worldwide_cloud_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

World-wide cloud data

How to run:

Add credentials to credentials.ini.dummy file.

Rename credentials.ini.dummy to credentials.ini.

# Build the image
docker build wwclouds/ -t wwclouds

# Run the image
# Note: The program is running with predefined arguments
docker run -it wwclouds:latest

# Wait until the program is finished (this might take some time)

# Get the container id by using the following command
docker container ls

# Copy the products into a local directory
# Note: The correct container id must be used
docker cp <container_id>:/usr/src/wwclouds/data/products .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published