File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1060,13 +1060,15 @@ def load_collection(
10601060
10611061 :param collection_id: image collection identifier
10621062 :param spatial_extent: limit data to specified bounding box or polygons. Can be provided in different ways:
1063+
10631064 - a bounding box dictionary
10641065 - a Shapely geometry object
10651066 - a GeoJSON-style dictionary
10661067 - a path (as :py:class:`str` or :py:class:`~pathlib.Path`) to a local, client-side GeoJSON file,
10671068 which will be loaded automatically to get the geometries as GeoJSON construct.
10681069 - a URL to a publicly accessible GeoJSON document
10691070 - a :py:class:`~openeo.api.process.Parameter` instance.
1071+
10701072 :param temporal_extent: limit data to specified temporal interval.
10711073 Typically, just a two-item list or tuple containing start and end date.
10721074 See :ref:`filtering-on-temporal-extent-section` for more details on temporal extent handling and shorthand notation.
Original file line number Diff line number Diff line change @@ -168,13 +168,15 @@ def load_collection(
168168 :param connection: The backend connection to use.
169169 Can be ``None`` to work without connection and collection metadata.
170170 :param spatial_extent: limit data to specified bounding box or polygons. Can be provided in different ways:
171+
171172 - a bounding box dictionary
172173 - a Shapely geometry object
173174 - a GeoJSON-style dictionary
174175 - a path (as :py:class:`str` or :py:class:`~pathlib.Path`) to a local, client-side GeoJSON file,
175176 which will be loaded automatically to get the geometries as GeoJSON construct.
176177 - a URL to a publicly accessible GeoJSON document
177178 - a :py:class:`~openeo.api.process.Parameter` instance.
179+
178180 :param temporal_extent: limit data to specified temporal interval.
179181 Typically, just a two-item list or tuple containing start and end date.
180182 See :ref:`filtering-on-temporal-extent-section` for more details on temporal extent handling and shorthand notation.
You can’t perform that action at this time.
0 commit comments