Re: [GRASS-dev] [GRASS GIS] #3899: g.gui.gmodeler: loading of modeller file broken with TypeError

2019-09-03 Thread GRASS GIS
#3899: g.gui.gmodeler: loading of modeller file broken with TypeError
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  unspecified
Resolution:   |   Keywords:  python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 Replying to [comment:1 pesekon2]:
 > It works for me and I believe that it should be fixed by this commit:
 >
 https://github.com/OSGeo/grass/commit/82793da8c6772e87c2c3de4e8f2256612d1e6c76

 Wonderful, it works now! Thanks a lot.


 Only this msg clutter remained:

 {{{
 /home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/dialogs.py:952: wxPyDeprecationWarning: Call to
 deprecated item. Use InsertItem instead.
   index = self.InsertStringItem(i, str(i))
 /home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/dialogs.py:953: wxPyDeprecationWarning: Call to
 deprecated item. Use SetItem instead.
   self.SetStringItem(index, 0, name)
 /home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/dialogs.py:954: wxPyDeprecationWarning: Call to
 deprecated item. Use SetItem instead.
   self.SetStringItem(index, 1, inloop)
 /home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/dialogs.py:955: wxPyDeprecationWarning: Call to
 deprecated item. Use SetItem instead.
   self.SetStringItem(index, 2, param)
 /home/mundialis/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/gmodeler/dialogs.py:956: wxPyDeprecationWarning: Call to
 deprecated item. Use SetItem instead.
   self.SetStringItem(index, 3, desc)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] PROJ6 support in GRASS

2019-09-03 Thread Anna Petrášová
Hi,


On Tue, Sep 3, 2019 at 4:22 AM Markus Metz 
wrote:

> Hi all,
>
> there is a new PR for PROJ6 support in GRASS
> https://github.com/OSGeo/grass/pull/118
>
> There are two important changes when using PROJ6:
>
> First, reprojection with v.proj and r.proj is no longer always possible
> without the user making informed decisions. The reason is that there can be
> several different operations available to reproject coordinates from one
> CRS to another CRS. These different operations are listed and the user has
> to provide the appropriate operation with the pipeline option, taking care
> of any axisswap.
>

first, thanks for all the work. Second, I don't see how most users are
supposed to know what to pick. Is there perhaps a way to pick a good
default? I just can't imagine not having r.import/v.import...

Anna

>
> Second, axis order is no longer always easting, northing, e.g. for
> EPSG:4326 it is northing, easting, and an axisswap might need to be removed
> from operations provided by PROJ.
>
> There are many more changes (see details in the PR), but these are the two
> most important ones.
>
> Feedback welcome!
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3880: update/drop revision check after git switch

2019-09-03 Thread GRASS GIS
#3880: update/drop revision check after git switch
+-
  Reporter:  hellik |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  blocker|  Milestone:  7.6.2
 Component:  Compiling  |Version:  svn-releasebranch76
Resolution:  fixed  |   Keywords:  svn, git, revision
   CPU:  All|   Platform:  All
+-
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Closed by https://github.com/OSGeo/grass/pull/117

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release planning] GRASS GIS 7.8.0 with Python3 support

2019-09-03 Thread Martin Landa
Hi,

so 31. 8. 2019 v 9:57 odesílatel Martin Landa  napsal:

btw, next qgis release is planned for 13.9. [1]. It would be cool to
release 7.8.0 before this date.

Ma

[1] https://www.qgis.org/en/site/getinvolved/development/roadmap.html

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Fwd: Re: [OSGeoLive] #2181: GRASS freezes when using r.import on file without projection

2019-09-03 Thread Markus Metz
On Sun, Sep 1, 2019 at 8:35 AM Markus Neteler  wrote:
>
>
>
> 
> Von: OSGeoLive 
> Gesendet: 31. August 2019 17:38:31 OESZ
> Betreff: Re: [OSGeoLive] #2181: GRASS freezes when using r.import on file
without projection
>
> #2181: GRASS freezes when using r.import on file without projection
> ---+
>  Reporter:  johanvdw   |   Owner:  osgeolive@…
>  Type:  defect |  Status:  new
>  Priority:  major  |   Milestone:  OSGeoLive13.0
> Component:  OSGeoLive  |  Resolution:
>  Keywords:  grass  |
> ---+
> Changes (by kalxas):
>
>  * keywords:   => grass
>  * cc: osgeolive@… (added)
>  * priority:  minor => major
>  * type:  task => defect
>  * milestone:   => OSGeoLive13.0
>
>
> --
> Ticket URL: 
> OSGeoLive 
> self-contained bootable DVD, USB thumb drive or Virtual Machine based on
Lubuntu, that allows you to try a wide variety of open source geospatial
software without installing anything.
>

The reason was that r.import did not change back to the original location +
mapset by resetting GISRC. Fixed in master, relbr78, and relbr76, also for
v.import.

Markus M
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3899: g.gui.gmodeler: loading of modeller file broken with TypeError

2019-09-03 Thread GRASS GIS
#3899: g.gui.gmodeler: loading of modeller file broken with TypeError
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  unspecified
Resolution:   |   Keywords:  python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by pesekon2):

 It works for me and I believe that it should be fixed by this commit:
 https://github.com/OSGeo/grass/commit/82793da8c6772e87c2c3de4e8f2256612d1e6c76

 Could you upload your model, please?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] PROJ6 support in GRASS

