jvdkwast / qgis-processing-pcraster

PCRaster Processing Provider plugin for QGIS
GNU General Public License v3.0
8 stars 4 forks source link

Assign same CRS as input to output raster #22

Closed jvdkwast closed 2 years ago

jvdkwast commented 3 years ago

The PCRaster format doesn't include CRS info. When a raster is converted to the PCRaster map format with the Convert to PCRaster Format tool, GDAL creates an .aux.xml file with the CRS info. Output layers from PCRaster tools should have the same .aux.xml file in order to assign the same projection that is readable by QGIS.