Changes between Initial Version and Version 1 of Ticket #3996, comment 1


Ignore:
Timestamp:
Nov 24, 2019, 7:46:15 PM (4 years ago)
Author:
mankoff

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3996, comment 1

    initial v1  
    22
    33{{{
    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
     4rm -fR ~/Desktop/G
     5grass -c EPSG:3413 ./Desktop/G --exec <<EOF
     6g.region -p
     7g.region e=100 n=100 res=10 -p
    78EOF
    89}}}