Hello there,
I have downloaded the european coverage of Corine Land Use, and I have cut for my area of interest. Then I projected for WRG84 ->
https://www.eea.europa.eu/data-and-maps/data/clc-2006-raster-3#tab-derived-datasets
I have converted it to geotiff format ->
https://www.dropbox.com/s/o4lcg9egadmmj14/hola3.tif?dl=0
Later I have converted it to ascii format ->
This has created me 3 files; .asc, .asc.aux.xml and .prj
Here I stand, I know that i have to reclassify the layers (USGS), I think, but I don't know how it's done and convert it to being read by Geogrid.
Anyone have experience here?..
Thank,
L. Alvarez
I have downloaded the european coverage of Corine Land Use, and I have cut for my area of interest. Then I projected for WRG84 ->
https://www.eea.europa.eu/data-and-maps/data/clc-2006-raster-3#tab-derived-datasets
I have converted it to geotiff format ->
https://www.dropbox.com/s/o4lcg9egadmmj14/hola3.tif?dl=0
Later I have converted it to ascii format ->
Code:
gdal_translate -of AAIGrid hol3.tif h.asc
This has created me 3 files; .asc, .asc.aux.xml and .prj
Here I stand, I know that i have to reclassify the layers (USGS), I think, but I don't know how it's done and convert it to being read by Geogrid.
Anyone have experience here?..
Thank,
L. Alvarez