Skip to content

gisab/gmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to GMP

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).

INSTALLATION

For the pre requirement and installation procedure, see the project wiki https://github.com/gisab/gmp/wiki/Installation-guidelines

USE

a. Downloading imagery metadata

For getting the metadata on the available imagery execute the plugin: cd lib python ./pluginDhus.py and let the program tun 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 bworser. 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.

Contacts

If you want to be informed about new code releases, bug fixes, general news and information contact the author via email at [email protected]

If you want to contribute to the project, follow it on https://github.com/gisab/gmp and contact the author.

The project is not founded and based on volunter working. If you found it useful and you want to contribute, please follow this link: donate. It will be very much appreciated.


Copyright (C) 2014 Gianluca Sabella

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/.