Re: [GRASS-dev] [GRASS GIS] #1486: wxGUI: legend "hanging", not updated after map change

2014-02-25 Thread GRASS GIS
#1486: wxGUI: legend "hanging", not updated after map change
-+--
  Reporter:  neteler |   Owner:  grass-dev@…  
  Type:  defect  |  Status:  closed   
  Priority:  normal  |   Milestone:  6.4.2
 Component:  wxGUI   | Version:  svn-releasebranch64  
Resolution:  worksforme  |Keywords:   
  Platform:  Linux   | Cpu:  Unspecified  
-+--
Changes (by neteler):

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


Comment:

 The behaviour is caused by the selection mode for the legend.

 So, closing...

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] wxGUI digitizer broken in all branches

2014-02-25 Thread Vincent Bain
Le mardi 25 février 2014 à 23:13 +0100, Martin Landa a écrit :
> I will take a look on this issue, Martin

Thank you Martin, it would be nice to fix it. Sorry for my laziness, the
issue was known for quite a long time, but I did not insist, doing the
job with tcltk v.digit :
http://lists.osgeo.org/pipermail/grass-user/2013-April/067765.html

Bye,
Vincent.


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

Re: [GRASS-dev] wxGUI digitizer broken in all branches

2014-02-25 Thread Martin Landa
Hi,

2014-02-25 22:52 GMT+01:00 Markus Metz :
>> Did you check if your vector map is 3d ?
>> For the same reason I've never been able to edit features with non-null
>> elevation in wxGUI digitizer.
>
> Thanks! That was it!

I will take a look on this issue, Martin
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] wxGUI digitizer broken in all branches

2014-02-25 Thread Markus Metz
On Tue, Feb 25, 2014 at 10:31 PM, Vincent Bain  wrote:
> Hello Markus,
> here on a fresh 6.4 svn build (59140) it works.
>
> Did you check if your vector map is 3d ?
> For the same reason I've never been able to edit features with non-null
> elevation in wxGUI digitizer.

Thanks! That was it!

>
> Yours,
> Vincent.
>
> Le mardi 25 février 2014 à 22:11 +0100, Markus Metz a écrit :
>> In the wxGUI digitizer, I can no longer select vector features. Since
>> I can not select vector features, I can't do anything, no move,
>> delete, edit, etc.
>>
>> Unfortunately this applies to all branches.
>>
>> Markus M
>> ___
>> grass-dev mailing list
>> grass-dev@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
>
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] wxGUI digitizer broken in all branches

2014-02-25 Thread Vincent Bain
Hello Markus,
here on a fresh 6.4 svn build (59140) it works.

Did you check if your vector map is 3d ?
For the same reason I've never been able to edit features with non-null
elevation in wxGUI digitizer.

Yours,
Vincent.

Le mardi 25 février 2014 à 22:11 +0100, Markus Metz a écrit :
> In the wxGUI digitizer, I can no longer select vector features. Since
> I can not select vector features, I can't do anything, no move,
> delete, edit, etc.
> 
> Unfortunately this applies to all branches.
> 
> Markus M
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev


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

[GRASS-dev] wxGUI digitizer broken in all branches

2014-02-25 Thread Markus Metz
In the wxGUI digitizer, I can no longer select vector features. Since
I can not select vector features, I can't do anything, no move,
delete, edit, etc.

Unfortunately this applies to all branches.

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


Re: [GRASS-dev] Small correction for the help file of r.recode

2014-02-25 Thread Markus Neteler
On Tue, Feb 25, 2014 at 4:09 PM, Paulo van Breugel
 wrote:
