Commit 36395103 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

readme MD

parent 06215aed
...@@ -12,14 +12,18 @@ its is currently developed by the **Remote Perception Group** in [**CentroGeo**] ...@@ -12,14 +12,18 @@ its is currently developed by the **Remote Perception Group** in [**CentroGeo**]
# Modules # Modules
## APISentinel ## APISentinel
This class makes easier the usage of [sentinel API](https://github.com/sentinelsat/sentinelsat) This class makes easier the usage of [sentinel API](https://github.com/sentinelsat/sentinelsat).
### Dependencies ### Dependencies
```bash ```bash
sudo pip install sentinelsat sudo pip install sentinelsat
sudo apt-get install libgdal-dev sudo apt-get install libgdal-dev
``` ```
### Example ### Example
```python
sentinel = APISentinel('username', 'password')
products = sentinel.getProducts("POLYGON((-89.99450683593753 21.279137394108716,-89.13757324218751 21.2996106049456,-89.30236816406251 20.68418377935238,-90.0494384765625 20.715015145512098,-89.99450683593753 21.279137394108716))", ('20151219', date(2015,12,29)), {"platformname":"Sentinel-2"})
print len(products)
´´´
## Download ## Download
## L2A Products ## L2A Products
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