Re: [GRASS-dev] [GRASS GIS] #2434: v.surf.bspline

2015-03-02 Thread GRASS GIS
#2434: v.surf.bspline
+---
 Reporter:  baharmon|   Owner:  grass-dev@…  
 Type:  defect  |  Status:  new  
 Priority:  major   |   Milestone:  7.0.1
Component:  Raster  | Version:  svn-releasebranch70  
 Keywords:  v.surf.bspline  |Platform:  MSWindows 8  
  Cpu:  OSX/Intel   |  
+---

Comment(by annakrat):

 Anyone has any idea? I looked at it but without the ability to debug on
 Windows I couldn't find anything.

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/2434#comment:12
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] Wrong HOME environment variable at start-up

2015-03-02 Thread Glynn Clements

Nikos Alexandris wrote:

 In ~/.grass.bashrc, I put the test-line `echo ~  # or echo $HOME`  
 (sans backticks, of course).
 Launching up G70, or G71, the echoed message reports HOME as being the 
 Mapset in which I launch GRASS!  For example, `grass70 
 /geo/grassdb/ols/PERMANENT` will give /geo/grassdb/ols/PERMANENT.
 
 Thus, `source ~/.bash_aliases`, inside .grass.bashrc, fails to deliver. 
 Now, asking for $HOME, inside GRASS, shows no error, ie: `echo $HOME` 
 gives /home/nik.  Nevertheless, there is no single line anywhere in  
 ~/.bash*  or  ~/.grass*  or  ~/.grass7/*  that refers to HOME.
 
 Can someone help me understand what I have probably setup wrong?

Before starting the child shell process, the startup script sets HOME
to the mapset directory and writes out a .bashrc file to that
directory which (among other things) sets HOME back to the correct
value. The contents of ~/.grass.bashrc are copied into that file, but
before the point that HOME is reverted.

This is essentially a hack to force the shell's history file to be
written to the mapset directory rather than the user's HOME directory,
so that each mapset has its own separate shell history.

For bash, it would probably be better to just set HISTFILE, but other
shells may not have such a feature.

For all shells, it may be better to restore HOME before executing the
user-supplied commands from ~/.grass.bashrc, ~/.grass.cshrc, etc.

In the meantime, you could have ~/.grass.bashrc restore HOME itself;
nothing written to the generated .bashrc file uses it.

-- 
Glynn Clements gl...@gclements.plus.com
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [GRASS GIS] #2603: grass 7 startup problem

2015-03-02 Thread GRASS GIS
#2603: grass 7 startup problem
-+--
 Reporter:  neuba|   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  Startup  | Version:  7.0.0
 Keywords:   |Platform:  Unspecified  
  Cpu:  Unspecified  |  
-+--

Comment(by neuba):

 I have both Grass 7 and Grass 6.4 installed on my computer. How can solve
 this problem.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2603#comment:4
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2603: grass 7 startup problem

2015-03-02 Thread GRASS GIS
#2603: grass 7 startup problem
-+--
 Reporter:  neuba|   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  Startup  | Version:  7.0.0
 Keywords:   |Platform:  Unspecified  
  Cpu:  Unspecified  |  
-+--

Comment(by martinl):

 Replying to [comment:4 neuba]:
  I have both Grass 7 and Grass 6.4 installed on my computer. How can
 solve this problem.

 Did you install GRASS using standalone installer or via OSGeo4W?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2603#comment:5
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2603: grass 7 startup problem

2015-03-02 Thread GRASS GIS
#2603: grass 7 startup problem
--+-
  Reporter:  neuba|   Owner:  grass-dev@…  
  Type:  defect   |  Status:  closed   
  Priority:  normal   |   Milestone:  7.0.1
 Component:  Startup  | Version:  7.0.0
Resolution:  fixed|Keywords:   
  Platform:  Unspecified  | Cpu:  Unspecified  
--+-
Changes (by neuba):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Replying to [comment:5 martinl]:
  Replying to [comment:4 neuba]:
   I have both Grass 7 and Grass 6.4 installed on my computer. How can
 solve this problem.
 
  Did you install GRASS using standalone installer or via OSGeo4W?
 I used GRASS using standalone. I solve the problem by deleting GIBASE and
 GRASS_SH in environment of my computer.
 It is possible to set these variable for both grass 6.4 and grass 7.0
 Bye

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2603#comment:6
GRASS GIS http://grass.osgeo.org

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

[GRASS-dev] Select vector feature - Error

2015-03-02 Thread Margherita Di Leo
Hi,

when i try to select a feature with the select vector feature button from
map display, I get an Error pop up that reads:

Error occured during calling of handler: _onMapClickHandler
Handler was unregistered.

Reason: VectorSelectBase instance has no attribute 'map'

Traceback (most recent call last):
  File /usr/local/grass-7.1.svn/gui/wxpython/mapwin/base.py, line 191, in
HandlersCaller
handler(event)
  File /usr/local/grass-7.1.svn/gui/wxpython/gui_core/vselect.py, line
187, in _onMapClickHandler
vWhatDic = self.QuerySelectedMap()
  File /usr/local/grass-7.1.svn/gui/wxpython/gui_core/vselect.py, line
272, in QuerySelectedMap
message=_(Failed to query vector map(s) %s.) % self.map)
AttributeError: VectorSelectBase instance has no attribute 'map'

Thanks

-- 
Best regards,

Dr. Margherita DI LEO
Scientific / technical project officer

European Commission - DG JRC
Institute for Environment and Sustainability (IES)
Via Fermi, 2749
I-21027 Ispra (VA) - Italy - TP 261

Tel. +39 0332 78 3600
margherita.di-...@jrc.ec.europa.eu

Disclaimer: The views expressed are purely those of the writer and may not
in any circumstance be regarded as stating an official position of the
European Commission.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Wrong HOME environment variable at start-up

2015-03-02 Thread Nikos Alexandris
In ~/.grass.bashrc, I put the test-line `echo ~  # or echo $HOME`  
(sans backticks, of course).
Launching up G70, or G71, the echoed message reports HOME as being the 
Mapset in which I launch GRASS!  For example, `grass70 
/geo/grassdb/ols/PERMANENT` will give /geo/grassdb/ols/PERMANENT.


Thus, `source ~/.bash_aliases`, inside .grass.bashrc, fails to deliver. 
Now, asking for $HOME, inside GRASS, shows no error, ie: `echo $HOME` 
gives /home/nik.  Nevertheless, there is no single line anywhere in  
~/.bash*  or  ~/.grass*  or  ~/.grass7/*  that refers to HOME.


Can someone help me understand what I have probably setup wrong?
Thanks, Nikos
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [GRASS GIS] #2606: Bugs in r.sun

2015-03-02 Thread GRASS GIS
#2606: Bugs in r.sun
--+-
 Reporter:  ojni0001  |   Owner:  grass-dev@…  
 Type:  defect|  Status:  new  
 Priority:  normal|   Milestone:  7.0.1
Component:  Raster| Version:  unspecified  
 Keywords:  r.sun |Platform:  MSWindows 7  
  Cpu:  x86-64|  
--+-
Changes (by martinl):

  * keywords:  = r.sun
  * component:  Default = Raster
  * milestone:  = 7.0.1


-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2606#comment:1
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2601: Raster query fails with unicode error

2015-03-02 Thread GRASS GIS
#2601: Raster query fails with unicode error
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  wxGUI| Version:  7.0.0
 Keywords:  query|Platform:  MSWindows XP 
  Cpu:  Unspecified  |  
-+--
Changes (by annakrat):

  * keywords:  = query
  * milestone:  = 7.0.1


Comment:

 I can't reproduce it. I tried on Windows 8. Any idea why it doesn't work
 on your side?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2601#comment:1
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2602: GUI preferences dialog fails to open

2015-03-02 Thread GRASS GIS
#2602: GUI preferences dialog fails to open
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  wxGUI| Version:  7.0.0
 Keywords:   |Platform:  MSWindows XP 
  Cpu:  Unspecified  |  
-+--

Comment(by annakrat):

 Works for me with English locale on Windows 8. Is locale the problem?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2602#comment:2
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] grass addon sync to github

2015-03-02 Thread Luca Delucchi
On 1 March 2015 at 22:54, Helmut Kudrnovsky hel...@web.de wrote:
 Hi devs,


Hi Helmut,

 I have a few g7-addons in grass svn and I want to put them also in github.

 do you know any script/tool to sync addons in svn with github?


Could I ask you why?



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev