#964: r.timestamp: add a flag to use current date and time for timestamp
-------------------------------+--------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: trivial | Milestone: 6.5.0
Component: Raster | Version: svn-develbranch6
Keywords: timestamp, insert | Platform: Linux
Cpu: x86-64 |
-------------------------------+--------------------------------------------
I was just working on some metadata with r.support and r.timestamp, and I
thought it would be handy to have a flag in r.timestamp that queries the
current date and time, and uses it as the raster's timestamp, instead of
having to explicitly write it out each time.
#964: r.timestamp: add a flag to use current date and time for timestamp
--------------------------+-------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: trivial | Milestone: 6.5.0
Component: Raster | Version: svn-develbranch6
Resolution: | Keywords: timestamp, insert
Platform: Linux | Cpu: x86-64
--------------------------+-------------------------------------------------
Comment (by hamish):
fwiw, you can use the timestamp for whatever you like but note that the
map's creation time is a separate field.
#964: r.timestamp: add a flag to use current date and time for timestamp
--------------------------+-------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: trivial | Milestone: 6.5.0
Component: Raster | Version: svn-develbranch6
Resolution: | Keywords: timestamp, insert
Platform: Linux | Cpu: x86-64
--------------------------+-------------------------------------------------
Comment (by epatton):
I guess what I'm looking for then is a flag to synch the map's r.timestamp
value with the map creation time - something like 'r.timestamp -s' to set
it to the creation time automatically.