<div dir="ltr"><br><br>On Mon, Jan 13, 2020 at 3:01 PM Nikolai Hafner <<a href="mailto:n.hafner@carto.at">n.hafner@carto.at</a>> wrote:<br><div>></div>> I tested it from an other location too but it´s the same problem:<br>> r.proj location=ASTER_lat-long mapset=PERMANENT<br>> input=DHM_SRTM30m_Aut-plus-Umgebung output=dhm_30m_ASTER_dachstein<br>> method=bilinear resolution=30<br>> ERROR: Unable to open element file <> for <WIND@dachstein><br>><br>> What does that mean?<br><div><br></div><div>This is a bug in r.proj: the mapset dachstein does not exist in the source location, therefore also no WIND file in the mapset dachstein because this mapset does not exist. The new PR #286 <a href="https://github.com/OSGeo/grass/pull/286">https://github.com/OSGeo/grass/pull/286</a> fixes this bug, but it exposes another bug in r.import.</div><div><br></div><div>Markus M<br></div><div><br></div><div>></div>> the pojection and region settings of both input and output are als follows:<br>><br>> g.proj -p<br>> -PROJ_INFO-------------------------------------------------<br>> name       : Lambert Conformal Conic<br>> proj       : lcc<br>> datum      : hermannskogel<br>> ellps      : bessel<br>> lat_1      : 49<br>> lat_2      : 46<br>> lat_0      : 47.5<br>> lon_0      : 13.33333333333333<br>> x_0        : 400000<br>> y_0        : 400000<br>> no_defs    : defined<br>> towgs84    : 577.326,90.129,463.919,5.1366,1.4742,5.2970,2.4232<br>> -PROJ_UNITS------------------------------------------------<br>> unit       : metre<br>> units      : metres<br>> meters     : 1<br>><br>> ----------------------------------------------------------------------------------------------<br>><br>><br>> g.region -p<br>> projection: 99 (Lambert Conformal Conic)<br>> zone:       0<br>> datum:      hermannskogel<br>> ellipsoid:  bessel<br>> north:      576922.51207363<br>> south:      273692.51207363<br>> west:       106549.26720377<br>> east:       694629.26720377<br>> nsres:      10<br>> ewres:      10<br>> rows:       30323<br>> cols:       58808<br>> cells:      1783234984<br>><br>> ============================================================<br>><br>> g.proj -p<br>> -PROJ_INFO-------------------------------------------------<br>> name       : Universal Transverse Mercator<br>> proj       : utm<br>> datum      : etrs89<br>> ellps      : grs80<br>> zone       : 33<br>> towgs84    : 0,0,0,0,0,0,0<br>> no_defs    : defined<br>> -PROJ_UNITS------------------------------------------------<br>> unit       : metre<br>> units      : metres<br>> meters     : 1<br>><br>> ----------------------------------------------------------------------------------------------<br>><br>><br>> g.region -p<br>> projection: 1 (UTM)<br>> zone:       33<br>> datum:      etrs89<br>> ellipsoid:  grs80<br>> north:      5286581.58847414<br>> south:      5248335.67358037<br>> west:       380870.53610518<br>> east:       429633.13185005<br>> nsres:      9.998932<br>> ewres:      10.00053235<br>> rows:       3825<br>> cols:       4876<br>> cells:      18650700<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></div>