Re: [GRASS-dev] GRASS GIS + PROJ 6 + GDAL 2.5

2019-03-07 Thread Nikos Alexandris
Markus Metz: The GUI is now (r74175) no longer reading the file share/proj/epsg which no longer exists in PROJ 6, instead it uses g.proj list_codes=EPSG to get the list of EPSG codes. This is important e.g. for the location wizard to provide a list of known EPSG codes. Obviously, this works al

[GRASS-dev] g.proj -f does not work for all print options

2019-03-07 Thread Nikos Alexandris
I was testing g.proj from trunk now, and there is this: ``` g.proj -f ERROR: No output format specified, define one of flags -p, -g, -j, or -w ``` whereas only `-fj` and `-fw` will work. `-fp`, `-fg` do not get flattened. Nikos ___ grass-dev mailing l

Re: [GRASS-dev] [GRASS GIS] #2048: i.pansharpen limited to 8-bit imagery

2019-03-07 Thread GRASS GIS
#2048: i.pansharpen limited to 8-bit imagery -+- Reporter: Nikos | Owner: grass-dev@… Alexandris | Type: defect | Status: new Priority: normal | Milestone: 7.6.1 Componen

Re: [GRASS-dev] [GRASS GIS] #2048: i.pansharpen limited to 8-bit imagery

2019-03-07 Thread GRASS GIS
#2048: i.pansharpen limited to 8-bit imagery -+- Reporter: Nikos | Owner: grass-dev@… Alexandris | Type: defect | Status: new Priority: normal | Milestone: 7.6.1 Componen

Re: [GRASS-dev] [GRASS GIS] #2048: i.pansharpen limited to 8-bit imagery

2019-03-07 Thread GRASS GIS
#2048: i.pansharpen limited to 8-bit imagery -+- Reporter: Nikos | Owner: grass-dev@… Alexandris | Type: defect | Status: new Priority: normal | Milestone: 7.6.1 Componen

Re: [GRASS-dev] [GRASS GIS] #3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing

2019-03-07 Thread GRASS GIS
#3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing --+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Defaul

[GRASS-dev] Fixed: GRASS-GIS/grass-ci#3313 (master - 1fbb6bc)

2019-03-07 Thread Travis CI
Build Update for GRASS-GIS/grass-ci - Build: #3313 Status: Fixed Duration: 14 mins and 41 secs Commit: 1fbb6bc (master) Author: Markus Metz Message: g.proj: need GRASS_PROJSHARE to list codes with PROJ 4 git-svn-id: https://svn.osgeo.org/grass/grass/trunk@7417

Re: [GRASS-dev] [GRASS GIS] #3783: Python 3: ./raster/r.patch/testsuite/test_rpatch_artificial.py is broken

2019-03-07 Thread GRASS GIS
#3783: Python 3: ./raster/r.patch/testsuite/test_rpatch_artificial.py is broken --+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Tests|

Re: [GRASS-dev] GRASS GIS + PROJ 6 + GDAL 2.5

2019-03-07 Thread Markus Metz
On Thu, Mar 7, 2019 at 5:17 PM Markus Metz wrote: > > > > On Mon, Feb 25, 2019 at 9:42 PM Even Rouault wrote: > > > > On lundi 25 février 2019 15:10:10 CET Markus Metz wrote: > > > Hi all, > > > > > > GRASS needs some adjustments in order to be compatible with PROJ 6 + GDAL > > > 2.5 > > > > > >

[GRASS-dev] Broken: GRASS-GIS/grass-ci#3312 (master - d76f9f9)

2019-03-07 Thread Travis CI
Build Update for GRASS-GIS/grass-ci - Build: #3312 Status: Broken Duration: 18 mins and 22 secs Commit: d76f9f9 (master) Author: Markus Metz Message: wxGUI: use g.proj list_codes=EPSG to read EPSG codes git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74175

[GRASS-dev] Broken: GRASS-GIS/grass-ci#3311 (master - 02c3e25)

