GMP, also known as 'Get My Products' is a GPL free software which allows you to download and catalogue Copernicus Sentinels Imagery.
For downloading and using the Copernicus Sentinels Imagery you need to be registered at https://scihub.esa.int.
The registration is free and implies you agree with the [TERMS AND CONDITIONS FOR THE USE AND DISTRIBUTION OF SENTINEL DATA] (https://sentinel.esa.int/documents/247904/690755/TC_Sentinel_Data_31072014.pdf).
For the pre requirement and installation procedure, see the project wiki https://github.com/gisab/gmp/wiki/Installation-guidelines
a. Downloading imagery metadata
For getting the metadata on the available imagery execute the plugin: cd lib python ./pluginDhus.py and let the program run till the end. At any time you can run this command again to get imagery updates from the scihub server
b. Browsing the catalogue
According to your local httpd configuration and the link you set up in the step 2c, you may access the catalogue with any browser. For example, if you are using MAMP for OSX you can point your browser to: http://localhost:8888/gmp/
c. Adding a product in the download queue
To add a product in the download queue you need to click the button QUEUE present into Product and Queue pages
d. Download product in the queue
To download the first product (based on queue request) in the queue you can simply run the on-shot command python ./downloader.py
If you want to setup an automatic download daemon, you may use the download manager which run as a daemon and run an instance of the downloader for any available product python ./downloadManager.py
e. Accessing the product from your local file system
The downloaded imagery are stored according to the variable 'repository' set into the [downloader] section of the config.ini.
This file is part of the GMP project
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/.