r.proj writes only history of its call, but nothing about input map. Still reprojected map is (almost) the same map, only with a different coordinate system. Thus r.proj should copy over most of input map metadata.
Implementing copy is easy (I do have ready code), but there also has to be implemented new functions in the raster library, as history and other metadata reading functions do not support reading from a different project (location). Thus closing this bug will take two separate PRs.
r.projwrites only history of its call, but nothing about input map. Still reprojected map is (almost) the same map, only with a different coordinate system. Thusr.projshould copy over most of input map metadata.Implementing copy is easy (I do have ready code), but there also has to be implemented new functions in the raster library, as history and other metadata reading functions do not support reading from a different project (location). Thus closing this bug will take two separate PRs.