Aggregatordetector is a software component combining two functionalities. A web-service which is triggered with a GET request in order to find and download satelite images from Sentinel Data Hub. When the download is complete, a spark-app does the image-processing in order to detect changes.
Example Usage
Run the docker: $ docker run -p 9999:8080 bde2020/aggregatordetector:2.0.1
The spark-app will be submitted at: spark://spark-master-sc7:7077
An HDFS installation will be needed for storage at: hdfs://namenode:8020