Skip to content

Terradue/srtm-dem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRTM Digital Elevation Model generation

This repository contains the application files and scripts to generate a digital elevation model (DEM) to be used with ROI_PAC, GMTSAR or GAMMA Synthetic Aperture Radar interferometry toolboxes.

Quick link

Getting Started

While the Geohazards Exploitation Platform hosts this service, you may use it in a sandbox to evolve it to e.g. support additional formats.

To run this application you will need a Developer Cloud Sandbox, that can be either requested from:

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

This application requires mounting a volume with the SRTM tiles. This can be requested for via the Platform support.

Using the releases

Log on the developer cloud sandbox. Download the rpm package from https://github.com/Terradue/srtm-dem/releases.

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

sudo yum -y install srtm-dem-<version>-ciop.x86_64.rpm

Using the development version

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

sudo yum install numpy scipy Xvfb GMTSAR python-devel pygtk2 python-matplotlib python-imaging rciop
cd
git clone https://github.com/Terradue/srtm-dem.git
git checkout develop
cd srtm-dem
mvn install

Submitting the workflow

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 product by reference to its catalogue entry, e.g.:

http://catalogue.terradue.int/catalogue/search/ASA_IM__0P/ASA_IM__0CNPDE20090412_092426_000000162078_00079_37207_1556.N1/rdf (master)

Community and Documentation community

To learn more and find information go to

Authors (alphabetically)

  • Barchetta Francesco
  • Brito Fabrice
  • D'Andria Fabio

Questions, bugs, and suggestions

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

License

Copyright 2015 Terradue Srl

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

About

Digital elevation model generation to use with ROI_PAC, GAMMA and GMTSAR Synthetic Aperture Radar interferometry toolboxes

Resources

License

Stars

Watchers

Forks

Packages

No packages published