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