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.