This repository contains the application files and scripts to process a stack with one master and one or more slaves of Envisat ASAR data with GMTSAR an InSAR processing system based on GMT to process SAR images to create InSAR images, named interferograms.
- Getting Started
- Installation
- Submitting the workflow
- Community and Documentation
- Authors
- Questions, bugs, and suggestions
- License
To run this application you will need a Developer Cloud Sandbox, that can be either requested from:
- ESA Geohazards Exploitation Platform for GEP early adopters;
- ESA Research & Service Support Portal for ESA G-POD related projects and ESA registered user accounts
- 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).
Install GMTSAR and csh:
sudo yum -y install GMTSAR csh
Log on the developer cloud sandbox. Download the RPM package from https://github.com/geohazards-tep/InSAR-GMTSAR/releases. Install the downloaded package by running these commands in a shell:
sudo yum -y install InSAR-GMTSAR-<version>-ciop.x86_64.rpm
Log on the developer sandbox and run these commands in a shell:
cd
git clone git@github.com:geohazards-tep/InSAR-GMTSAR.git
git checkout develop
cd InSAR-GMTSAR
mvn install
Run this command in a shell:
ciop-run
Or invoke the Web Processing Service via the Sandbox dashboard or the Geohazards Thematic Exploitation platform providing a master and one or more slave products' URL, e.g.:
- http://catalogue.terradue.int/catalogue/search/ASA_IM__0P/ASA_IM__0CNPDE20090412_092426_000000162078_00079_37207_1556.N1/rdf (master)
- http://catalogue.terradue.int/catalogue/search/ASA_IM__0P/ASA_IM__0CNPAM20080427_092430_000000172068_00079_32197_3368.N1/rdf (slave 1)
- http://catalogue.terradue.int/catalogue/search/ASA_IM__0P/ASA_IM__0CNPAM20070128_092433_000000162055_00079_25684_2263.N1/rdf (slave 2)
To learn more and find information go to
- Barchetta Francesco
- Brito Fabrice
- D'Andria Fabio
Please file any bugs or questions as issues or send in a pull request.
Copyright 2015 Terradue Srl
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0