GithubHelp home page GithubHelp logo

schwankner / docker-esa-snap Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 5.0 8 KB

ESA Sentinel and SMOS Toolboxes preinstalled container for Earth Observation processing and analysis.

Home Page: https://hub.docker.com/r/mrmoor/esa-snap/

License: MIT License

Dockerfile 100.00%
docker esa snap geocoding sar

docker-esa-snap's Introduction

docker-esa-snap

ESA Sentinel and SMOS Toolboxes preinstalled container for Earth Observation processing and analysis.

http://step.esa.int/main/

ESA is developing free open source toolboxes for the scientific exploitation of Earth Observation missions under the the Scientific Exploitation of Operational Missions (SEOM) programme element. STEP is the ESA community platform for accessing the software and its documentation, communicating with the developers, dialoguing within the science community, promoting results and achievements as well as providing tutorials and material for training scientists using the Toolboxes.

Contains: SNAP, S1TBX, S2TBX, S3TBX, SMOS Box, PROBA-V Toolbox.

Get it from https://hub.docker.com/r/mrmoor/esa-snap/

Or get it via docker from the cmd:

docker pull mrmoor/esa-snap:latest

There are version 6.0 and 7.0 available. 7.0 is the latest and is via tag latest or 7.0 reachable.

Use this image for comandline or automated SNAP usage. Build your graph with the desktop version of SNAP and process your graph with the Graph Processing Tool:

gpt test.xml

Or just use gpt on the commandline:

gpt <op>|<graph-file> [options] [<source-file-1> <source-file-2> ...]

Full documentation is available at http://step.esa.int/docs/tutorials/SNAP_CommandLine_Tutorial.pdf

Python integration

There is also a Docker-Container available with Python and SNAP integration with snappy based on this repo. Have a look at https://github.com/schwankner/esa-snap-with-python Or pull from docker:

docker pull mrmoor/esa-snap-with-python

docker-esa-snap's People

Contributors

mrmoor avatar schwankner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-esa-snap's Issues

The .snap directory is protected on my system and hence the image fails

Dear Alexander,

Some modern filesystems such as CephFS have a protected folder called .snap that hence cannot be used for SNAP. I wonder if you would consider changing this in your docker images?

For example one could change ${HOME}/.snap to ${HOME}/.esa_snap. In this case the following changes are needed to the files in [snap installation dir]/etc:

  1. In snap.properties you need to change the property snap.userdir.
    For example sit it to: snap.userdir="${HOME}/.esa_snap"
    Don’t forget to remove the ‘#’ at the beginning of the line.

  2. In snap.conf you need to be change the default_userdir.
    Here change the default_userdir="${HOME}/.snap/system"
    to default_userdir="${HOME}/.esa_snap/system"

best regards,
R. Oonk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.