Re: [GRASS-dev] [GRASS GIS] #3989: v.to.db -p adds spurious blank line to beginning of output

2020-02-21 Thread GRASS GIS
#3989: v.to.db -p adds spurious blank line to beginning of output
--+-
  Reporter:  jidanni  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  trivial  |  Milestone:  7.8.3
 Component:  Database |Version:  git-releasebranch78
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by jidanni):

 I can't test for the next few months.
 All I remember is that I used an emacs shell window, or M-x compile.
 So many of interactive things that depend on terminals and CR LF stuff
 will look different.

-- 
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] #3999: Mention projection of current location in error message

2020-02-21 Thread GRASS GIS
#3999: Mention projection of current location in error message
-+-
  Reporter:  jidanni |  Owner:  grass-dev@…
  Type:  enhancement | Status:  new
  Priority:  trivial |  Milestone:  7.8.3
 Component:  Projections/Datums  |Version:  git-releasebranch78
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by jidanni):

 Probably. I can't test for the next few months. So close this bug if it is
 OK now.

-- 
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] #4022: impossible to remove vect and delete attribute from gui

2020-02-21 Thread GRASS GIS
#4022: impossible to remove vect and delete attribute from gui
--+-
  Reporter:  1266 |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:
 Component:  Python   |Version:  git-releasebranch78
Resolution:   |   Keywords:  Py3, Python 3
   CPU:  Unspecified  |   Platform:  Linux
--+-

Comment (by hellik):

 Replying to [comment:5 hellik]:
 > tested with
 >
 >
 > {{{
 > GRASS Version: 7.9.dev
 > Code revision: ac8bd2777
 > Build date: 2020-01-20
 > Build platform: x86_64-w64-mingw32
 > GDAL: 3.0.4
 > PROJ: 6.3.1
 > GEOS: 3.8.0
 > SQLite: 3.29.0
 > Python: 3.7.0
 > wxPython: 4.0.7
 > Platform: Windows-10-10.0.18362-SP0 (OSGeo4W)
 > }}}
 >
 > seems to work.
 >
 > closing ticket?

 backporting before 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] #3989: v.to.db -p adds spurious blank line to beginning of output

2020-02-21 Thread GRASS GIS
#3989: v.to.db -p adds spurious blank line to beginning of output
--+-
  Reporter:  jidanni  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  trivial  |  Milestone:  7.8.3
 Component:  Database |Version:  git-releasebranch78
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 I have made a test:

 {{{
 grass78 ~/grassdata/nc_spm_08/user1 --exec v.to.db -p soils_wake
 option=area type=boundary units=h
 Starting GRASS GIS...
 Cleaning up temporary files...
 Executing  ...
 Reading areas...
  100%
 cat|area
 1|318.734799672501
 2|226.872452220522
 3|73.0605252499888
 4|1264.63116952867
 5|39.5349875861163
 6|42.0685080402503
 7|158.071142303578
 8|30.1772676448377
 9|40.3409691012583
 [...]
 Execution of 
 finished.
 Cleaning up default sqlite database ...
 Cleaning up temporary files...
 }}}

 Apparently the percentage output of progress is not shown on your system.

 Did you set the variable `GRASS_MESSAGE_FORMAT` to anything specific?

-- 
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] #3999: Mention projection of current location in error message

2020-02-21 Thread GRASS GIS
#3999: Mention projection of current location in error message
-+-
  Reporter:  jidanni |  Owner:  grass-dev@…
  Type:  enhancement | Status:  new
  Priority:  trivial |  Milestone:  7.8.3
 Component:  Projections/Datums  |Version:  git-releasebranch78
Resolution:  |   Keywords:
   CPU:  Unspecified |   Platform:  Unspecified
-+-

Comment (by neteler):

 The projection non-/matching messages have been improved in
 https://github.com/OSGeo/grass/pull/317

 Is it ok now?

-- 
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] #4022: impossible to remove vect and delete attribute from gui

2020-02-21 Thread GRASS GIS
#4022: impossible to remove vect and delete attribute from gui
--+-
  Reporter:  1266 |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:
 Component:  Python   |Version:  git-releasebranch78
Resolution:   |   Keywords:  Py3, Python 3
   CPU:  Unspecified  |   Platform:  Linux
--+-

Comment (by hellik):

 tested with


 {{{
 GRASS Version: 7.9.dev
 Code revision: ac8bd2777
 Build date: 2020-01-20
 Build platform: x86_64-w64-mingw32
 GDAL: 3.0.4
 PROJ: 6.3.1
 GEOS: 3.8.0
 SQLite: 3.29.0
 Python: 3.7.0
 wxPython: 4.0.7
 Platform: Windows-10-10.0.18362-SP0 (OSGeo4W)
 }}}

 seems to work.

 closing ticket?

-- 
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] #3883: GRASS master does not compile with Python 3 on Mac

2020-02-21 Thread GRASS GIS
#3883: GRASS master does not compile with Python 3 on Mac
--+-
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:  7.8.3
 Component:  Default  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MacOSX
--+-