> The example under the header 'Value replacement' of the r.recode help file
> (http://grass.osgeo.org/grass70/manuals/r.recode.html), the 'rules=-' is
> missing

Thanks, Paulo, fixed in G7 SVN.

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


[GRASS-dev] [Gsoc] Testing framework for GRASS GIS

2014-02-25 Thread karthik nayak
Hey,

I'm Karthik, currently pursuing my second year of engineering in Computer
Science and was going through your Idea list for Gsoc 2014.
I'm really interested in writing unit tests and have deployed them in most
of my projects .
Just went through the Links, and i believe that deployment of different
testing units for python and c/c++ is the way to go.
I would like to discuss more about this with the mentor.

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

[GRASS-dev] Small correction for the help file of r.recode

2014-02-25 Thread Paulo van Breugel
The example under the header 'Value replacement' of the r.recode help 
file (http://grass.osgeo.org/grass70/manuals/r.recode.html), the 
'rules=-' is missing


Now:

r.recode input=oldmap output=newmap << EOF

1:1:1.1:1.1

2:2:7.5:7.5

3:3:0.4:0.4

EOF


should be:

r.recode input=oldmap output=newmap rules=- << EOF

1:1:1.1:1.1

2:2:7.5:7.5

3:3:0.4:0.4

EOF

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

Re: [GRASS-dev] GSoC ideas - vector legend, medial axis

2014-02-25 Thread Newcomb, Doug
I had a chat with Antony Scott a while back about a metadata component to
this plugin:

https://github.com/mapaction/RAMP-QGIS

I have not kept up with the progress of the plugin.

Doug


On Mon, Feb 24, 2014 at 5:53 PM, Hamish  wrote:

> Hi,
>
> (thanks for the great ideas pages everyone: osgeo gsoc 2014 is accepted
> and happening!)
>
>
> integrating an existing open source metadata library instead of starting
> from scratch would be faster and easier to maintain in
> the long run. :)
>
> e.g. try to cooperate with the GeoNetwork and pycsw teams. is qgis doing
> anything wrt metadata that we could share development with?
>
>
>
> Hamish
>
>


-- 
Doug Newcomb
USFWS
Raleigh, NC
919-856-4520 ext. 14 doug_newc...@fws.gov
-
The opinions I express are my own and are not representative of the
official policy of the U.S.Fish and Wildlife Service or Dept. of the
Interior.   Life is too short for undocumented, proprietary data formats.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GSoC ideas - vector legend, medial axis

2014-02-25 Thread Newcomb, Doug
>From what I understand, the ISO 19115-1 metadata standard should be
finalized shortly.  Getting an official copy of the standard for this work
( if they finalize in time) would be useful.

Doug



On Tue, Feb 25, 2014 at 4:36 AM, Margherita Di Leo <
dileomargher...@gmail.com> wrote:

> Hi All,
>
>
> On Mon, Feb 24, 2014 at 8:22 PM, Martin Landa wrote:
>
>> Hi,
>>
>> 2014-02-24 20:18 GMT+01:00 Tereza Fiedlerová :
>> > finally I considered the metadata topic is probably the most
>> appropriate for
>> > me. My aim now is to find out as much as I can about it to have better
>> idea
>> > what is going on. If you have any additional information or resources I
>> > could study, please let me know. Thanks
>>
>
> Tereza, I'm glad to hear that. As several hints have already come, I'd
> suggest to set a page in the trac where we can store all these inputs that
> otherwise would be difficult to find again.
>
>>
>> perfect, in this regard I would like to open discussion whether to
>> speak just about metadata (ISO, Inspire) or also about  supporting
>> Inspire services (view and download)...
>>
>
> Martin, this makes sense, but I'd stick with a target that is reachable
> within the GSoC. Of course the occasion is suitable to gather all the ideas
> which can be developed in the future.
>
> Thanks,
> MaDi
>
>
>
> --
> 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
>



-- 
Doug Newcomb
USFWS
Raleigh, NC
919-856-4520 ext. 14 doug_newc...@fws.gov
-
The opinions I express are my own and are not representative of the
official policy of the U.S.Fish and Wildlife Service or Dept. of the
Interior.   Life is too short for undocumented, proprietary data formats.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2041: wxgui: error attempting to display imported raster map that was imported as three bands

2014-02-25 Thread GRASS GIS
#2041: wxgui: error attempting to display imported raster map that was imported 
as
three bands
---+
 Reporter:  mlennert   |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  normal |   Milestone:  7.0.0
Component:  wxGUI  | Version:  svn-trunk
 Keywords:  raster import display  |Platform:  Unspecified  
  Cpu:  Unspecified|  
---+

Comment(by mmetz):

 Replying to [comment:2 mlennert]:
 > Replying to [comment:1 wenzeslaus]:
 > > As a temporary solution, GUI currently contains a text that says that
 ''Add layers...'' may not work with multiple bands.
 >
 > I guess to get a "real" solution, the dialog would have to run gdalinfo
 first to check whether there are multiple bands in the file ?

 This is not enough, you would also need to check if the band option or the
 k flag is used with r.in.gdal.

 In order to keep things sufficiently simple (which the wxGUI not longer
 is, but anyway), I would rather suggest to test if the output raster
 exists, if not, the GUI should not attempt to display it.

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] GSoC ideas - vector legend, medial axis

