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
a2bc11f5
Commit
a2bc11f5
authored
May 09, 2018
by
Alfonso Ramire Pedraza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alfonso
parent
5c7105be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
APISentinel.py
geosentinel/APISentinel.py
+10
-10
No files found.
geosentinel/APISentinel.py
View file @
a2bc11f5
...
...
@@ -29,9 +29,9 @@ class APISentinel(object):
"""The constructor Initialize Sentinel Data.
Args:
param1 (pointer)
: The object pointer.
param2
(str): Username, access credentials to https://scihub.copernicus.eu/dhus/#/home.
pa
ram3
(str): Password, access credentials to https://scihub.copernicus.eu/dhus/#/home.
self
: The object pointer.
usernam
(str): Username, access credentials to https://scihub.copernicus.eu/dhus/#/home.
pa
ssw
(str): Password, access credentials to https://scihub.copernicus.eu/dhus/#/home.
Returns:
pointer: The object pointer.
...
...
@@ -49,10 +49,10 @@ class APISentinel(object):
"""Gets products list Sentinel
Args:
param1
(pointer): The object pointer.
param2
(str): Area to find images.
param3
(str): Init date and end date.
param4
(str): Type platform Sentinel-1 or Sentinel-2
self
(pointer): The object pointer.
area
(str): Area to find images.
date
(str): Init date and end date.
searchParameters
(str): Type platform Sentinel-1 or Sentinel-2
Other Parameters: Additional keywords can be used to specify other query parameters, e.g. relativeorbitnum-
ber=70. See https://scihub.copernicus.eu/twiki/do/view/SciHubUserGuide/3FullTextSearch for a full list. Ran-
ge values can be passed as two-element tuples, e.g. cloudcoverpercentage=(0, 30). The time interval formats
...
...
@@ -69,9 +69,9 @@ class APISentinel(object):
"""Download product(s) list Sentinel
Args:
param1
(pointer): The object pointer.
p
aram2
(str): Product(s) list Sentinel found.
param3
(str): Local path to save download files.
self
(pointer): The object pointer.
p
roducts
(str): Product(s) list Sentinel found.
dir
(str): Local path to save download files.
Returns:
Save Sentinel files.
...
...
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