2019-03-07 Thread Travis CI
Build Update for GRASS-GIS/grass-ci - Build: #3311 Status: Broken Duration: 14 mins and 52 secs Commit: 02c3e25 (master) Author: Markus Metz Message: g.proj: +list_codes to list codes for given authority, compatible with PROJ 4, 5, 6 git-svn-id: https://svn.o

Re: [GRASS-dev] GRASS GIS + PROJ 6 + GDAL 2.5

2019-03-07 Thread Markus Metz
On Mon, Feb 25, 2019 at 9:42 PM Even Rouault wrote: > > On lundi 25 février 2019 15:10:10 CET Markus Metz wrote: > > Hi all, > > > > GRASS needs some adjustments in order to be compatible with PROJ 6 + GDAL > > 2.5 > > > > The plain text file "share/proj/epsg" no longer exists. This file is > > cu

Re: [GRASS-dev] [GRASS GIS] #3771: Run tests on Travis

2019-03-07 Thread GRASS GIS
#3771: Run tests on Travis --+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Tests|Version: svn-trunk Resolution: |

Re: [GRASS-dev] another grass python library question

2019-03-07 Thread Michael Barton
Could try. I found another way, after trying several that didn't work. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive Systems Science Ar

Re: [GRASS-dev] another grass python library question

2019-03-07 Thread Stefan Blumentrath
What about: grass.run_command('g.copy ', raster='{},{}'.format(variable, 'mapname') ___ grass-dev mailing list grass-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] another grass python library question

2019-03-07 Thread Michael Barton
Here is another issue with an infurating problem of parameter pairs. I have input map names saved to a set of variables. I want to do the following: grass.run_command('g.copy ', raster=[variable],[mapname]) The output [mapname] can be a string for a mapname or a previously defined variable cont

Re: [GRASS-dev] [GRASS GIS] #3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing

2019-03-07 Thread GRASS GIS
#3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing --+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Defaul

Re: [GRASS-dev] syntax error for r.rescale

2019-03-07 Thread Michael Barton
Found it. Need to use from_ (with underscore) instead of "from" Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive Systems Science Arizona S

Re: [GRASS-dev] syntax error for r.rescale

2019-03-07 Thread Stefan Blumentrath
> I think this is because "from" is a Python keyword. But how to get around > this when trying to include r.rescale in a script? Did you try from_ ? ___ grass-dev mailing list grass-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] syntax error for r.rescale

2019-03-07 Thread Michael Barton
I think this is because "from" is a Python keyword. But how to get around this when trying to include r.rescale in a script? Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head,

[GRASS-dev] syntax error for r.rescale

2019-03-07 Thread Michael Barton
Can anyone tell me why this raises a syntax error at the from argument? grass.run_command('r.rescale', input=mis1, output=mis1_8bit, from='0,2048', to='0,255') when r.rescale input=name [from=min,max] output=name to=min,max [title=phrase] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Re: [GRASS-dev] [GRASS GIS] #3772: Make the grass library importable outside of a GRASS session

2019-03-07 Thread GRASS GIS
#3772: Make the grass library importable outside of a GRASS session --+- Reporter: pmav99 | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: Component: Python |Version:

[GRASS-dev] [GRASS GIS] #3785: Gtk critical as soon as Grass starts - Grass crashes with 3d raster view

2019-03-07 Thread GRASS GIS
#3785: Gtk critical as soon as Grass starts - Grass crashes with 3d raster view +- Reporter: virtuale71 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Default |

Re: [GRASS-dev] [GRASS GIS] #3771: Run tests on Travis

2019-03-07 Thread GRASS GIS
#3771: Run tests on Travis --+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Tests|Version: svn-trunk Resolution: |

[GRASS-dev] [GRASS GIS] #3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing

2019-03-07 Thread GRASS GIS
#3784: temporal: regression since 2019-02-22. Allmost all the temporal tests are failing -+- Reporter: pmav99 | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: Component: Default