<div dir="ltr"><div>You're right I wasn't using the gdal commands that come with OSGeo4W (with that version of gdal it's working well), I was working with a version of gdal that I've compiled from source. So probably some flags had to be set during the compilation, but I forgot to do so.<br><br></div>Hakim.<br><div class="gmail_extra"><br><div class="gmail_quote">On 9 October 2017 at 17:54, Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi Hakim,<span class=""><br><br>On Mon, Oct 9, 2017 at 6:36 PM, Hakim Benoudjit <<a href="mailto:h.benoudjit@gmail.com" target="_blank">h.benoudjit@gmail.com</a>> wrote:<br>><br>> Thanks Markus for your reponse.<br>><br>> I tried the gdalwarp command to reproject the land cover raster to WGS84 using the following command:<br>> > gdalwarp -s_srs EPSG:3035 -t_srs EPSG:4326 C:\Data\Corine-Land-Cover\<wbr>g100_clc12_V18_5a\subset.tif C:\Data\Corine-Land-Cover\<wbr>g100_clc12_V18_5a\subset-<wbr>wgs84.tif<br>><br>> But I'm not sure how to provide the csv file it's asking for to interpret the projection:<br>> ERROR 4: Unable to open EPSG support file gcs.csv.  Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files.<br>><br>> The only csv file provided with this land cover archive is inside the Legend folder (clc_legend.csv), which gives the index of each type of land cover.<br>> Do you have any idea where to locate this gcs.csv file it's asking for, and how to provide it on Windows (should I add an environment variable set to the path of this file)?<br><br></span></div>this gcs.csv file is part of a standard GDAL installation. GDAL uses by default its own gcs.csv file, there should be no need to specify this file or GDAL_DATA explicitely.<br><br></div>It seems that something is wrong with the GDAL installation. Are you using gdalwarp from OSGeo4W?<br><br></div>Best,<br><br></div>Markus<div><div class="h5"><br><br><div><div><div><div>><br>> Hakim.<br>><br>> On 9 October 2017 at 17:23, Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a><wbr>> wrote:<br>>><br>>><br>>><br>>> On Mon, Oct 9, 2017 at 4:37 PM, Stefan Blumentrath <<a href="mailto:Stefan.Blumentrath@nina.no" target="_blank">Stefan.Blumentrath@nina.no</a>> wrote:<br>>> ><br>>> > Hi Hakim,<br>>> ><br>>> >  <br>>> ><br>>> > Try r.import (<a href="https://grass.osgeo.org/grass72/manuals/r.import.html" target="_blank">https://grass.osgeo.org/<wbr>grass72/manuals/r.import.html</a>)<wbr>.<br>>> ><br>>> > ETRS LAEA (EPSG:3035) is of course “supported”.<br>>><br>>> True, but a coordinate reference system not included in the input data, therefore r.import will not work and you need to define the CRS (EPSG:3035) manually.<br>>><br>>> Markus M<br>>> ><br>>> >  <br>>> ><br>>> > Cheers<br>>> ><br>>> > Stefan<br>>> ><br>>> >  <br>>> ><br>>> > From: grass-user [mailto:<a href="mailto:grass-user-bounces@lists.osgeo.org" target="_blank">grass-user-bounces@<wbr>lists.osgeo.org</a>] On Behalf Of Hakim Benoudjit<br>>> > Sent: mandag 9. oktober 2017 16.02<br>>> > To: <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>>> > Subject: [GRASS-user] Unable to open the Corine land cover map using GrassGIS 7<br>>> ><br>>> >  <br>>> ><br>>> > Hi,<br>>> ><br>>> > I'm unable to open the Coring Land cover map (100m accuracy version) for Europe using GrassGIS, which can be downloaded from <a href="http://land.copernicus.eu/pan-european/corine-land-cover/clc-2012" target="_blank">http://land.copernicus.eu/pan-<wbr>european/corine-land-cover/<wbr>clc-2012</a>.<br>>> ><br>>> > Apparentely the coordinate system of this land cover map isn't supported (The projection is ETRS89 (EPSG:3035)),  while the projection of the location I'm trying to import the raster to is WGS84 (EPSG:4326). Here is the error shown in GrassGIS: ERROR: Coordinate reference system not available for input <C:\Data\Corine Land Cover\g100_clc12_V18_5a\g100_<wbr>clc12_V18_5.tif><br>>> ><br>>> >  <br>>> ><br>>> > Is there a workaround in GrassGIS to open this image?<br>>> ><br>>> > Otherwise which tool should I use to reproject it?<br>>> ><br>>> > Thanks.<br>>> ><br>>> > Hakim.<br>>> ><br>>> ><br>>> > ______________________________<wbr>_________________<br>>> > grass-user mailing list<br>>> > <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>>> > <a href="https://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-user</a><br>>><br>><br></div></div></div></div></div></div></div>
</blockquote></div><br></div></div>