Anna Petrasova
|
847219c842
flake8: fix F401 (unused import) and F821 (undefined name) in scripts and lib (#1314)
|
4 年之前 |
Markus Neteler
|
90634b76e3
Fix flake8 pep8 errors (#986)
|
4 年之前 |
Vaclav Petras
|
e4fc0a935e
Fix tab, indentation and membership Flake8 warnings in grass package (#540)
|
5 年之前 |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 年之前 |
Soeren Gebbert
|
047220cc2d
temporal algebra: Do not create the parsertab file when running the algebra
|
7 年之前 |
Soeren Gebbert
|
80db19c3a8
temporal algebra: Added suffix option for time and granularity based raster map names
|
7 年之前 |
Soeren Gebbert
|
93e494bba1
temporal framework: Added spatial topological operators to the temporal algebra
|
7 年之前 |
Soeren Gebbert
|
898c8f1f00
temporal framework: Better Python module import handling
|
8 年之前 |
Soeren Gebbert
|
58cd6ed81b
temporal framework: Better error handling for temporal operators, Code cleanup, better readability, better dry-run implementation, dry-run tests (merge from relbr72)
|
8 年之前 |
Soeren Gebbert
|
4b5a541b9e
temporal framework: Implementation of a dry-run concept, some code cleanup
|
8 年之前 |
Pietro Zambelli
|
ad971d881d
temporal: support python3
|
9 年之前 |
Pietro Zambelli
|
fa79e58cba
temporal: revert changes (https://trac.osgeo.org/grass/changeset/68139 and https://trac.osgeo.org/grass/changeset/68177) since they are not fixing bugs and therefore they should go in relbr72
|
9 年之前 |
Pietro Zambelli
|
9366bd5dcf
temporal: make temporal python library importable from python3
|
9 年之前 |
Soeren Gebbert
|
dcd1f39187
temporal framework: Fixing the framework caused by option renaming
|
10 年之前 |
Soeren Gebbert
|
937b823b4b
temporal framework: New functions to define stds of different types in an algebra expression.
|
10 年之前 |
Soeren Gebbert
|
d462215047
temporal framework: Bugfixing and code cleanup in the temporal algebra
|
10 年之前 |
Soeren Gebbert
|
aab579233e
temporal framework: New temporal algebra approach implemented by Thomas Leppelt. Additional algebra tests implemented.
|
10 年之前 |
Huidae Cho
|
ed12ab2f6d
Rename g.remove's names= to name= and use name= instead of pattern= as needed
|
10 年之前 |
Luca Delucchi
|
b9f4872f09
python temporal lib: PEP8 cleaning; markdown cleaning
|
10 年之前 |
Soeren Gebbert
|
7c5afd96a9
temporal framework: Changed the temporal framework code documentation from doxygen style to sphinx style
|
10 年之前 |
Huidae Cho
|
e1984e83be
Rename g.mlist to g.list and update g.remove usage
|
10 年之前 |
Soeren Gebbert
|
822654fdd5
New experimental aggregation method implemented that is faster and allows parallel processing.
|
10 年之前 |
Huidae Cho
|
f86a85bbd8
g.mremove: Changed the interface to that of g.mlist and added exclude= (ticket https://trac.osgeo.org/grass/ticket/2228)
|
10 年之前 |
Soeren Gebbert
|
6c3e61f6a1
Fixed several bugs in raster algebra. Added removing of empty maps.
|
11 年之前 |
Soeren Gebbert
|
67e3753ad7
Implemented parallel r.mapcalc and r3.mapcalc calls in temporal raster algebra.
|
11 年之前 |
Soeren Gebbert
|
f057f8ceae
t.vect.mapcalc update
|
11 年之前 |
Soeren Gebbert
|
047fa04d74
Added temporal raster and 3D raster algebra classes and tests
|
11 年之前 |