static bpy::list py_get_band_as_uchar(gdalwrap::gdal& self, const std::string& name) { return std_vector_to_py_list(gdalwrap::raster2bytes(self.get_band(name))); }
const gdalwrap::raster& get_npointsmap() const { return dtm.get_band("N_POINTS"); }
static bpy::list py_get_band(gdalwrap::gdal& self, const std::string& name) { return std_vector_to_py_list(self.get_band(name)); }
/* getters */ const gdalwrap::raster& get_heightmap() const { return dtm.get_band("Z_MAX"); }