Skip to content

Example Environment

Marco edited this page Apr 22, 2024 · 5 revisions

To test DAVALIEN you can download an example environment. Download and extract the content to a location you like and then open the SNAP command line. Find the extracted 'validEnv4Snap' directory and provide it as path to the environment. Run the validation environment like:

On Windows:

snap64 --nogui --nosplash --validate "C:\Users\marco\example-env\validEnv4Snap"

On Unix

snap --nogui --nosplash --validate "/tmp/example-env/validEnv4Snap"

Due to an issue in SNAP you need to terminate the process by pressing CTRL+C. (Issue: SNAP-927)

Clone this wiki locally