Skip to content

ec-everest/dcs-satcen-sentinel1-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Cloud Sandbox - SatCen Change Detection using Copernicus Sentinel-1 data

TODO: add change detection high-level description

Quick link

Getting Started

To run this application you will need a Developer Cloud Sandbox, that can be either requested from from Terradue's Portal, provided user registration approval.

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

Using the development version

Log on a developer sandbox (with at least 16GB of RAM) and install the pre-requisites:

sudo yum install -y miniconda snap
export PATH=/opt/anaconda/bin:$PATH
sudo conda install gdal -c terradue

Then run these commands in a shell:

cd
git clone https://github.com/ec-everest/dcs-satcen-sentinel1-cd.git
cd dcs-satcen-sentinel1-cd
git checkout develop
mvn clean install

Submitting the workflow

Run this command in a shell on the developer sandbox:

ciop-run

Or invoke the Web Processing Service via the Sandbox dashboard providing a master and a slave products' URL, e.g.:

Community and Documentation

To learn more and find information go to

Authors

  • Paulo Nunes - SatCen
  • Fabrice Brito - Terradue

Questions, bugs, and suggestions

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

License

TODO: define and add license here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages