Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 976 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 976 Bytes

MODIS Data Cube

This software organize This software is responsible for downloading and processing various MODIS products. (see modis.json). See the final results:

Architecture

alt tag

Prequisites

  • Docker >= 19.03
  • Docker-Compose >= 1.25.0
  • Git >= 2.25

Dependencies:

  • python >= 2.7
  • redis-server >= 2.8.1
  • redis == 3.5.3
  • mrt >= 4.1
  • pymodis >= 1.0
  • GDAL == 2.4.0

Running:

  1. Start Redis-server
redis-server
  1. Start Sitsd
python sitsd.py
  1. Send a processing
python sits.py -d modis -p MOD13Q1.006 -r brasil -s 2014-01-01 -e 2016-01-01