Skip to content

seignovert/docker-usgs-isis3-cassini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for the Cassini mission

Dockerfile for Isis3 (USGS)

Docker Automated build Docker Build Status GitHub license

  • Based on the latest (3.6.1) seignovert/usgs-isis3
  • Isis3 binaries are installed in /usgs/isis/bin
  • Isis3 data are installed in /usgs/data

Start Isis3 docker container:

docker run --rm --volumes /path/to/local/cassini/data:/usgs/data/cassini -it seignovert/isis3-cassini

Docker compose

To (re)build the container:

docker-compose build

To start the container with $PDS_DATA and $ISIS3DATA shared folders:

docker-compose run --rm isis3-cassini

Note: $PDS_DATA and $ISIS3DATA environment variables can be defined ub .env file, at the project root.

Cassini kernels

To use the SPICE routines, you may need to pull Cassini data (~30Gb) on your local file system. To retrieve theses data from the USGS isis servers you only need to run:

rsync_cassini_kernels

Notes:

  • testData/ and kernels/ folders are excluded from cassini/data by default.

Important: I have no affiliation with USGS. The package is provided as is, use at your own risk.

About

Isis3 Docker container for the Cassini mission data

Resources

License

Stars

Watchers

Forks

Packages

No packages published