Changes between Initial Version and Version 1 of Ticket #3996, comment 1
- Timestamp:
- 11/24/19 19:46:15 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3996, comment 1
initial v1 2 2 3 3 {{{ 4 grass -c template.tif ./G --exec <<EOF 5 r.external input=foo.tif output=foo 6 r.out.gdal input=foo output=bar.tif 4 rm -fR ~/Desktop/G 5 grass -c EPSG:3413 ./Desktop/G --exec <<EOF 6 g.region -p 7 g.region e=100 n=100 res=10 -p 7 8 EOF 8 9 }}}