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.
-
Fork this repository
$ git clone https://github.com/YOUR_USERNAME/SAR-app.git
-
Do not change the file stucture (i.e.
SAR_mapper.py
andSAR_reducer.sh
should stay at the root.) -
Implement your own mapper and reducer.
-
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.