6.1.2.2. thyrsis.layer_to_tif module¶
converts mesh data as seen from a const data provider to a raster file
USAGE
python -m thyrsis.layer_to_tif uri resolution output.tif
where resolution is in pixel per meter
- thyrsis.layer_to_tif.layer_to_tif(provider, pixel_per_meter, outfile)¶
Export a mesh layer to tif file
- Paramètres
provider (MeshDataProvider) – provider if defined
pixel_per_meter (int) – used for image output
outfile (string) – output file path