Map Metadata¶
- class py123d.datatypes.metadata.MapMetadata[source]¶
Class to hold metadata information about a map.
Public Data Attributes:
datasetThe dataset name in lowercase.
splitData split name, typically
{dataset_name}_{train/val/test}.log_nameName of the log file.
locationLocation of the map data.
map_has_zIndicates if the map includes Z (elevation) data.
map_is_localIndicates if the map is local (map for each log) or global (map for multiple logs in dataset).
versionVersion of the py123d library used to create this map metadata.
Public Methods:
from_dict(data_dict)Create a MapMetadata instance from a dictionary.
to_dict()Convert the MapMetadata instance to a dictionary.
- property map_is_local: bool¶
Indicates if the map is local (map for each log) or global (map for multiple logs in dataset).