2019-09-03 Thread Markus Metz
Hi all,

there is a new PR for PROJ6 support in GRASS
https://github.com/OSGeo/grass/pull/118

There are two important changes when using PROJ6:

First, reprojection with v.proj and r.proj is no longer always possible
without the user making informed decisions. The reason is that there can be
several different operations available to reproject coordinates from one
CRS to another CRS. These different operations are listed and the user has
to provide the appropriate operation with the pipeline option, taking care
of any axisswap.

Second, axis order is no longer always easting, northing, e.g. for
EPSG:4326 it is northing, easting, and an axisswap might need to be removed
from operations provided by PROJ.

There are many more changes (see details in the PR), but these are the two
most important ones.

Feedback welcome!
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3894: g.gui.animation fails to export animation with python3 error

2019-09-03 Thread GRASS GIS
#3894: g.gui.animation fails to export animation with python3 error
--+--
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  git-releasebranch78
Resolution:  fixed|   Keywords:  g.gui.animation, python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by veroandreo):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 After the backport, I do not get this error anymore in 78 rel branch.
 Closing.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3894: g.gui.animation fails to export animation with python3 error

2019-09-03 Thread GRASS GIS
#3894: g.gui.animation fails to export animation with python3 error
--+--
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  git-releasebranch78
Resolution:   |   Keywords:  g.gui.animation, python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+--

Comment (by neteler):

 I have backported it just now to relr78.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3895: g.gui.animation deprecation messages

2019-09-03 Thread GRASS GIS
#3895: g.gui.animation deprecation messages
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  git-releasebranch78
Resolution:   |   Keywords:  g.gui.animation
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by veroandreo):

 After the backport, I tested the animation export. It works now, but I get
 this new message in the terminal:

 {{{
 /home/veroandreo/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/animation/controller.py:554: wxPyDeprecationWarning: Call
 to deprecated item EmptyImage. Use :class:`Image` instead.
   image = wx.EmptyImage(*size)
 /home/veroandreo/software/grass78_git/dist.x86_64-pc-linux-
 gnu/gui/wxpython/animation/controller.py:571: wxPyDeprecationWarning: Call
 to deprecated item ImageFromBitmap. Use bitmap.ConvertToImage instead.
   im = wx.ImageFromBitmap(lastBitmaps[i])
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3894: g.gui.animation fails to export animation with python3 error

2019-09-03 Thread GRASS GIS
#3894: g.gui.animation fails to export animation with python3 error
--+--
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  wxGUI|Version:  git-releasebranch78
Resolution:   |   Keywords:  g.gui.animation, python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+--

Comment (by veroandreo):

 I recompiled my 78 rel branch installation yesterday and I still get the
 same error, was this backported??

 I cannot test in dev because the new image collections broke the temporal
 database and I have to rebuild it.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev