[Qgis-user] Loading rectangular raster data in QGIS
Andre Joost
andre+joost at nurfuerspam.de
Mon Nov 24 07:35:18 PST 2014
Am 24.11.2014 um 12:39 schrieb Nicole Stoffels:
> Dear all,
>
> I am trying to load a raster file containing rectangular cells into
> QGIS. The header looks like this:
>
> ncols 97
> nrows 60
> xllcorner 276591.68
> yllcorner 5539072.48
> cellsize 58.198 , 87.623
> NODATA_value -9999
>
I'm not sure which ratser format you ahve, but reading
http://www.gdal.org/frmt_various.html I assume GDAL expects DX and DY in
two lines instead of two values for CELLSIZE in one line. This could be
changed with a good text editor.
HTH,
André Joost
More information about the Qgis-user
mailing list