Comment (by cmbarton):

 Replying to [comment:12 nila]:

 This is great news. I'll try it out.

 > While not getting to the root of the problem, there is a workaround that
 seem to work:
 >
 > adding `encoding='latin1'` to `subprocess.Popen` at
 > (`lib/python/ctypes/ctypesgencore/parser/preprocessor.py:170`)
 >
 > enables compilation, seemingly without issues.
 >
 > {{{
 > ---
 >  lib/python/ctypes/ctypesgencore/parser/preprocessor.py | 1 +
 >  1 file changed, 1 insertion(+)
 >  mode change 100644 => 100755
 lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 >
 > diff --git a/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 b/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 > old mode 100644
 > new mode 100755
 > index 18999483e..1d0dd8749
 > --- a/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 > +++ b/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 > @@ -168,6 +168,7 @@ class PreprocessorParser(object):
 >  pp = subprocess.Popen(cmd,
 >shell=True,
 >universal_newlines=True,
 > +  encoding='latin1',
 >stdout=subprocess.PIPE,
 >stderr=subprocess.PIPE)
 >  ppout, pperr = pp.communicate()
 > --
 > 2.23.0
 > }}}

-- 
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] #3883: GRASS master does not compile with Python 3 on Mac

2020-02-21 Thread GRASS GIS
#3883: GRASS master does not compile with Python 3 on Mac
--+-
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:  7.8.3
 Component:  Default  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MacOSX
--+-

Comment (by guano):

 I can confirm that compilation was successfull with the modification. (OS
 Mojave, python 3.7.4 pyenv)

-- 
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] #3471: Custom dropdown control doesn’t recognize mouse events

2020-02-21 Thread GRASS GIS
#3471: Custom dropdown control doesn’t recognize mouse events
--+
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  reopened
  Priority:  major|  Milestone:  7.6.2
 Component:  wxGUI|Version:  7.2.2
Resolution:   |   Keywords:  wxPython, dropdown control
   CPU:  Unspecified  |   Platform:  MacOSX
--+

Comment (by nila):

 A PR with a fix has been made for #3502, with
 ​https://github.com/OSGeo/grass/pull/363.

 This issue will likely also be solved by that fix.

-- 
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] #3883: GRASS master does not compile with Python 3 on Mac

2020-02-21 Thread GRASS GIS
#3883: GRASS master does not compile with Python 3 on Mac
--+-
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:  7.8.3
 Component:  Default  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MacOSX
--+-

Comment (by nila):

 While not getting to the root of the problem, there is a workaround that
 seem to work:

 adding `encoding='latin1'` to `subprocess.Popen` at
 (`lib/python/ctypes/ctypesgencore/parser/preprocessor.py:170`)

 enables compilation, seemingly without issues.

 {{{
 ---
  lib/python/ctypes/ctypesgencore/parser/preprocessor.py | 1 +
  1 file changed, 1 insertion(+)
  mode change 100644 => 100755
 lib/python/ctypes/ctypesgencore/parser/preprocessor.py

 diff --git a/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 b/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 old mode 100644
 new mode 100755
 index 18999483e..1d0dd8749
 --- a/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 +++ b/lib/python/ctypes/ctypesgencore/parser/preprocessor.py
 @@ -168,6 +168,7 @@ class PreprocessorParser(object):
  pp = subprocess.Popen(cmd,
shell=True,
universal_newlines=True,
 +  encoding='latin1',
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
  ppout, pperr = pp.communicate()
 --
 2.23.0
 }}}

-- 
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] #3502: v.proj location not set in dialog

2020-02-21 Thread GRASS GIS
#3502: v.proj location not set in dialog
+-
  Reporter:  balagates  |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.4.5
 Component:  wxGUI  |Version:  7.4.0
Resolution: |   Keywords:  v.proj location
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by nila):

 This issue is still valid for master (GRASS 7.9dev), with wxPython
 version: 4.0.7.post2 osx-cocoa (phoenix) and wxWidgets 3.0.5.

 A PR with a fix has been made: https://github.com/OSGeo/grass/pull/363.

 Thanks @balagates for a great bug investigation!

-- 
Ticket URL: 
GRASS GIS 

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

[GRASS-dev] GRASS-GIS

2020-02-21 Thread Kartik kumar
Hello GRASS Developers,
My name is Kartik. I have a good skill in C/C++,OpenGL,graphic programming.
I am looking for contributing in OSGeo/GRASS.

   - I went through the project ideas on page:
   https://trac.osgeo.org/grass/wiki/GSoC/2020
   - I am very excited to try hands on the project: *Enhance 3D rendering
   capabilities in GRASS GIS*
   

   - I have started installing and compiling GRASS by source
   - Can someone help me with the important module/folder/files of the
   codebase related to C, OpenGL as specified in the project ideas.

It would be great help.
Regards
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] (no subject)

2020-02-21 Thread Kartik kumar
Hello Grass-Developers
My name is Kartik, I am a C/C++ and graphic programmer. I have a good
experience of OpenGL as well.
I was looking to contribute in OSGeo/Grass.

   - I have read the project ideas on:

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