2014-02-25 Thread Margherita Di Leo
Hi All,


On Mon, Feb 24, 2014 at 8:22 PM, Martin Landa wrote:

> Hi,
>
> 2014-02-24 20:18 GMT+01:00 Tereza Fiedlerová :
> > finally I considered the metadata topic is probably the most appropriate
> for
> > me. My aim now is to find out as much as I can about it to have better
> idea
> > what is going on. If you have any additional information or resources I
> > could study, please let me know. Thanks
>

Tereza, I'm glad to hear that. As several hints have already come, I'd
suggest to set a page in the trac where we can store all these inputs that
otherwise would be difficult to find again.

>
> perfect, in this regard I would like to open discussion whether to
> speak just about metadata (ISO, Inspire) or also about  supporting
> Inspire services (view and download)...
>

Martin, this makes sense, but I'd stick with a target that is reachable
within the GSoC. Of course the occasion is suitable to gather all the ideas
which can be developed in the future.

Thanks,
MaDi



-- 
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

Re: [GRASS-dev] [OSGeo-Discuss] OSGeo has been accepted at Google Summer of Code 2014!

2014-02-25 Thread Martin Landa
Hi Anne,

2014-02-24 21:14 GMT+01:00 Anne Ghisla :

very good news (cc'ed to grass-dev)! Thanks to all who helped to
convince Google to accept OSGeo as a mentoring organization!

Martin

> Hamish, Dustan and I have the great pleasure to announce that OSGeo has
> been accepted once again as a mentoring organization to the Google
> Summer of Code program [0]! Have a look at the great variety of OSGeo
> and guest software projects listed on the main OSGeo ideas page on the
> wiki - it will be another diverse, lively patchwork of open geospatial
> toolsets [2].
>
> What to do now?
>
> - Would-be mentors: have a look at Mentors Guide, discuss with previous
> years' mentors for guidance and wait for more instructions on how to
> register. All links and info will be available shortly at [1]
>
> - Would-be students: talk with the developers of your preferred
> software project(s) and start working on your proposals. Have a look at
> the Ideas pages for inspiration [2].
>
> - All: feel free to discuss on soc mailing list on how to improve this
> year's SoC, and add your ideas to the wiki [3]
>
> Next item in calendar: Student application period opens -  March 10 at
> 19:00 UTC [4].
>
> For any question that is not listed in the FAQs [5], just ask on soc
> list.
>
> [0] https://www.google-melange.com/gsoc/org/list/public/google/gsoc2014
> and https://www.google-melange.com/gsoc/org2/google/gsoc2014/osgeo
> [1] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2014_Administrative
> [2] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2014_Ideas
> [3] http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2014_Improvements
> [4] https://www.google-melange.com/gsoc/events/google/gsoc2014
> [5]
> https://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page
>
>
> All the best,
>
> Anne Ghisla, Hamish Bowman and Dustan Adkins
> --
> OSGeo GSoC Administrators 2014
>
> ___
> Discuss mailing list
> disc...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss



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


Re: [GRASS-dev] [GRASS GIS] #2041: wxgui: error attempting to display imported raster map that was imported as three bands

2014-02-25 Thread GRASS GIS
#2041: wxgui: error attempting to display imported raster map that was imported 
as
three bands
---+
 Reporter:  mlennert   |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  normal |   Milestone:  7.0.0
Component:  wxGUI  | Version:  svn-trunk
 Keywords:  raster import display  |Platform:  Unspecified  
  Cpu:  Unspecified|  
---+

Comment(by mlennert):

 Replying to [comment:1 wenzeslaus]:
 > As a temporary solution, GUI currently contains a text that says that
 ''Add layers...'' may not work with multiple bands.

 I guess to get a "real" solution, the dialog would have to run gdalinfo
 first to check whether there are multiple bands in the file ? Either using
 the python gdal api (RasterCount) or using some basic grep:


 {{{
 gdalinfo MyRaster.File | grep Band | wc -l
 }}}

-- 
Ticket URL: 
GRASS GIS 

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