Implements the MGRS Extension.
A concrete implementation of MgrsExtension
on an Item
that extends the properties of the Item to include properties defined in the MGRS Extension.
This class should generally not be instantiated directly. Instead, call ext()
on an Item
to extend it.
>>> item: pystac.Item = ... >>> proj_ext = MgrsExtension.ext(item)
Applies MGRS extension properties to the extended Item.
latitude_band – REQUIRED. The latitude band of the Item’s centroid.
grid_square – REQUIRED. MGRS grid square of the Item’s centroid.
utm_zone – The UTM Zone of the Item centroid.
Extends the given STAC Object with properties from the MGRS Extension.
This extension can be applied to instances of Item
.
pystac.ExtensionTypeError – If an invalid object type is passed.
Gets the schema URI associated with this extension.
Get or sets the latitude band of the datasource.
The Item
being extended.
Get or sets the latitude band of the datasource.
The Item
properties, including extension properties.
Get or sets the latitude band of the datasource.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4