Alfonso

parent 8365939e
...@@ -50,8 +50,8 @@ class APISentinel(object): ...@@ -50,8 +50,8 @@ class APISentinel(object):
Args: Args:
self (pointer): The object pointer. self (pointer): The object pointer.
area (str): Area to find images. area (str): Area to find images. Formato y ejemplo.
date (str): Init date and end date. date (str): Initial date and end date.
searchParameters (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-
...@@ -60,7 +60,7 @@ class APISentinel(object): ...@@ -60,7 +60,7 @@ class APISentinel(object):
(that is:'beginposition', 'endposition', (that is:'beginposition', 'endposition',
Returns: Returns:
str: Product list Sentinel found. OrderdDict: Product list Sentinel found.
""" """
products_list = self.api.query(area, date, **searchParameters) products_list = self.api.query(area, date, **searchParameters)
return products_list return products_list
......
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