Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoSentinel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoSentinel
Commits
9b2a6bd0
Commit
9b2a6bd0
authored
May 09, 2018
by
Alfonso Ramire Pedraza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add README
parent
81d8c47c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
0 deletions
+66
-0
README.rst
README.rst
+66
-0
No files found.
README.rst
0 → 100644
View file @
9b2a6bd0
====================
GeoSentinel Library
====================
This Library get the next products using Sentinel-2 images:
==============================================================
* Download
* Unzip
* Atmospheric Correction 10m, 20m or 60m
* Resample 10m, 20m or 60m
* Subset
* Mosaicing
* RGB
* Index
* NDVI
* NDWI
* NBAI
Required modules:
====================
* Python 2.7 x64 : https://www.python.org/downloads/
* Sentinelsat : https://github.com/sentinelsat/sentinelsat
Installation:
==============================
``$ pip install sentinelsat``
``$ cd home / GeoSentinel``
``$ python setup.py install``
You can find the library into folder build / lib, copy geosentinel folder to local path / python27 / Lib / site-packages
Usage:
===================
Find Sentinel Files
``$ cd home / GeoSentinel / examples``
``$ python name_example into_variables``
Example:
========
``$ python find_sentinel_files home/images_Sentinel Sentinel-2 MSIL1C``
``$ python find_sentinel_files –-help``
Show:
=====
* **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
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment