<div dir="ltr">Thanks for your ideas.<div>I tried the pack-unpack approach. However, it seems that I can unpack and import the raster map,</div><div>as there is no PROJ-file associated with that map. Here the error when unpacking the *.pack that</div><div>was created in an unprojected location.</div><div><br></div><div><div>r.unpack --overwrite input=/media/grassgis_data/tmp/tmp_Cele_raster_pack/my_raster.pack output=my_raster</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/grass-7.0.1svn/scripts/r.unpack", line</div><div>146, in <module></div><div>    sys.exit(main())</div><div>  File "/usr/local/grass-7.0.1svn/scripts/r.unpack", line</div><div>104, in main</div><div>    proj=True):</div><div>  File</div><div>"/usr/local/grass-7.0.1svn/etc/python/grass/script/core.py",</div><div>line 863, in compare_key_value_text_files</div><div>    checkunits=units)</div><div>  File</div><div>"/usr/local/grass-7.0.1svn/etc/python/grass/script/core.py",</div><div>line 790, in _text_to_key_value_dict</div><div>    text = open(filename, "r").readlines()</div><div>IOError: [Errno 2] No such file or directory: 'PROJ_INFO'</div></div><div><br></div><div>So maybe I need to go with the geotiff-approach. Is there any reason why there is no PROJ for an</div><div>unprojected location? Wouldn't it also make sense to define a EPSG-code for such special type of "projection"?</div><div><br></div><div>/Johannes</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 19, 2015 at 11:30 AM, Benjamin Ducke <span dir="ltr"><<a href="mailto:benducke@fastmail.fm" target="_blank">benducke@fastmail.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Mar 19, 2015, at 11:25, Roy wrote:<br>
> Hi,<br>
><br>
><br>
><br>
> Il 19/03/2015 11:04, Johannes Radinger ha scritto:<br>
> >  Of course, I could export the map to geotiff and import them in the<br>
> > other location;<br>
><br>
> IMHO this is the simpler way,<br>
<br>
</span>Bad idea. You will lose all associated metadata: colour table,<br>
categories,<br>
editing history, maybe even the correct cell stats and no data code.<br>
<br>
GRASS raster maps are sets of files that are unfortunately<br>
a little spread out over several subdirectories in the mapset directory.<br>
<br>
To copy the entire collection of files that constitutes a GRASS raster<br>
map from one place to another, use:<br>
<br>
<a href="http://grass.osgeo.org/grass64/manuals/r.pack.html" target="_blank">http://grass.osgeo.org/grass64/manuals/r.pack.html</a><br>
<br>
and the associated r.unpack.<br>
<br>
Best,<br>
<br>
Ben<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
><br>
> Roy.<br>
> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</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="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br></div>