[GRASS-dev] [GRASS GIS] #3537: Add functionalities –tmp-location and –no-clean
GRASS GIS
trac at osgeo.org
Tue Aug 14 19:37:56 PDT 2018
#3537: Add functionalities –tmp-location and –no-clean
-----------------------------+------------------------------------------
Reporter: radeknovotny94 | Owner: grass-dev@…
Type: enhancement | Status: closed
Priority: normal | Milestone: 7.6.0
Component: Startup | Version: svn-trunk
Resolution: fixed | Keywords: tmp-location, no-clean, exec
CPU: All | Platform: All
-----------------------------+------------------------------------------
Changes (by wenzeslaus):
* status: new => closed
* resolution: => fixed
Comment:
The main part, `--tmp-location`, was implemented in r72790 and improved in
r73096 (#3585), 73099, and r73098 (#3586). Now we can do:
Execute script in a loc created based on EPSG:
{{{
grass75 --tmp-location EPSG:3358 --exec script.py
}}}
Get CRS for a file:
{{{
grass75 --tmp-location ~/data/elevation.tiff --exec g.proj -p
}}}
Get help text for a module:
{{{
grass75 --tmp-location XY --exec r.neighbors --help
}}}
`--no-clean` is a case for a separate ticket (please open it if you are
interested).
Closing this one as fixed.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3537#comment:7>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list