Markus Neteler
|
22dcea97b9
Python scripts: remove UTF-8 coding line (#1461)
|
4 yıl önce |
Vaclav Petras
|
0d9e966dd2
Apply Black to all scripts (#1347)
|
4 yıl önce |
Vaclav Petras
|
635224115c
parser: Use #-space-% to allow writing PEP8-compliant Python code (#1287)
|
4 yıl önce |
Huidae Cho
|
7aad005a5b
[rv].unpack: sys.stdout.write() cannot print bytes; convert f.read() to str (#577)
|
5 yıl önce |
Markus Neteler
|
b4432f400e
change Python shebang to python3 (#75)
|
5 yıl önce |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 yıl önce |
Markus Neteler
|
ebf955ca77
r.unpack; v.unpack: fix nonsensical descriptions
|
7 yıl önce |
Martin Landa
|
596d67db1f
[NEWS] r.|v.unpack: new flag (-p) added to print projection info and exit
|
8 yıl önce |
Maris Nartiss
|
c9a1ea52ff
Install gettext to Python script modules to use translated strings extracted by https://trac.osgeo.org/grass/changeset/70817
|
8 yıl önce |
Markus Neteler
|
d33152f1d5
Numerous typos fixed (identified with tools/fix_typos.sh)
|
8 yıl önce |
Pietro Zambelli
|
ad971d881d
temporal: support python3
|
9 yıl önce |
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 yıl önce |
Pietro Zambelli
|
e2927d6a01
grass71/scripts: apply pep8 and make them readable for python3
|
9 yıl önce |
Huidae Cho
|
1fe22c882d
v.unpack: Fix a message
|
9 yıl önce |
Anna Petrášová
|
9fb1def72a
v.unpack: synchronize gui with r.unpack
|
9 yıl önce |
Anna Petrášová
|
e20cf66a79
v.unpack: fix unpacking when name of archive and the packed map differ
|
9 yıl önce |
Anna Petrášová
|
8cf7413f0c
v.unpack: fix importing to xy location
|
9 yıl önce |
Vaclav Petras
|
14d6b3126f
change and extend description of -o (override projection) flags
|
9 yıl önce |
Anna Petrášová
|
411c3608f7
improve override projection message
|
9 yıl önce |
Vaclav Petras
|
ec00bf8dc3
clear meaning of packing (use export as in temporal), interlink the modules
|
10 yıl önce |
Markus Neteler
|
4197ed8748
scripts/parser: keywords -> keyword (old style remains accepted)
|
10 yıl önce |
Markus Neteler
|
71b86cd2b4
update g.region/g.rename calls to use new element names (https://trac.osgeo.org/grass/ticket/2409)
|
10 yıl önce |
Martin Landa
|
8bf79e2e3e
update modules to use G_OPT_F_BIN_INPUT
|
10 yıl önce |
Markus Neteler
|
dc635f0a08
fix broken keyword list
|
10 yıl önce |
Vaclav Petras
|
3c04db432e
pythonlib: raise exceptions from run_command and others (https://trac.osgeo.org/grass/ticket/2326)
|
10 yıl önce |
Martin Landa
|
9197543eb8
v.unpack: fix when default DB connection is not set
|
10 yıl önce |
Huidae Cho
|
ed12ab2f6d
Rename g.remove's names= to name= and use name= instead of pattern= as needed
|
10 yıl önce |
Luca Delucchi
|
0d7ad398b4
r/v.unpack: check if the pack is the right type for that command (ticket https://trac.osgeo.org/grass/ticket/2455)
|
10 yıl önce |
Huidae Cho
|
e1984e83be
Rename g.mlist to g.list and update g.remove usage
|
10 yıl önce |
Anna Petrášová
|
31297ef713
pythonlib: create new file utils not to clutter core with simple functions and move some of them from core and change all affected imports
|
10 yıl önce |