Vaclav Petras
|
0d9e966dd2
Apply Black to all scripts (#1347)
|
4 年之前 |
Vaclav Petras
|
635224115c
parser: Use #-space-% to allow writing PEP8-compliant Python code (#1287)
|
4 年之前 |
Markus Neteler
|
b4432f400e
change Python shebang to python3 (#75)
|
5 年之前 |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 年之前 |
Anna Petrášová
|
7e1945f230
experimental GSoC 2018 Python 3 support by Sanjeet Bhatti
|
6 年之前 |
Maris Nartiss
|
c9a1ea52ff
Install gettext to Python script modules to use translated strings extracted by https://trac.osgeo.org/grass/changeset/70817
|
8 年之前 |
Pietro Zambelli
|
ad971d881d
temporal: support python3
|
9 年之前 |
Pietro Zambelli
|
fdf7b94fa5
grass71/scripts: revert changes (https://trac.osgeo.org/grass/changeset/68140 and https://trac.osgeo.org/grass/changeset/68178) since they are not fixing bugs and therefore they should go in relbr72
|
9 年之前 |
Pietro Zambelli
|
e2927d6a01
grass71/scripts: apply pep8 and make them readable for python3
|
9 年之前 |
Vaclav Petras
|
86910c218e
remove minor differences to https://trac.osgeo.org/grass/changeset/64155 release 70 branch (probably due to improper backports)
|
10 年之前 |
Markus Neteler
|
4197ed8748
scripts/parser: keywords -> keyword (old style remains accepted)
|
10 年之前 |
Markus Neteler
|
71b86cd2b4
update g.region/g.rename calls to use new element names (https://trac.osgeo.org/grass/ticket/2409)
|
10 年之前 |
Markus Neteler
|
fcf7aef38b
r.reclass.area: option description cosmetics
|
10 年之前 |
Martin Landa
|
52a9cf3bdb
r.reclass.area: use standardized options (https://trac.osgeo.org/grass/ticket/2409)
|
10 年之前 |
Markus Neteler
|
a85f3a1476
r.reclass.area: minor code cleanup of location check
|
10 年之前 |
Huidae Cho
|
ed12ab2f6d
Rename g.remove's names= to name= and use name= instead of pattern= as needed
|
10 年之前 |
Luca Delucchi
|
1a2821b58b
r.reclass.area: added new method using v.clean with tool=rmarea
|
10 年之前 |
Huidae Cho
|
e1984e83be
Rename g.mlist to g.list and update g.remove usage
|
10 年之前 |
Anna Petrášová
|
fb32435fb8
r.reclass.area: add -d flag for clumping diagonal cells - https://trac.osgeo.org/grass/ticket/2400
|
10 年之前 |
Luca Delucchi
|
fbcd4116b6
r.reclass.area: apply patch from ticket https://trac.osgeo.org/grass/ticket/2090; PEP8 cleaning; update documentation with new flag
|
11 年之前 |
Martin Landa
|
7a98fc756a
r.reclass.area: don't use '|' as separator (fails on Windows)
|
12 年之前 |
Markus Metz
|
ba7caf87f7
revert fs back to sep(arator)
|
12 年之前 |
Anna Petrášová
|
ad75256f64
r.reclass.area: fp maps support, remove temp maps, spaces instead of tabs
|
12 年之前 |
Martin Landa
|
fabbf49090
r.reclass.area: more guisections
|
13 年之前 |
Martin Landa
|
452a0d081f
python scripts: use standard option
|
13 年之前 |
Markus Neteler
|
e7ee8252ef
fix r.reclass call
|
14 年之前 |
Martin Landa
|
7f820a7869
fix typo in variable
|
15 年之前 |
Martin Landa
|
c163f38d20
scripts: use _() macro around messages
|
15 年之前 |
Martin Landa
|
74ff0b0161
split keywords also in scripts (to avoid duplicated translations)
|
16 年之前 |
Martin Landa
|
21ed9f7144
import grass.script as grass
|
16 年之前 |