Changes between Version 45 and Version 46 of Grass8Planning


Ignore:
Timestamp:
Aug 31, 2019, 12:04:25 PM (5 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass8Planning

    v45 v46  
    8484
    8585* G7:g.region flags -p, -3, -g, and -f are not in sync in various ways: CRS info seems to be much more useful with -p and -3 then -g or -f (e.g. `projection: 99 (NAD83(HARN) / North Carolina); datum: nad83harn` versus `projection=99`). The -f flag can't be used by itself unlike the other three. Also -f is actually split over multiple lines (projection and zone are separate). Additionally, a defined string like "xy", "general" and "utm" might be much better than the numbers for the projection value.
     86
     87==== C code ====
     88
     89* Replace the "4 spaces for level 1 and 1 tab for level 2" indent by "4 spaces for level 1 and 8 spaces for level 2" which is what we are using in Python code.
    8690=== Modules ===
    8791