<div dir="ltr"><br><br>On Mon, Jan 13, 2020 at 1:00 PM Helmut Kudrnovsky <<a href="mailto:hellik@web.de">hellik@web.de</a>> wrote:<br>><br>> nik wrote<br>> > ----------------------------------------------------------------------------------------------<br>> ><br>> > I downloaded and installed<br>> > <a href="http://www.bev.gv.at/portal/page?_pageid=713,2157075&_dad=portal&_schema=PORTAL">http://www.bev.gv.at/portal/page?_pageid=713,2157075&_dad=portal&_schema=PORTAL</a><br>> ><br>> > r.proj -g location=MGI2wgs84_Austria_Lambert mapset=PERMANENT<br>> > input=dhm_10m_ogd_austria output=dhm_10m_ogd_dachstein_NEU<br>> > method=bilinear resolution=10 pipeline=+proj=pipeline  +step +inv<br>> > +proj=lcc +lat_0=47.5 +lon_0=13.3333333333333 +lat_1=49 +lat_2=46<br>> > +x_0=400000 +y_0=400000 +ellps=bessel +step +proj=hgridshift<br>> > +grids=AT_GIS_GRID.gsb +step +proj=utm +zone=33 +ellps=GRS80<br>> > n=1.#INF s=5132938.26037436 w=78264.72048991 e=1.#INF rows=30323<br>> > cols=58808<br>> > Eingabekarte &lt;dhm_10m_ogd_austria@PERMANENT&gt; in Location<br>> > <MGI2wgs84_Austria_Lambert><br>> > :<br>> > (Mon Jan 13 10:19:18 2020) Befehl ausgeführt (0 Sek)<br>> ><br><div>> > But nothing happend!</div><div><br></div><div>Nik, have you set the current region correctly?<br></div><div><br></div><div>></div>> for r.proj -g you don't need the pipeline, try just<br>><br>> r.proj -g  location=MGI2wgs84_Austria_Lambert mapset=PERMANENT<br>> input=dhm_10m_ogd_austria<br>><br>> see also example <a href="https://grass.osgeo.org/grass78/manuals/r.proj.html">https://grass.osgeo.org/grass78/manuals/r.proj.html</a><br>><br>> -------------------<br>> # same calculation, but in a form which can be cut and pasted into a<br>> g.region call<br>> r.proj input=elevation location=ll_wgs84 mapset=user1 -g<br>> -------------------<br>><br>> the pipeline is needed later for the reprojection process.<br><div><br></div><div>A pipeline is not really needed, in case of several possible operations, PROJ should automagically select the best available operation. Note that also with r.proj -g coordinate transformation takes place.</div><div><br></div><div>Markus M<br></div><br></div>