4.4.1. Datamap¶
-
class
pyprom.lib.datamap.DataMap(numpy_map, unit, filename)[source]¶ Base class for Datamap type objects.
-
__init__(numpy_map, unit, filename)[source]¶ Parameters: - numpy_map (numpy.ndarray) – Numpy ndarray representation of raster data
- unit (str) – unit of this data: valid values are feet, foot, or meter
- filename (str) – file name.
Raises: Exception (regarding unit)
-
__weakref__¶ list of weak references to the object (if defined)
-