Module invenio_rest_api_client.models.location
Variables
T
TYPE_CHECKING
Classes
Location
class Location(
features: list['Feature']
)
Spatial region or named place where the data was gathered or about which the data is focused.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| features | list['Feature'] | A list of GeoJSON feature objects. | None |
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
features
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]