mebster / SAR_proc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentinel 1 (SAR) app processing module

This repository is an example of processing module for SAR_app by SixSq . Its purpose is to provide the possibility to process SAR data with your own mapper and reducer functions.

Instructions

  1. Fork this repository

    $ git clone https://github.com/YOUR_USERNAME/SAR_app.git
    
  2. Do not change the file stucture (i.e. SAR_mapper.py and SAR_reducer.sh should stay at the root.)

  3. Implement your own mapper and reducer.

  4. The repository's name must stay as SAR_proc

Note: data files are located in the root directory of the mapper and reducer scripts by default.

About


Languages

Language:Python 94.2%Language:Shell 5.8%