Skip to content

Cloud Sandbox service for coast colour processing of MERIS Full Resolution with BEAM

License

Notifications You must be signed in to change notification settings

ec-ecopotential/dcs-beam-coastcolour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Cloud Sandbox for coast colour processing of MERIS Full Resolution with BEAM

TBW

Quick link

Getting Started

To run this application you will need a Developer Cloud Sandbox that can be requested at support (at) terradue.com

A Developer Cloud Sandbox provides Earth Sciences data access services, and helper tools for a user to implement, test and validate a scalable data processing application. It offers a dedicated virtual machine and a Cloud Computing environment. The virtual machine runs in two different lifecycle modes: Sandbox mode and Cluster mode. Used in Sandbox mode (single virtual machine), it supports cluster simulation and user assistance functions in building the distributed application. Used in Cluster mode (a set of master and slave nodes), it supports the deployment and execution of the application with the power of distributed computing for data processing over large datasets (leveraging the Hadoop Streaming MapReduce technology).

Installation

Pre-requisites

Log on the developer sandbox and run these commands in a shell:

  • Install Java 7
sudo yum install -y java-1.7.0-openjdk
  • Select Java 7
sudo /usr/sbin/alternatives --config java

This will show on the terminal window:

There are 3 programs which provide 'java'.

  Selection    Command
-----------------------------------------------
 + 1           /usr/java/jdk1.6.0_35/jre/bin/java
   2           /usr/lib/jvm/jre-1.5.0-gcj/bin/java
*  3           /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java

Enter to keep the current selection[+], or type selection number:

Select java 1.7 out of the menu options by typing the correct number (here it's 3).

Using the releases

Log on the Developer Cloud Sandbox.

Download the rpm package from https://github.com/ec-ecopotential/dcs-beam-coastcolour/releases.

Install the downloaded package by running these commands in a shell:

sudo yum -y install dcs-beam-coastcolour-<version>.x86_64.rpm

At this stage there are no releases yet

Using the development version

Install the pre-requisites as instructed above.

Log on the Developer Cloud Sandbox and run these commands in a shell:

git clone [email protected]:ec-ecopotential/dcs-beam-coastcolour.git
cd dcs-beam-coastcolour
mvn install

Submitting the workflow

To submit the application with its default parameters, run the command below in the Developer Cloud Sandbox shell:

ciop-run

Or invoke the Web Processing Service via the Sandbox dashboard providing the start & end date/time of the Time of Interest and the bounding box of the Area of Interest.

Community and Documentation

To learn more and find information go to

Authors (alphabetically)

  • Brito Fabrice
  • D'Andria Fabio
  • Rossi Cesare

Questions, bugs, and suggestions

Please file any bugs or questions as issues or send in a pull request if you corrected any.

License

Copyright 2016 Terradue Srl

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Funding

This processing service is an evolution of the Ocean colour atmospheric correction data challenge applications

The ECOPOTENTIAL project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 641762

About

Cloud Sandbox service for coast colour processing of MERIS Full Resolution with BEAM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages