Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Paolo Cavallini
Il 20/10/2010 21:53, Paolo Cavallini ha scritto:
 Il 20/10/2010 21:11, Alexander Bruy ha scritto:
 Seems that this is not CSWClient problem, I can't open this
 URL with any browser or WMS client. AFAIK this issue affect
 
 Thanks Alex. I understand all this, but I think we should select as default 
 servers
 just a few that are known to work, optherwise our poor users will be puzzled 
 whether
 is the server or the plugin.
 Anybody has a reliable server to mention?
 All the best.
Alex, you'll hate me: I'm still tormenting you.
I get errors
from
http://ows.provinciatreviso.it/geonetwork/srv/it/csw?request=GetCapabilitiesservice=CSW

An error has occured while executing Python code:

Traceback (most recent call last):
  File /home/paolo/.qgis/python/plugins/cswclient/cswclientdialog.py, line 
692, in
showMetadata
dlg.textXml.document().setDefaultStyleSheet( myStyle )
AttributeError: 'CSWResponseDialog' object has no attribute 'textXML'

I understand it's a problem from the server, but I guess this should be handled 
more
cleanly by the plugin.

All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Alexander Bruy
No problems, Paolo. This is my work as plugin developer.
On the contrary I am thankful for testing.

But I can't reproduce this bug. I add
http://ows.provinciatreviso.it/geonetwork/srv/it/csw?request=GetCapabilitiesservice=CSW
to the server list. Then switch to the Search tab and start search:
keyword - geo
bbox - set global
When I select any record in results I'm able to press
Metadata and View XML buttons and there are no errors.

May be you have outdated plugin? Current version is 0.0.8

2010/10/21 Paolo Cavallini cavall...@faunalia.it:
 Alex, you'll hate me: I'm still tormenting you.
 I get errors
 from
 http://ows.provinciatreviso.it/geonetwork/srv/it/csw?request=GetCapabilitiesservice=CSW

 An error has occured while executing Python code:

 Traceback (most recent call last):
  File /home/paolo/.qgis/python/plugins/cswclient/cswclientdialog.py, line 
 692, in
 showMetadata
    dlg.textXml.document().setDefaultStyleSheet( myStyle )
 AttributeError: 'CSWResponseDialog' object has no attribute 'textXML'

 I understand it's a problem from the server, but I guess this should be 
 handled more
 cleanly by the plugin.

-- 
Alexander Bruy
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: STATIS: selected cases only

2010-10-21 Thread Agustin Lobo
It works great, thanks!
Agus

2010/10/20 Alexander Bruy alexander.b...@gmail.com:
 Hi,

 checkbox added in 0.2.11

 2010/10/20 Agustin Lobo alobolis...@gmail.com:

 Great!
 Much better if you can include the chckbox so that we
 can compare the selected cases to the whole population
 just by click-unclick
 Thanks!

 --
 Alexander Bruy

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] visibility analysis plugin

2010-10-21 Thread marco zanieri
Hi! I'm using the plugin visibility analysis , but i don't understand how
to read the tif that i get after the elaboration...i don't find the legend
so i don't know the colour's sense.
Could you help me? If you want i can attach you the image!!

Thanks,
marco

-- 
dott. Marco Zanieri
   e-mail: marcozani...@gmail.com

   cartografia tematica
  banche dati territoriali
 sistemi informativi geografici
  applicazioni GIS e webGIS
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


AW: Re: Fwd: [Qgis-user] QGIS Near

2010-10-21 Thread Ziegler Stefan
Hi Zoran

 As I can see the main stuff is in featurefindertool.py? And it works 
 through all the features in the selected layer every time?
Yes, the interesting stuff is in featurefindertool.py. Yes, it works through 
all the features in the selected layer.


 But, I really do not have that many features, and it takes 2-3 seconds to 
 find the nearest feature on my, not so very new laptop, 
 in a layer with cca 4200 point features.Ok, this is due to the spatial index 
 that is build everytime you click on the map. I changed this behaviour; the 
 index is build only for the first time (or when you change the current layer 
 of course). It takes 3 secondes for 50'000 point features and 40 seconds for 
 600'000 point features for the first search (on our server). The second 
 click/search is just real-time. Please update the plugin and try it and let 
 me know.

regards
Stefan






