Skip to content

SixSq/SAR-proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published