We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1547836 commit b0f9b49Copy full SHA for b0f9b49
pystac/collection.py
@@ -117,7 +117,7 @@ def from_coordinates(
117
Args:
118
coordinates : Coordinates to derive the bbox from.
119
extra_fields : Dictionary containing additional top-level fields defined on
120
- the Spatial Extent object.
+ the SpatialExtent object.
121
122
Returns:
123
SpatialExtent: A SpatialExtent with a single bbox that covers the
@@ -438,7 +438,6 @@ class Provider:
438
and publishes contact information.
439
extra_fields : Optional dictionary containing additional top-level fields
440
defined on the Provider object.
441
- object.
442
"""
443
444
name: str
0 commit comments