31 | | * i.colors.enhance: check for not existing maps, see #2984 |
32 | | * i.vi: add NDVI keyword |
33 | | * r.import: remove hardcoded memory limit |
34 | | * i.segment: input bands must not be NULL or constant |
35 | | * i.segment: avoid integer overflow with extremely large regions |
36 | | * i.segment: fix memory management estimation |
37 | | * v.to.db: add more keywords |
38 | | * r.horizon: check if coordinates are within the current region, fixes #3634 |
39 | | * r.buffer: fix interger overflow |
40 | | * v.in.ogr: use column type 'text' when appropriate |
41 | | * r.what: fix if coords are just outside current region |
42 | | * db.execute: check return code of db_execute_immediate() also for sql option |
43 | | * v.distance: use default db connection of current mapset |
44 | | * v.in.ogr: OGR dsn and GRASS db connections are independent of each other |
45 | | * v.db.addtable: create unique index |
46 | | * v.to.db: fix fractal dimension index |
| 31 | * G74:i.colors.enhance: check for not existing maps, see #2984 |
| 32 | * G74:i.vi: add NDVI keyword |
| 33 | * G74:r.import: remove hardcoded memory limit |
| 34 | * G74:i.segment: input bands must not be NULL or constant |
| 35 | * G74:i.segment: avoid integer overflow with extremely large regions |
| 36 | * G74:i.segment: fix memory management estimation |
| 37 | * G74:v.to.db: add more keywords |
| 38 | * G74:r.horizon: check if coordinates are within the current region, fixes #3634 |
| 39 | * G74:r.buffer: fix interger overflow |
| 40 | * G74:v.in.ogr: use column type 'text' when appropriate |
| 41 | * G74:r.what: fix if coords are just outside current region |
| 42 | * G74:db.execute: check return code of db_execute_immediate() also for sql option |
| 43 | * G74:v.distance: use default db connection of current mapset |
| 44 | * G74:v.in.ogr: OGR dsn and GRASS db connections are independent of each other |
| 45 | * G74:v.db.addtable: create unique index |
| 46 | * G74:v.to.db: fix fractal dimension index |