Markus Neteler 4a5ac0d331 i.oif: Fixed r.covar output parsing (backport of https://trac.osgeo.org/grass/changeset/61288) 11 лет назад
..
d.correlate 1c8576417f homogenize keywords 13 лет назад
d.out.file 9e304b0d24 svn propset 11 лет назад
d.polar b5d5dffaef compress PNG images with 'optipng -o5'; svn props 13 лет назад
d.rast.edit 1c8576417f homogenize keywords 13 лет назад
d.rast.leg 98f0a0a4b0 reflect d.legend option changes (https://trac.osgeo.org/grass/ticket/2303), backport of https://trac.osgeo.org/grass/changeset/60103,4 from trunk 11 лет назад
d.redraw 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
d.shadedmap f1282ee81a add option to save result to a new raster map (merge from devbr6) 12 лет назад
d.vect.thematic db72ce3de0 d.vect.thematic manual: update example to NC; script still broken 11 лет назад
db.dropcolumn c2527b3a87 db.dropcolumn: cosmetics in messages 13 лет назад
db.droptable b3b2b78dff add function to check if a table is connected with some vectors; use the new function in db.droptable 12 лет назад
db.in.ogr 514f6205ed Added hint on PG_LIST_ALL_TABLES variable for PostGIS driver (merge from trunk https://trac.osgeo.org/grass/changeset/60407) 11 лет назад
db.out.ogr bbe8af255f fix db.out.ogr 12 лет назад
db.test d207ad4866 db.test: print which DB driver is tested 11 лет назад
db.univar d806b33c29 db.univar: fix precision 12 лет назад
g.extension 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
g.extension.all 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
g.manual 79f5cdd9a6 Do not mix tabs and spaces in Pyhton as per PEP 8 11 лет назад
i.image.mosaic 8969ff79ee homogenize keywords 13 лет назад
i.in.spotvgt e323e4b080 add missing parameters for find_program 12 лет назад
i.landsat.rgb a915e6d748 i.landsat.rgb: progress & messages cosmetics 11 лет назад
i.oif 4a5ac0d331 i.oif: Fixed r.covar output parsing (backport of https://trac.osgeo.org/grass/changeset/61288) 11 лет назад
i.pansharpen a88c25e42d g.mremove: update python code for new g.mremove interface 11 лет назад
i.spectral e323e4b080 add missing parameters for find_program 12 лет назад
i.tasscap 7a4e01b661 i.tasscap: added more background material 11 лет назад
m.proj 43aa8bbcdd m.proj manual: input=- is needed (while it should be default like in G6?) 11 лет назад
r.blend 4151f6f2ee r.blend: fix NULL handling 12 лет назад
r.buffer.lowmem 1e737f5d41 Unify error messages 11 лет назад
r.colors.stddev e437cd9f59 avoid caps HTML tags 13 лет назад
r.fillnulls 377d53c972 fix links pointing to skagit 11 лет назад
r.grow 1e737f5d41 Unify error messages 11 лет назад
r.in.aster e323e4b080 add missing parameters for find_program 12 лет назад
r.in.srtm 3b8ec5c377 r.in.srtm: support V3 11 лет назад
r.in.wms 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
r.mapcalculator e437cd9f59 avoid caps HTML tags 13 лет назад
r.mask c54101398e r.mask manual: fix examples 11 лет назад
r.out.xyz c114657bb8 r.out.xyz: added support for multiple file export, example added (with support of Vincent Bain) 11 лет назад
r.pack 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
r.plane 5273125041 track option changes 12 лет назад
r.reclass.area fbcd4116b6 r.reclass.area: apply patch from ticket https://trac.osgeo.org/grass/ticket/2090; PEP8 cleaning; update documentation with new flag 11 лет назад
r.rgb d02fb6ad2b r.rgb: out prefix must be name of input without mapset, remove unused imports 12 лет назад
r.tileset 007374c3fe r.tileset: declaration fixes provided by sbl (trac https://trac.osgeo.org/grass/ticket/1825) 11 лет назад
r.unpack 0860933d85 r.unpack/v.unpack: fix problems for duplicate names in proj info and units, there is still a problem if second file has more keys, eg south:defined; PEP8 cleaning 11 лет назад
r3.in.xyz a88c25e42d g.mremove: update python code for new g.mremove interface 11 лет назад
r3.mapcalculator e437cd9f59 avoid caps HTML tags 13 лет назад
v.build.all 035a9e0b09 +example, even if simple 12 лет назад
v.centroids e437cd9f59 avoid caps HTML tags 13 лет назад
v.convert.all e437cd9f59 avoid caps HTML tags 13 лет назад
v.db.addcolumn 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.db.addtable 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.db.dropcolumn 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.db.droprow a611d2b699 fix non-existing HTML pages 12 лет назад
v.db.droptable 070eaa1a92 msg typo: occured -> occurred 12 лет назад
v.db.join d6abb4e42f clean up language (https://trac.osgeo.org/grass/ticket/1591) 12 лет назад
v.db.reconnect.all 18fcd9a601 v.db.reconnect.all bugfix 12 лет назад
v.db.renamecolumn 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.db.univar ca3b44689e update manuals for (v.)db.univar 12 лет назад
v.db.update 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.dissolve be561b13b7 v.dissolve: add warning when column is not given (dissolving based on cats) 11 лет назад
v.in.e00 c5005a4d91 use lowercase HTML tags 14 лет назад
v.in.geonames 645e02b41a v.geonames: update manual page, add example 12 лет назад
v.in.gns ba7caf87f7 revert fs back to sep(arator) 13 лет назад
v.in.gps 070eaa1a92 msg typo: occured -> occurred 12 лет назад
v.in.lines 082de2f39a Keys in `options` dictionary cannot be shortened. Patch provided by Stepan Turek. 13 лет назад
v.in.mapgen 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.in.sites.all f49ace06b1 homogenize keywords 13 лет назад
v.in.wfs 39f425126f r.in.wms/v.in.wfs: clean up keywords 12 лет назад
v.krige 7df99e8331 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 лет назад
v.out.gps e437cd9f59 avoid caps HTML tags 13 лет назад
v.pack 2afc54a591 v.pack: fix global var usage 12 лет назад
v.rast.stats 0a5bf88a24 Remove tab and space mixture in Python scripts before message cleanup 11 лет назад
v.report a3f19a1521 v.report: cat mismatch bug fixed (merge from 60359) 11 лет назад
v.unpack 0860933d85 r.unpack/v.unpack: fix problems for duplicate names in proj info and units, there is still a problem if second file has more keys, eg south:defined; PEP8 cleaning 11 лет назад
v.what.vect f49ace06b1 homogenize keywords 13 лет назад
wxpyimgview 1c8576417f homogenize keywords 13 лет назад
Makefile 62e555bea9 wxGUI: d.out.file module added, can be run from gui command line and with d.mon 11 лет назад