Giter Club home page Giter Club logo

s3tbx's Introduction

Sentinel-3 Toolbox (S3TBX) Build Status

A toolbox for the OLCI and SLSTR instruments on board of ESA's Sentinel-3 satellite.

The project page of SNAP, and the sentinel toolboxes can be found at http://step.esa.int. There you can find tutorials, developer guides, a user forum and other interesting things.

Building S3TBX from the source

The following gives a brief introduction how to build the S3TBX. More information can be found in the Developer Guide.

Download and install the required build tools

  • Install Java 8 JDK and set JAVA_HOME accordingly. A distribution of OpenJDK is suggested. Several distributions are available, for example
  • Install Maven and set MAVEN_HOME accordingly.
  • Install git

Add $JAVA_HOME/bin, $MAVEN_HOME/bin to your PATH.

Clone the S3TBX source code and related repositories into a directory referred to a ${snap} from here on

cd ${snap}
git clone https://github.com/senbox-org/s3tbx.git
git clone https://github.com/senbox-org/snap-desktop.git
git clone https://github.com/senbox-org/snap-engine.git

Build SNAP-Engine:

cd ${snap}/snap-engine
mvn install

Build SNAP-Desktop:

cd ${snap}/snap-desktop
mvn install

Build Sentinel-3 Toolbox:

cd ${snap}/s3tbx
mvn install

If unit tests are failing, you can use the following to skip the tests

mvn clean
mvn install -Dmaven.test.skip=true

Setting up IntelliJ IDEA

  1. Create an empty project with the ${snap} directory as project directory

  2. Import the pom.xml files of snap-engine, snap-desktop and s3tbx as modules. Ensure not to enable the option Create module groups for multi-module Maven projects. Everything can be default values.

  3. Set the used JDK for the main project.

  4. Use the following configuration to run SNAP in the IDE:

    Main class: org.esa.snap.nbexec.Launcher VM parameters: -Dsun.awt.nopixfmt=true -Dsun.java2d.noddraw=true -Dsun.java2d.dpiaware=false All VM parameters are optional Program arguments: --userdir "${snap}/s3tbx/target/userdir" --clusters "${snap}/s3tbx/s3tbx-kit/target/netbeans_clusters/s3tbx" --patches "${snap}/snap-engine/$/target/classes;${snap}/s3tbx/$/target/classes" Working directory: ${snap}/snap-desktop/snap-application/target/snap/ Use classpath of module: snap-main

Enjoy developing!

s3tbx's People

Contributors

marpet avatar toniof avatar dolaf avatar forman avatar tomblock avatar sabineembacher avatar mzuehlke avatar mandarancio avatar obarrilero avatar knowles avatar oembury avatar julienmalik avatar swbailey avatar thomasstorm avatar heptaflar avatar dshea avatar anaruescas avatar martin-boettcher avatar nducoin avatar soman2 avatar kraftek avatar dependabot[bot] avatar lveci avatar uwekraemer avatar dagmarm avatar jeancoravu avatar

Watchers

James Cloos avatar

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.