Alfonso

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