Re: [Qgis-user] network building tool

2013-11-21 Thread Tim Michelsen
I've used a relational database with a table of nodes (with lat, lon) and a table of connections (from_node, to_node), then created a view to represent lines in well-known-text. Move a node and all the lines would move along with it since they're defined as a view. The line movement

Re: [Qgis-user] network building tool

2013-11-21 Thread Tim Michelsen
So the solution I am dreaming of is: 1) prepare a point vector layer with all nodes having unique IDs (e.g. Paris, Madrid, Berlin) 2) have a table where all connecting lines are listed: LINE_NAME, LINE_START, LINE_END big tube , Paris, , Berlin big

Re: [Qgis-user] network building tool

2013-11-21 Thread Tim Michelsen
Have you given a look at FlowMapper plugin?  http://plugins.qgis.org/plugins/FlowMapper/ The issue with flowmap is that it's designed for a limited number of flows: * the matrix must always have the same dimensions as the listed nodes * the order of matrix and nodes must be the same * even if is

[Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Rob Stewart
Hi, I'm new to QGIS (long time mapinfo user) - Is it possible to export a raster to Esri's standard Ascii Grid format? I'm using QGIS 2.0.1 on a Windows 7 64bit system. Thanks, Rob ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

Re: [Qgis-user] network building tool

2013-11-21 Thread Vincent Picavet
Hi, [...] Then, a procedure would read the connections from the table and draw automatically these connecting lines between the nodes. If you want straight lines between nodes, it is easy. Otherwise you would have to state rules for making the lines between the nodes, and it can

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Saber Razmjooei
Hi Rob, From the main menu, Raster Conversion Translate (Convert formats) A new window appears Click Select for Output. In the new window, under File of types, click on the drop-down menu and select [GDAL] Arc/Info ASCII Grid (*.asc *.ASC). Cheers, Saber Saber Razmjooei Lutra

Re: [Qgis-user] 2.0 Win standalone busted

2013-11-21 Thread Jürgen E . Fischer
Hi André, On Thu, 21. Nov 2013 at 05:57:31 +0100, Andre Joost wrote: I have not yet been looking through the list. But I assume that all packages that are missing in OSGEO4W64 are not available in the standalone installer too. I'm looking for details here.They should be on par for

[Qgis-user] Open KMZ in QGIS 2.0

2013-11-21 Thread Lene Fischer
Hi, I´m trying to open a KMZ-file in QGIS 2.0 - but get an error - Datasource is invalid. It is possible to open a KMZ in version 1.8 Has there been any changes - or is it a bug I must report ? Regards Lene Fischer ___ Qgis-user mailing list

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Rob Stewart
Thanks Saber, That seemed to be what I was after but when I exported the Raster to Arc/Info ASCII Grid format it created a *asc file in a non-text format which isn't what I was expecting. Seems strange - any ideas? On 21 November 2013 19:54, Saber Razmjooei

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Werner Macho
IIRC there is a bug where you have to correct the command line manually before running it.. Per default it always creates tiff files (that's why it is a binary file) Hth Regards Werner Rob Stewart rstew...@hydrologyandwater.com.au wrote: Thanks Saber, That seemed to be what I was after but

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Saber Razmjooei
Very strange indeed. Just converted one and it appears fine. Are you sure you picked [GDAL] Arc/Info ASCII Grid and not [GDAL] Arc/Info Binary Grid? Cheers, Saber From: Rob Stewart [mailto:rstew...@hydrologyandwater.com.au] Sent: 21 November 2013 11:03 To: Saber Razmjooei Cc:

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Rob Stewart
Thanks Werner - Yep that fixed it. I manually put in 'aaigrid' in the command line and it produced the correct file type. Rob On 21 November 2013 21:09, Werner Macho werner.ma...@gmail.com wrote: IIRC there is a bug where you have to correct the command line manually before running it.. Per

Re: [Qgis-user] Export a raster to Esri's standard Ascii Grid format

2013-11-21 Thread Saber Razmjooei
That’s right Werner. Thanks for the hint. I was using QGIS dev and it worked fine! Cheers, Saber From: Werner Macho [mailto:werner.ma...@gmail.com] Sent: 21 November 2013 11:10 To: Rob Stewart; Saber Razmjooei Cc: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Export a raster to Esri's

Re: [Qgis-user] Shape file points not appearing in 2.0.1

2013-11-21 Thread Eureka Modélisation
Hi all, I follow this thread with interest because I have a layer with exactly the same behaviour, behaviour which also appear in the transition from QGIS 1.8 to 2.0. Unfortunately, I don't find any point with all NULL attributes in this layer. You can find the layer here :

Re: [Qgis-user] Shape file points not appearing in 2.0.1

2013-11-21 Thread Zirneklitis
Hi, I could not find any disappearing point using 2.1.0-Master. Karlis Eureka Modélisation wrote: .. I follow this thread with interest because I have a layer with exactly the same behaviour, behaviour which also appear in the transition from QGIS 1.8 to 2.0. Unfortunately, I don't find any

[Qgis-user] Is it possible to use SLD-enabled WMS in QGIS?

2013-11-21 Thread Anders Söderman
Hello - I'm trying to reach an SLD-enabled WMS-layer (also called library mode, I think) but QGIS ignoresSLD = http ... in the end of the GetMap request URL and shows all included WMS layers and their style/styles, as usually. The SLD is server accessible from my webserver:

Re: [Qgis-user] Shape file points not appearing in 2.0.1

2013-11-21 Thread Werner Macho
Hi! Provided shapefile loads without any problems and is being displayed nicely (if we can say nicely for a grid of points) :) kind regards Werner On Thu, Nov 21, 2013 at 2:46 PM, Zirneklitis e...@lanet.lv wrote: Hi, I could not find any disappearing point using 2.1.0-Master. Karlis

Re: [Qgis-user] Using GRASS through Processing

2013-11-21 Thread William Kyngesburye
For all those having trouble with GRASS and Processing - I remember fixing this in an update, but it looks like the packaging software had cached the old state of grass.sh and unfixed it on me. I'll get a new package out soon, but for an immediate fix, just run this in a Terminal: sudo chmod

[Qgis-user] Contours lines interpolation

2013-11-21 Thread Alfonso Flaquer
Dear list it´is possible to create a shape with contour lines each 1 m from a shape with contours lines each 10 m?. I assume theare is a simple way to do this in qgis, just can´t find it. Regards, Es posible crear un shape con curvas de nivel cada 1 m partiendo de un shape con curvas de nivel

[Qgis-user] Any consistent way to get Print Composer and OpenLayers to play nicely?

2013-11-21 Thread Kevin Broderick
In short, I'm trying to create PDF maps that include polygon shapefiles over an OpenLayers Google Maps layer (OSM would work, too, I just need a street-map baselayer to identify features). However, even on 2.1.0-Master, bug 5827 (http://hub.qgis.org/issues/5827) still presents problems—the

Re: [Qgis-user] 2.0 Win standalone busted

2013-11-21 Thread Jürgen E . Fischer
Hi André, On Thu, 21. Nov 2013 at 17:41:43 +0100, Andre Joost wrote: Silently dropping the Openlayers plugin's layer is a severe regression for me (which lets me actually stick to 1.8.0 for the time being). 32bit Dufour seems to be more friendly in that point: Any idea what is missing? I

Re: [Qgis-user] 2.0 Win standalone busted

2013-11-21 Thread Andre Joost
Am 21.11.2013 10:54, schrieb Jürgen E. Fischer: Hi André, On Thu, 21. Nov 2013 at 05:57:31 +0100, Andre Joost wrote: I have not yet been looking through the list. But I assume that all packages that are missing in OSGEO4W64 are not available in the standalone installer too. I'm looking for

Re: [Qgis-user] network building tool

2013-11-21 Thread G. Allegri
If your nodes have origin/destination attribute and a common id for connecting nodes, I suppose you could use a VIEW, even if it would be rather inefficient for big number of nodes. It would work in Spatialite too. giovanni 2013/11/21 Vincent Picavet vincent...@oslandia.com Hi, [...]

Re: [Qgis-user] Open KMZ in QGIS 2.0

2013-11-21 Thread Larry Shaffer
Hi Lene, On Thu, Nov 21, 2013 at 3:00 AM, Lene Fischer l...@ign.ku.dk wrote: Hi, I´m trying to open a KMZ-file in QGIS 2.0 - but get an error - Datasource is invalid. It is possible to open a KMZ in version 1.8 Please see: http://hub.qgis.org/issues/5242 Basically, the underlying data

Re: [Qgis-user] Shape file points not appearing in 2.0.1

2013-11-21 Thread Eureka Modélisation
Thank you for these tests ! I really don't understand what happen... It may be a problem specific to my configuration. I load back the file from the link I provide and the problem is still here for me in QGIS 2.0.1. Here is what I see when I zoom in my layer : 1: all points still there 2: only a

Re: [Qgis-user] Any consistent way to get Print Composer and Open Layers to play nicely?

2013-11-21 Thread Chrest, David
I'm new to QGIS having just started with 2.0 in early October. OpenLayers has got t be on of my most favorite features/plugins. Love all the great basemap choices you can add, much more than ArcGIS. I too found problems right away with Print Composer which is too bad because often the whole point

[Qgis-user] Error with Visual C++

2013-11-21 Thread Pierre Fortier
Hi everyone When starting QGIS 2.0 on Win 7, I receive a message like : Program . \bin\qgis-bin.exe R6034 An application has made an attempt to load the C runtime library incorrectly QGIS load and seems to work normaly.Will I have problems with somes extensions? What is the problem?

Re: [Qgis-user] Shape file points not appearing in 2.0.1

2013-11-21 Thread Andre Joost
Am 20.11.2013 01:51, schrieb Daniel Kranich: Well It looks like I solved my own problem. I went in and found that there was a point with NULL in all the attribute fields, so I deleted that point and saved the file and everything shows up now. Weird. I had a closer look at your data, and I

Re: [Qgis-user] Using GRASS through Processing

2013-11-21 Thread Manuel Spínola
It works William. Thank you very much. Best, Manuel 2013/11/21 William Kyngesburye wokl...@kyngchaos.com For all those having trouble with GRASS and Processing - I remember fixing this in an update, but it looks like the packaging software had cached the old state of grass.sh and unfixed

Re: [Qgis-user] Using GRASS through Processing

2013-11-21 Thread Manuel Spínola
Thank you very much. This is what I got: Last login: Thu Nov 21 07:30:34 on console MacBook-Pro-de-Manuel:~ manuelspinola$ ls -la /Applications/QGIS.app/Contents/MacOS/grass/ total 8 drwxrwxr-x 12 root admin408 Oct 30 11:11 . drwxrwxr-x7 root admin238 Oct 30 11:11 ..

[Qgis-user] GetFeatureInfo for Tilesets

2013-11-21 Thread Andreas Douvalis
Hi! I have : QGIS 2.0.1 standalone Windows XP Service Pack 3 MapServer 6.1 Apache 2.2.21 with mod-mapcache/0.5 I think there is one bug regarding the GetFeatureInfo tool for Tilesets.  It does not work neither the mapserver/mapcache  nor the geoserver! The log is: Map getfeatureinfo error: