| 02:50:23 | CIA-11: | neteler * r31834 /grass-web/trunk/screenshots/ ( 3 files in 2 dirs ): +GRASS Installation screenshots |
| 02:50:25 | sigq: | grassfeed: Changeset [31834]: +GRASS Installation screenshots <https://trac.osgeo.org/grass/changeset/31834> |
| 04:37:32 | CIA-11: | hamish * r31835 /grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel: if altitude data is missing replace it with a 0 as v.in.ascii defined column type is expecting doubles |
| 05:11:54 | CIA-11: | hamish * r31836 /grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel: if altitude data is missing replace it with a 0 as v.in.ascii defined column type is expecting doubles ( merge from devbr6 ) |
| 05:19:23 | CIA-11: | hamish * r31837 /grass-web/trunk/gdp/manuals.inc: 6.3->6.4 man pages so latest devbr6 improvements make it online; 6.3 pages add no other info, so they are removed from the webpage |
| 05:19:28 | CIA-11: | neteler * r31838 /grass-web/trunk/screenshots/vector_60.inc: mention version |
| 05:22:14 | sigq: | grassfeed: Changeset [31838]: mention version <https://trac.osgeo.org/grass/changeset/31838> |
| 05:39:40 | CIA-11: | hamish * r31839 /grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel: make last commit work |
| 05:39:41 | sigq: | grassfeed: Changeset [31839]: make last commit work <https://trac.osgeo.org/grass/changeset/31839> |
| 05:41:31 | CIA-11: | hamish * r31840 /grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel: improve last commit ( make it obviously bogus ) |
| 05:41:33 | sigq: | grassfeed: Changeset [31840]: improve last commit ( make it obviously bogus ) <https://trac.osgeo.org/grass/changeset/31840> |
| 05:42:35 | CIA-11: | hamish * r31841 /grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel: fix last commit ( merge from devbr6 ) |
| 05:42:36 | sigq: | grassfeed: Changeset [31841]: fix last commit ( merge from devbr6 ) <https://trac.osgeo.org/grass/changeset/31841> |
| 06:06:24 | sigq: | grassfeed: Ticket #195 ( enhancement created ): -g flag in r.proj/v.proj for easily-parsable output for use in scripts <https://trac.osgeo.org/grass/ticket/195> |
| 06:36:22 | CIA-11: | hamish * r31842 /grass-web/trunk/download/software.inc: fix broken URL |
| 06:36:23 | sigq: | grassfeed: Changeset [31842]: fix broken URL <https://trac.osgeo.org/grass/changeset/31842> |
| 12:43:07 | sigq: | grassfeed: Ticket #189 ( defect closed ): WinGRASS installer can not find NC sampledata <https://trac.osgeo.org/grass/ticket/189#comment:13> |
| 20:16:11 | maning: | how do I copy a raster with selected category values only? |
| 23:37:30 | : | <_wolf_> maning: r.mapcalc result=if( oldmap==categoryvalue,oldmap,null( ) ) |
| 23:37:51 | : | <_wolf_> see http://grass.osgeo.org/grass63/manuals/html63_user/r.mapcalc.html for more |
| 23:37:53 | sigq: | Title: r.mapcalc ( at grass.osgeo.org ) |
| 23:39:22 | : | <_wolf_> you could also use r.reclass |
| 23:39:27 | : | <_wolf_> http://grass.osgeo.org/grass63/manuals/html63_user/r.reclass.html |
| 23:39:28 | sigq: | Title: GRASS GIS: r.reclass ( at grass.osgeo.org ) |