On Wed, Oct 20, 2010 at 8:54 PM, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:






Hi 
Zoran

 

I had 
some time left, took all my code snippets and also the one from Carson. Please 
try the plugin Nearest that should cover your example 1:

 

http://www.catais.org/qgis/plugins.xml

 

regards

Stefan



  -Ursprüngliche 
  Nachricht-

Von: Zoran Jankovic 
  [mailto:zoran.janko...@zisis.hr]

Gesendet am: Mittwoch, 20. Oktober 
  2010 19:21

An: qgis-user

Betreff: Re: Fwd: [Qgis-user] 
  QGIS Near



  
Hi Joe,
  




  


  On Wed, Oct 20, 2010 at 5:06 PM, Joe Larson joela...@gmail.com wrote:


  

Does 
the function 'snapWithContext'

http://doc.qgis.org/head/classQgsVectorLayer.html#733b974dce13d587e05cf3d4fc24f208

which 
Snaps to segment or vertex within given tolerance. seem like

what 
you're looking for? I came across it while trying to get 
Quantum

Navigator working recently...seemed relative, but I'm no 
expert!






  


  This is similar to the mentioned solution with selecting by radius, or 
  changing the tolerance of ID tool. Close, but no cigar. Since this is not 
very 
  urgent, I've decided to continue pursuing that outlined solution Carson gave, 
  and write a plugin i Python based on that. Since I actually never used Python 
  before, it may take a while, but hey, I get to learn sth. new :-).

  I never got the word back from Carson, has he developed anything along 
  these lines, but I have to presume he didn't...

  Anyone interested in joning me, or even earning some money, is still 
  invited to jump on board. My GIS implementation project is well on the way, 
  and it seems there'll even be some money involved :-). 

   

  Zoran

  


  
~joe



On 
Tue, Oct 19, 2010 at 9:55 AM, Andreas Neumann a.neumann at carto.netwrote:







 Hi Zoran,



 I believe the 
infrastructure of what you want is already wihtin the

 selection and 
identify tools in QGIS. Isn't this almost implemented in the

 current 
identify tool?





It sort of is, but not completely. 
Identify will ID all the features within

certain radios (percentage of 
extent), but it will ID _all_ of the features

within this radius. I only 
need the nearest, no matter how far away... Let

us say it is, for 
simplicity, within current extent.





 The current identify tool 
selects near or close by features within a

 certain tolerance. 
This tolerance can be set in Options -- Map tools

 search 
radius. I believe it currently only effects the identify tool. Do

 
you want the same tolerance also be used for the click-selection 
tool?





Look above. This could be useful, but it is not the 
functionality I'm

currently looking after.





 Are you also 
aware that in QGIS 1.6 there are new selection tools?



 * by 
click

 * by rectangle

 * by polygon

 * by 
freehand

 * by radius





Yup, these are great, but 
they all select _multiple_ features within radius,

rectangle, 
etc.





 Maybe this also helps to address your 
needs?



 Of course you can combine it with previous selections 
by pressing the ctrl

 
key.







BR,





---

Zoran 
Jankovic

ZIS-Izrada softvera i savjetovanje / ZIS - Software Development 
and

Consulting



http://www.zisis.hr



M: 00 385 98 682 
902

T:  00 385 44 683 374



A. Senoe 4

44320 
Kutina

Croatia





___

Qgis-user 
mailing list

Qgis-user@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/qgis-user






  





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: comments on qgis-grass plugin?

2010-10-21 Thread Ricardo Filipe Soares Garcia da
Hi Tim

 BUT:
 The process boxes (e.g. a operator rectangle) keep sticking at the
 mouse. once the box is placed, i cannot change the cursor function to
 connect the boxes.

Try this:
-After placing your desired process box, select the 'Add connection'
icon in the module's toolbar (its the one that looks like a line with
red and green circles at the edges)
- You'll notice that the mouse cursor has now changed to display a crosshair
- You can now connect your process boxes. Be sure to start drawing the
connections by the boxe's red circle markers (the markers will become
gray if the connection is successful)
- If you make a mistake just select the 'select item' icon in the
toolbar (it looks like a mouse pointer inside a rectangle), then click
on your connection line and press the delete key or the 'delete item'
icon on the toolbar

Cheers


-- 
___ ___ __
Ricardo Garcia Silva
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Re: QGIS 1.5 Update for ECW/SID support crashes

2010-10-21 Thread Giovanni Manghi
Hi all,

the plugin gdal17-ecw has been added by Frank W. in the osgeo4w
installer.

Now you only need to download the ERDAS sdk, accept the licence,,
install it, pick the redistributable dlls and copy them into system32.

After first test all works fine.


Cheers


-- Giovanni --



On Mon, 2010-10-18 at 07:06 -0700, hayamaguchi wrote:
 I am in a similar situation with Doug.  My local governments (county and
 state) use MrSid and ECW, respectively.  I am committed to QGIS and its
 dependence on GDAL, so I would like to encourage the GDAL and QGIS
 developers to continue their work in obtaining support for those formats,
 especially ECW.  Somebody mentioned a petition to ERDAS to loosen up their
 licensing terms for v71 redistributables for OSGeo use.  That may be a great
 starting point.  And, like Doug, I thank all of you, as a new convert to
 QGIS, for all your outstanding, selfless work in developing the software and
 helping newbies like myself use this wonderful product!


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Custom defined projection

2010-10-21 Thread Manuel Spínola

Dear list members,

I need to define a new SRC, it will be CRTM05 (for Costa Rica
What I have is this information (parameters):

+proj=tmerc  + lon_0=-84 + lat_0=0 + k=0. +datum=WGS84

I tried but I cannot het the new projection.
Do I need other information?

Best,

Manuel

--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
https://sites.google.com/site/lobitoderio/

Institutional website: ICOMVIS http://www.icomvis.una.ac.cr/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Comment on the hand book

2010-10-21 Thread Micha Silver

On 21/10/2010 00:45, Tim Michelsen wrote:


Hello,
please improve the explanantion of the topological editing function in
the hand book.
I spent 90 min. to find out how this works because I was used the arc*
way. Not your fault, but two pictures could help.

Thanks for the comment. I'll try to improve this section in 
the coming version.

--
Micha

BTW, would it be possible to publish the handbook as well as HTML?

Thanks for the efforts and regards,
Timmie

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

This mail was received via Mail-SeCure System.





--
Micha Silver
http://www.surfaces.co.il/
Arava Development Co.  +972-52-3665918

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Custom defined projection

2010-10-21 Thread Manuel Spínola

Thank you very much Giovanni,

I corrected the space but I still cannot save it.  When I click the star 
everything disappear.


Name: CRTM05
Parameters: +proj=tmerc +lon_0=-84 +lat_0=0 +k=0. +datum=WGS84

click the star and all the fields went blank.

Best,

Manuel

On 21/10/2010 06:06 a.m., Giovanni Manghi wrote:

On Thu, 2010-10-21 at 06:01 -0600, Manuel Spínola wrote:

Dear list members,

I need to define a new SRC, it will be CRTM05 (for Costa Rica
What I have is this information (parameters):

+proj=tmerc  + lon_0=-84 + lat_0=0 + k=0. +datum=WGS84

I tried but I cannot het the new projection.
Do I need other information?


Hi Manuel,

pay attention to spaces

+proj=tmerc +lon_0=-84 +lat_0=0 +k=0. +datum=WGS84

and then in the custom CRS dialog do not forget to click the floppy
disk icon to save the newly created CRS.


cheers

-- Giovanni --





--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
https://sites.google.com/site/lobitoderio/

Institutional website: ICOMVIS http://www.icomvis.una.ac.cr/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Custom defined projection

2010-10-21 Thread Ivan Mincik



click the star and all the fields went blank.


You should click to 'floppy disk' not 'star' icon.

--
Ivan Mincik, Gista s.r.o.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Re: QGIS 1.5 Update for ECW/SID support crashes

2010-10-21 Thread Micha Silver

On 21/10/2010 11:37, Giovanni Manghi wrote:


Hi all,

the plugin gdal17-ecw has been added by Frank W. in the osgeo4w
installer.


Many thanks.

Now you only need to download the ERDAS sdk, accept the licence,,
install it, pick the redistributable dlls and copy them into system32.


So is this working with the version 4 SDK?

After first test all works fine.


Cheers


-- Giovanni --



On Mon, 2010-10-18 at 07:06 -0700, hayamaguchi wrote:

I am in a similar situation with Doug.  My local governments (county and
state) use MrSid and ECW, respectively.  I am committed to QGIS and its
dependence on GDAL, so I would like to encourage the GDAL and QGIS
developers to continue their work in obtaining support for those formats,
especially ECW.  Somebody mentioned a petition to ERDAS to loosen up their
licensing terms for v71 redistributables for OSGeo use.  That may be a great
starting point.  And, like Doug, I thank all of you, as a new convert to
QGIS, for all your outstanding, selfless work in developing the software and
helping newbies like myself use this wonderful product!


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

This mail was received via Mail-SeCure System.





--
Micha Silver
http://www.surfaces.co.il/
Arava Development Co.  +972-52-3665918

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] WKTRaster Plugin 0.1

2010-10-21 Thread Maurício de Paulo
Hi everyone,
A friend of mine recently told me that wktraster is already storing and
loading raster to postgres. And it's even doing some spatial analisys with
vector data overlayed.
I've written a simple plugin to load wktraster tables into QGIS as gdal 1.7
already has a driver.
Sorry for the Windows users as I couldn't find a QGIS built with gdal 1.7
support so no wktraster for windows users.
I've tested with ubuntu-gis qgis' build.

At the moment the plugin DOES NOT list the existing tables, so you have to
TYPE THE TABLENAME in the editbox.

The plugin is available at the contributed repository.
Hope it's usefull

-- 
1º Ten Mauricio - Engenheiro Cartógrafo
1ª Divisão de Levantamento
Exército Brasileiro - Braço Forte, Mão Amiga.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Re: QGIS 1.5 Update for ECW/SID support crashes

2010-10-21 Thread Giovanni Manghi

 So is this working with the version 4 SDK?


yes, I tested under both Seven 32 and 64 bit.


cheers


-- Giovanni --

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: AW: Re: Fwd: [Qgis-user] QGIS Near

2010-10-21 Thread Giovanni Manghi
Hi,

I have installed the plugin on qgis trunk and Ubuntu 10.04, and now
every time I exit qgis I get the following

Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/qgis/utils.py, line 187, in
unloadPlugin
plugins[packageName].unload()
  File /home/gio/.qgis/python/plugins/nearest/nearest.py, line 102, in
unload
QObject.disconnect(self.tool, SIGNAL(featureFound()),
self.selectFeature)
AttributeError: Nearest instance has no attribute 'tool'


cheers

-- Giovanni --



On Thu, 2010-10-21 at 10:22 +0200, Ziegler Stefan wrote:
 Hi Zoran
 
  As I can see the main stuff is in featurefindertool.py? And it works 
  through all the features in the selected layer every time?
 Yes, the interesting stuff is in featurefindertool.py. Yes, it works through 
 all the features in the selected layer.
 
 
  But, I really do not have that many features, and it takes 2-3 seconds to 
  find the nearest feature on my, not so very new laptop, 
  in a layer with cca 4200 point features.Ok, this is due to the spatial 
  index that is build everytime you click on the map. I changed this 
  behaviour; the index is build only for the first time (or when you change 
  the current layer of course). It takes 3 secondes for 50'000 point features 
  and 40 seconds for 600'000 point features for the first search (on our 
  server). The second click/search is just real-time. Please update the 
  plugin and try it and let me know.
 
 regards
 Stefan
 
 
 
 
 
 
 On Wed, Oct 20, 2010 at 8:54 PM, Ziegler Stefan stefan.zieg...@bd.so.ch 
 wrote:
 
 
 
 
 
 
 Hi 
 Zoran
 
  
 
 I had 
 some time left, took all my code snippets and also the one from Carson. 
 Please 
 try the plugin Nearest that should cover your example 1:
 
  
 
 http://www.catais.org/qgis/plugins.xml
 
  
 
 regards
 
 Stefan
 
 
 
   -Ursprüngliche 
   Nachricht-
 
 Von: Zoran Jankovic 
   [mailto:zoran.janko...@zisis.hr]
 
 Gesendet am: Mittwoch, 20. Oktober 
   2010 19:21
 
 An: qgis-user
 
 Betreff: Re: Fwd: [Qgis-user] 
   QGIS Near
 
 
 
   
 Hi Joe,
   
 
 
 
 
   
 
 
   On Wed, Oct 20, 2010 at 5:06 PM, Joe Larson joela...@gmail.com wrote:
 
 
   
 
 Does 
 the function 'snapWithContext'
 
 http://doc.qgis.org/head/classQgsVectorLayer.html#733b974dce13d587e05cf3d4fc24f208
 
 which 
 Snaps to segment or vertex within given tolerance. seem like
 
 what 
 you're looking for? I came across it while trying to get 
 Quantum
 
 Navigator working recently...seemed relative, but I'm no 
 expert!
 
 
 
 
 
 
   
 
 
   This is similar to the mentioned solution with selecting by radius, or 
   changing the tolerance of ID tool. Close, but no cigar. Since this is not 
 very 
   urgent, I've decided to continue pursuing that outlined solution Carson 
 gave, 
   and write a plugin i Python based on that. Since I actually never used 
 Python 
   before, it may take a while, but hey, I get to learn sth. new :-).
 
   I never got the word back from Carson, has he developed anything along 
   these lines, but I have to presume he didn't...
 
   Anyone interested in joning me, or even earning some money, is still 
   invited to jump on board. My GIS implementation project is well on the way, 
   and it seems there'll even be some money involved :-). 
 

 
   Zoran
 
   
 
 
   
 ~joe
 
 
 
 On 
 Tue, Oct 19, 2010 at 9:55 AM, Andreas Neumann a.neumann at 
 carto.netwrote:
 
 
 
 
 
 
 
  Hi Zoran,
 
 
 
  I believe the 
 infrastructure of what you want is already wihtin the
 
  selection and 
 identify tools in QGIS. Isn't this almost implemented in the
 
  current 
 identify tool?
 
 
 
 
 
 It sort of is, but not completely. 
 Identify will ID all the features within
 
 certain radios (percentage of 
 extent), but it will ID _all_ of the features
 
 within this radius. I only 
 need the nearest, no matter how far away... Let
 
 us say it is, for 
 simplicity, within current extent.
 
 
 
 
 
  The current identify tool 
 selects near or close by features within a
 
  certain tolerance. 
 This tolerance can be set in Options -- Map tools
 
  search 
 radius. I believe it currently only effects the identify tool. Do
 
  
 you want the same tolerance also be used for the click-selection 
 tool?
 
 
 
 
 
 Look above. This could be useful, but it is not the 
 functionality I'm
 
 currently looking after.
 
 
 
 
 
  Are you also 
 aware that in QGIS 1.6 there are new selection tools?
 
 
 
  * by 
 click
 
  * by rectangle
 
  * by polygon
 
  * by 
 freehand
 
  * by radius
 
 
 
 
 
 Yup, these are great, but 
 they all select _multiple_ features within radius,
 
 rectangle, 
 etc.
 
 
 
 
 
  Maybe this also helps to address your 
 needs?
 
 
 
  Of course you can combine it with previous selections 
 by pressing the ctrl
 
  
 key.
 
 
 
 
 
 
 
 BR,
 
 
 
 
 
 ---
 
 Zoran 
 Jankovic
 
 ZIS-Izrada softvera i 

AW: Re: AW: Re: Fwd: [Qgis-user] QGIS Near

2010-10-21 Thread Ziegler Stefan
Shame on me... Please update the plugin (0.0.3) and try again.

regards
Stefan

 -Ursprüngliche Nachricht-
 Von: Ricardo Filipe Soares Garcia da
 [mailto:ricardo.garcia.si...@gmail.com]
 Gesendet am: Donnerstag, 21. Oktober 2010 15:19
 An: qgis-user
 Betreff: Re: AW: Re: Fwd: [Qgis-user] QGIS Near
 
 It is happening to me as well (Ubuntu 10.10, Qgis 1.5 from
 ubuntugis-unstable ppa)
 
  I have installed the plugin on qgis trunk and Ubuntu 10.04, and now
  every time I exit qgis I get the following
 
  Traceback (most recent call last):
   File /usr/lib/python2.6/dist-packages/qgis/utils.py, line 187, in
  unloadPlugin
 plugins[packageName].unload()
   File /home/gio/.qgis/python/plugins/nearest/nearest.py, 
 line 102, in
  unload
 QObject.disconnect(self.tool, SIGNAL(featureFound()),
  self.selectFeature)
  AttributeError: Nearest instance has no attribute 'tool'
 
 
 -- 
 ___ ___ __
 Ricardo Garcia Silva
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] length parameter in field-calculator

2010-10-21 Thread Frederick Löbig

Hey list,

when I calculate the length of a polyline with the field-calculator, the
value is different from the one measured with the measurement-tool.
I think that this is a problem with the geodetic differenze between the
real length, and the flat projected lenth.

My question now is: Wich of the two values is the exact one?

Cheers,
Freddy

Frederick Löbig
Röderichstraße 59
60489 Frankfurt am Main
---
E:: frederick.loe...@grunsnid.de
P: +49 (0) 69 - 78 99 52 41
M: +49 (0) 174 - 70 89 296
---
Office:
euNetworks GmbH
Ludwig-Landmann-Straße 40560486 Frankfurt am MainP: +49 (0) 69 - 90 554 - 532
E: frederick.loe...@eunetworks.com
S: floebig

This email and any attachments may contain confidential and/or legally 
privileged information. If you are not the intended recipient, please delete 
the email without reading it and notify the sender.

  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Custom defined projection

2010-10-21 Thread Manuel Spínola

Thank you very much Ivan.

Best,

Manuel

On 21/10/2010 06:23 a.m., Ivan Mincik wrote:



click the star and all the fields went blank.


You should click to 'floppy disk' not 'star' icon.




--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspin...@una.ac.cr
mspinol...@gmail.com
Teléfono: (506) 2277-3598
Fax: (506) 2237-7036
Personal website: Lobito de río 
https://sites.google.com/site/lobitoderio/

Institutional website: ICOMVIS http://www.icomvis.una.ac.cr/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Comment on the hand book

2010-10-21 Thread Craig Leat
Hi,

Tim Michelsen wrote:
 please improve the explanantion of the topological editing function in
 the hand book.
 I spent 90 min. to find out how this works because I was used the arc*
 way. Not your fault, but two pictures could help.

Micha Silver wrote:
 Thanks for the comment. I'll try to improve this section in the coming 
 version.

You might gain some inspiration from Tim's notes.

http://linfiniti.com/dla/worksheets/6_Topology.pdf

Craig
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Re: Re: QGIS 1.5 Update for ECW/SID support crashes

2010-10-21 Thread Mike Toews
On 21 October 2010 05:32, Micha Silver mi...@arava.co.il wrote:
 So is this working with the version 4 SDK?

Full install instructions for OSGeo4w here:
http://trac.osgeo.org/osgeo4w/wiki/pkg-gdal17-ecw

-Mike
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: Re: QGIS 1.5 Update for ECW/SID support crashes

2010-10-21 Thread hayamaguchi

It works !!!  Thank you, Mike !!  Thank you, Giovanni!

--- Howard Yamaguchi
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/QGIS-1-5-Update-for-ECW-SID-support-crashes-tp5442247p5659218.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Paolo Cavallini
Il 21/10/2010 09:45, Alexander Bruy ha scritto:
 No problems, Paolo. This is my work as plugin developer.
 On the contrary I am thankful for testing.
...
 May be you have outdated plugin? Current version is 0.0.8

I always update. However, I think these services may be subject to a number of
transient problems (e.g. the Treviso server does not seem accessible now).
I keep on searching, but I must say it's a frustrating fishing expedition. It 
would
be nice to have at least one reliable server, with downloadable data, WMS, 
Metadata
and XML.
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Maxim Dubinin
that is my experience with CSW servers too

unfortunately, we cannot solve it from within CSWclient

Maxim

Вы писали 21 октября 2010 г., 11:58:16:

PC Il 21/10/2010 09:45, Alexander Bruy ha scritto:
 No problems, Paolo. This is my work as plugin developer.
 On the contrary I am thankful for testing.
PC ...
 May be you have outdated plugin? Current version is 0.0.8

PC I always update. However, I think these services may be subject to a number 
of
PC transient problems (e.g. the Treviso server does not seem accessible now).
PC I keep on searching, but I must say it's a frustrating fishing expedition. 
It would
PC be nice to have at least one reliable server, with downloadable data, WMS, 
Metadata
PC and XML.
PC All the best.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Paolo Cavallini
Il 21/10/2010 19:04, Maxim Dubinin ha scritto:
 that is my experience with CSW servers too
 
 unfortunately, we cannot solve it from within CSWclient

Sure. The only thing we can do is to find a good one and hope it will remain 
ok.

In the meantime, more issues:
===
Traceback (most recent call last):
  File /home/paolo/.qgis/python/plugins/cswclient/cswclientdialog.py, line 
688, in
showMetadata
metadata = utils.recordMetadata( cat.records[ recordId ] )
  File /home/paolo/.qgis/python/plugins/cswclient/cswclient_utils.py, line 
341, in
recordMetadata
myMetadata += QStringList( record.rights ).join( ,  )
TypeError: arguments did not match any overloaded call:
  QStringList(): too many arguments
  QStringList(QString): argument 1 has unexpected type 'list'
  QStringList(QStringList): argument 1 has unexpected type 'list'
===
when asking metadata from
http://www.catalogo.sinanet.isprambiente.it/gi-cat/services/cswiso?service=CSWversion=2.0.2
layer
ANSIC03 Zooplankton CTD stations Zooplankton Grab

Please tell me before I start get boring!
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: AW: Re: Fwd: [Qgis-user] QGIS Near

2010-10-21 Thread Jim Hammack


  
  
Stefan,

 I was looking for the same functionality as Zoran so have
also been working with your "Nearest" plugin. It is exactly
what I need and seems to work well.

  Thanks!
   Jim
  
On 10/20/2010 01:54 PM, Ziegler Stefan wrote:

  
  Hi Zoran
  
  
  
  I had some time left, took all
my code snippets and also the one from Carson. Please try
the plugin "Nearest" that should cover your example 1:
  
  
  
  http://www.catais.org/qgis/plugins.xml
  
  
  
  regards
  
  Stefan
  
  
-Ursprngliche
Nachricht-
Von: Zoran Jankovic [mailto:zoran.janko...@zisis.hr]
Gesendet am: Mittwoch, 20. Oktober 2010 19:21
An: qgis-user
Betreff: Re: Fwd: [Qgis-user] QGIS "Near"
  

  Hi Joe, 



  On Wed, Oct 20, 2010 at 5:06 PM, Joe
Larson joela...@gmail.com
wrote:

  Does the function 'snapWithContext'
  http://doc.qgis.org/head/classQgsVectorLayer.html#733b974dce13d587e05cf3d4fc24f208
  which "Snaps to segment or vertex within given tolerance."
  seem like
  what you're looking for? I came across it while trying to
  get Quantum
  Navigator working recently...seemed relative, but I'm no
  expert!
  



This is similar to the mentioned solution with
  selecting by radius, or changing the tolerance of ID tool.
  Close, but no cigar. Since this is not very urgent, I've
  decided to continue pursuing that outlined solution Carson
  gave, and write a plugin i Python based on that. Since I
  actually never used Python before, it may take a while,
  but hey, I get to learn sth. new :-).

I never got the word back from Carson, has he developed
  anything along these lines, but I have to presume he
  didn't...

Anyone interested in joning me, or even earning some
  money, is still invited to jump on board. My GIS
  implementation project is well on the way, and it seems
  there'll even be some money involved :-).



Zoran




  ~joe
  
  On Tue, Oct 19, 2010 at 9:55 AM, Andreas Neumann
  a.neumann at carto.netwrote:
  

   Hi Zoran,
  
   I believe the infrastructure of what you want is
  already wihtin the
   selection and identify tools in QGIS. Isn't this
  almost implemented in the
   current identify tool?
  
  
  It sort of is, but not completely. Identify will ID
  all the features within
  certain radios (percentage of extent), but it will ID
  _all_ of the features
  within this radius. I only need the nearest, no matter
  how far away... Let
  us say it is, for simplicity, within current extent.
  
  
   The current identify tool selects "near" or
  "close by" features within a
   certain tolerance. This tolerance can be set in
  "Options" -- "Map tools"
   "search radius". I believe it currently only
  effects the identify tool. Do
   you want the same tolerance also be used for the
  click-selection tool?
  
  
  Look above. This could be useful, but it is not the
  functionality I'm
  currently looking after.
  
  
   Are you also aware that in QGIS 1.6 there are new
  selection tools?
  
   * by click
   * by rectangle
   * by polygon
   * by freehand
   * by radius
  
  
  Yup, these are great, but they all select _multiple_
  features within radius,
  rectangle, etc.
  
  
   Maybe this also helps to address your needs?
  
   Of course you can combine it with previous
  selections by pressing the ctrl
   key.
   

Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Annina Hirschi Wyss
Hi
unfortunately I can't try it myself

I'm getting the following error:
The plugin depends on some components missing on your system. You need to 
install the following Python module in order to enable it: fgdc

(Snow Leopard, QGIS 1.5, Framework install)

On Oct 21, 2010, at 7:14 PM, Paolo Cavallini wrote:

 Il 21/10/2010 19:04, Maxim Dubinin ha scritto:
 that is my experience with CSW servers too
 
 unfortunately, we cannot solve it from within CSWclient
 
 Sure. The only thing we can do is to find a good one and hope it will 
 remain ok.

You could try the: http://www.geocat.ch/geonetwork/srv/eng/csw? It's with the 
swiss ISO profile, but should normally be OGC compliant (at least with the 
default outputSchema).

Cheers
Annina

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Paolo Cavallini
Il 21/10/2010 19:29, Annina Hirschi Wyss ha scritto:
 You could try the: http://www.geocat.ch/geonetwork/srv/eng/csw? It's with the 
 swiss ISO profile, but should normally be OGC compliant (at least with the 
 default outputSchema).

I confirm: anything I tried works. Unfortunately there are no WMS and 
downloadable
data, so we cannot test all functions. I suggest to add it to the list of 
default
servers.
One suggestion: why not adding the option of searching only services of a 
certain
type (e.g. dataset etc.)?
Also, it would be good if pressing return after digitizing the search string 
would
activate the search.
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Hide Columns

2010-10-21 Thread Ricardo Bayley
Awesome !
Thanks Giovanni

On Wed, Oct 20, 2010 at 4:22 PM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 Use the edit widget hidden, it is in the vector properties, attributes
 panel.

 cheers

 -- Giovanni --


 On Wed, 2010-10-20 at 16:19 -0300, Ricardo Bayley wrote:
  Hi everyone,
 
 
  Do you fellows know if there is some plugin to hide layer columns ?
  I am loading a layer from postgis, and layer has lots of columns, for
  editing, I would like to see only columns I am interested.
 
 
 
 
  Best regards
 
 
 
 
  Ricardo
  ___
  Qgis-user mailing list
  Qgis-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CSWclient is available

2010-10-21 Thread Annina Hirschi Wyss

On Oct 21, 2010, at 7:49 PM, Paolo Cavallini wrote:

 Il 21/10/2010 19:29, Annina Hirschi Wyss ha scritto:
 You could try the: http://www.geocat.ch/geonetwork/srv/eng/csw? It's with 
 the swiss ISO profile, but should normally be OGC compliant (at least with 
 the default outputSchema).
 
 I confirm: anything I tried works. Unfortunately there are no WMS and 
 downloadable data, so we cannot test all functions.

Yes there are WMS:

it's very very summary with the dc format:
http://www.geocat.ch/geonetwork/srv/eng/csw?request=GetRecordByIdid=d5517e5e-1cc0-45d1-8839-54f9da4f5ebe

Better:
http://www.geocat.ch/geonetwork/srv/eng/csw?request=GetRecordByIdoutputSchema=http://www.isotc211.org/2005/gmdid=d5517e5e-1cc0-45d1-8839-54f9da4f5ebe

But this is the extended ISO Profile from Switzerland. Perhaps this is why you 
didn't find any.
We will soon update the service to give pure ISO 19139 with this namespace, 
and create a proper one for the swiss profile.

you may have a look at it in the application: 

http://www.geocat.ch/geonetwork/srv/eng/geocat?uuid=d5517e5e-1cc0-45d1-8839-54f9da4f5ebe

or search for full text e.g. wms bgdi or for a second wms  wms ivs

I'm very interested if it works, or not, in order to optimise our service!

 I suggest to add it to the list of default

 servers.

:-)


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] plugin to import raw binary raster data

2010-10-21 Thread Ghislain Picard


A new plugin is available to help importing raw binary raster data into 
QGIS.
The plugin creates a VRT file from information about the file structure 
given by the user. The VRT file can then be opened with QGis as any 
other raster format.

Ghislain


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user