<div dir="ltr"><div><div><br><br>On Tue, Oct 24, 2017 at 5:15 PM, Helmut Kudrnovsky <<a href="mailto:hellik@web.de">hellik@web.de</a>> wrote:<br>><br>> Veronica Andreo wrote<br>> > Hi,<br>> ><br>> > I'm facing this same problem...<br>> ><br>> > I have my EPSG:3035 location and when using r.import with -o flag to<br>> > override projection check and import corine land cover, I get:<br>> ><br>> > GRASS 7.3.svn (eu_laea):~> r.import -o input=g250_clc06_V18_5.tif<br>> > output=clc06_V18_5_250m resample=nearest extent=region resolution=value<br>> > resolution_value=250  title="Corine Land Cover 2006 - 250m - V18.5"<br>> > ERROR: Unable to convert input map projection to GRASS format; cannot<br>> > create new location.<br>> > ERROR: Unable to read GDAL dataset<br>> > <g250_clc06_V18_5.tif><br>> > while -o flag is supposed to override the check and import. This used to<br>> > work before. Am I missunderstanding something here?<br>><br>> confirmed<br>><br>> r.import input=D:\dl\ne\g250_clc12_V18_5a\g250_clc12_V18_5.tif<br>> output=g250_clc12_V18_5 -o<br>> ERROR: Unable to convert input map projection to GRASS format; cannot create<br>> new location.<br>> ERROR: Unable to read GDAL dataset<br>> <D:\dl\ne\g250_clc12_V18_5a\g250_clc12_V18_5.tif><br>><br>> where does 'cannot create new location' comes from?<br><br></div>r.import / v.import tried to create a temporary location even if it is not needed and direct import works. Fixed in trunk r71590.<br><br></div>Markus M<br><div><div>><br>><br>><br>> -----<br>> best regards<br>> Helmut<br>> --<br>> Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html">http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html</a><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div>