Update

parent a6b20f2f
...@@ -5,16 +5,6 @@ GeoSentinel Library ...@@ -5,16 +5,6 @@ GeoSentinel Library
This Library get the next products using Sentinel-2 images: This Library get the next products using Sentinel-2 images:
============================================================== ==============================================================
* Download * Download
* Unzip
* Atmospheric Correction 10m, 20m or 60m
* Resample 10m, 20m or 60m
* Subset
* Mosaicing
* RGB
* Index
* NDVI
* NDWI
* NBAI
Required modules: Required modules:
==================== ====================
...@@ -27,40 +17,16 @@ Installation: ...@@ -27,40 +17,16 @@ Installation:
``$ pip install sentinelsat`` ``$ pip install sentinelsat``
``$ cd ~/GeoSentinel``
``$ python setup.py install``
You can find the library into folder build / lib, copy geosentinel folder to /usr/lib/python2.7/dist-packages/
Usage:
===================
Find Sentinel Files
``$ cd ~/GeoSentinel/examples``
``$ python name_example into_variables``
Example: Example:
======== ========
``$ python find_sentinel_files ~/images_Sentinel Sentinel-2 MSIL1C`` APISentinel download product(s) list Sentinel
``$ python find_sentinel_files –-help``
Show: ``$ cd ~/GeoSentinel/geosentinel``
=====
* **usage:** find_sentinel_files [-h] folder plattform product_type
* Find Sentinel files in the folder specified by the user positional arguments:
* **folder:** Folder to find Sentinel files
* **plattform:** Sentinel-1 or Sentinel-2
* **product_type:** Sentinel product type {all, SM_SLC, SM_GRDF, SM_GRDH, SM_GRDM, IW_SLC, IW_GRDH, IW_GDRM, EW_SLC, EW_GRDH, EW_GRDM, WV_SLC, WV_GRDM, MSIL1C, OPER_PRD}
optional arguments:
-h, --help show this help message and exit
``$ python -m doctest -v APISetinel.py``
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl :target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3 :alt: License: AGPL-3
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment