Example Environment - eomasters-repos/eom-davalien GitHub Wiki
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)