Alfonso

parent 5c7105be
...@@ -29,9 +29,9 @@ class APISentinel(object): ...@@ -29,9 +29,9 @@ class APISentinel(object):
"""The constructor Initialize Sentinel Data. """The constructor Initialize Sentinel Data.
Args: Args:
param1 (pointer): The object pointer. self: The object pointer.
param2 (str): Username, access credentials to https://scihub.copernicus.eu/dhus/#/home. usernam (str): Username, access credentials to https://scihub.copernicus.eu/dhus/#/home.
param3 (str): Password, access credentials to https://scihub.copernicus.eu/dhus/#/home. passw (str): Password, access credentials to https://scihub.copernicus.eu/dhus/#/home.
Returns: Returns:
pointer: The object pointer. pointer: The object pointer.
...@@ -49,10 +49,10 @@ class APISentinel(object): ...@@ -49,10 +49,10 @@ class APISentinel(object):
"""Gets products list Sentinel """Gets products list Sentinel
Args: Args:
param1 (pointer): The object pointer. self (pointer): The object pointer.
param2 (str): Area to find images. area (str): Area to find images.
param3 (str): Init date and end date. date (str): Init date and end date.
param4 (str): Type platform Sentinel-1 or Sentinel-2 searchParameters (str): Type platform Sentinel-1 or Sentinel-2
Other Parameters: Additional keywords can be used to specify other query parameters, e.g. relativeorbitnum- 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- 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 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): ...@@ -69,9 +69,9 @@ class APISentinel(object):
"""Download product(s) list Sentinel """Download product(s) list Sentinel
Args: Args:
param1 (pointer): The object pointer. self (pointer): The object pointer.
param2 (str): Product(s) list Sentinel found. products (str): Product(s) list Sentinel found.
param3 (str): Local path to save download files. dir (str): Local path to save download files.
Returns: Returns:
Save Sentinel files. 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