Alfonso

parent 5c7105be
......@@ -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.
param3 (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.
passw (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.
param2 (str): Product(s) list Sentinel found.
param3 (str): Local path to save download files.
self (pointer): The object pointer.
products (str): Product(s) list Sentinel found.
dir (str): Local path to save download files.
Returns:
Save Sentinel files.
......
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