Re: [Qgis-user] Import lines from cvs

2016-01-08 Thread Joris Hintjens
Thanks again for your help, Nicolas. In my sample, if you look closer, you’ll see that I tried both formats. DMS and decimal degrees. (see the two “LINESTRING”s headers) Both no result. Maybe the problem is that the comma’s from the cvs conflict with the commas from the nodes separator in WKT? I

Re: [Qgis-user] Import lines from cvs

2016-01-08 Thread Nicolas Cadieux
Hi, Found your problem and replied but my email might have been blocked by a spam filter.  Tell me if you don't receive that answer. Basically, you don't have the proper format.  Cheers! Nicolas Cadieux M.Sc. Les Entreprises Archéotec inc.  8548, rue Saint-Denis Montréal H2P 2H2 Téléphone: 

Re: [Qgis-user] Import lines from cvs

2016-01-08 Thread Matthias Kuhn
On 01/08/2016 12:07 PM, Fernando M. Roxo da Motta wrote: > On Fri, 8 Jan 2016 09:07:48 +0100, Matthias Kuhn > wrote: > > Hi all, > > > Sorry to be nosy, I was trying that myself on Qgis 2.12 and couldn't > find the option during save. The I notice the initial statement: > >"This is re

Re: [Qgis-user] Import lines from cvs

2016-01-08 Thread Fernando M. Roxo da Motta
On Fri, 8 Jan 2016 09:07:48 +0100, Matthias Kuhn wrote: Hi all, Sorry to be nosy, I was trying that myself on Qgis 2.12 and couldn't find the option during save. The I notice the initial statement: "This is relatively straightforward in QGIS master:" So I got that those options ar

Re: [Qgis-user] Import lines from cvs

2016-01-08 Thread Matthias Kuhn
Hi Joris On 01/07/2016 10:14 PM, Joris Hintjens wrote: > Thanks Nyall, > > I try to understand your procedure, but…: > > line3: “save as…”: Before doing that, I already need a geometry defined, a > proces you describe later i the process. I don’t get it. Note the "with all null geometries" com

Re: [Qgis-user] Import lines from cvs

2016-01-07 Thread Joris Hintjens
Thanks, Nicolas, but already tried that: all CRS is 4326. Zoom to layer does nothing. Should I change the E and WE, N and S to pos and neg? > Op 8 jan. 2016, om 06:06 heeft Nicolas Cadieux > het volgende geschreven: > > Hi, > Are you sure you have no features or are they just it the wrong plac

Re: [Qgis-user] Import lines from cvs

2016-01-07 Thread Nicolas Cadieux
Hi, Are you sure you have no features or are they just it the wrong place?  Right Click on the layer and select zoom to layer extent.  Check your CRS and make sure you have CRS on the fly activated.  Make sure your option don't automatically assign the project or default CRS  layer as your laye

Re: [Qgis-user] Import lines from cvs

2016-01-07 Thread Joris Hintjens
Thanks Nathan,short but good proposition. You encouraged me to finally have a look at that WKT button in the “import cvs” menu. But… No succes. Tried DMS and D,ddd format, but nothing happens. The layer imports, arrears in the layer list, property table of that layer looks fine, but no features app

Re: [Qgis-user] Import lines from cvs

2016-01-07 Thread Joris Hintjens
Thanks Nyall, I try to understand your procedure, but…: line3: “save as…”: Before doing that, I already need a geometry defined, a proces you describe later i the process. I don’t get it. line 4: "- expand out the "Geometry” group…” This is an option from the “load csv layer”, not from “save l

Re: [Qgis-user] Import lines from cvs

2016-01-07 Thread Joris Hintjens
Thanks Nicolas, But… Trying to avoid python, as I am illiterate in that field (for now) For the plugins P2one etc, in order to use that, I need separate lines for “From” and “To” points, but I can create them. That will be my next guess, after trying the other proposed solutions. > Op 6 jan.

Re: [Qgis-user] Import lines from cvs

2016-01-06 Thread Nicolas Cadieux
Well, Updating geometries from columns Try doing that with MapInfo Cool tips! :) Nicolas Cadieux M.Sc. On Jan 6, 2016 20:58, "Nathan Woodrow [via OSGeo.org] " wrote: Or use excel to make a WKT column and import that. Nathan On

Re: [Qgis-user] Import lines from cvs

2016-01-06 Thread Nathan Woodrow
Or use excel to make a WKT column and import that. Nathan On Thu, 7 Jan 2016 11:48 am Nyall Dawson wrote: > On 7 January 2016 at 07:08, Joris Hintjens wrote: > > Hello, > > I’m lost. > > I have a list of movements. A table with (among others) a column “FROM” > and a column “TO” (both containin

Re: [Qgis-user] Import lines from cvs

2016-01-06 Thread Nyall Dawson
On 7 January 2016 at 07:08, Joris Hintjens wrote: > Hello, > I’m lost. > I have a list of movements. A table with (among others) a column “FROM” and > a column “TO” (both containing coordinates) > > How can I import this in QGIS so that I have a bunch of lines going from FROM > to TO? > This i

Re: [Qgis-user] Import lines from cvs

2016-01-06 Thread Nicolas Cadieux
Hi, I think you will need to use the python console to do the job.  I have no direct  experience but if you look in the pyqgis developer cookbook and look for "Geometry Construction" you will find a reference to "gLine". With that, you can create a line with two or more points. Before doing th

[Qgis-user] Import lines from cvs

2016-01-06 Thread Joris Hintjens
Hello, I’m lost. I have a list of movements. A table with (among others) a column “FROM” and a column “TO” (both containing coordinates) DON’T WORRY ABOUT SPLITTING THE COLUMNS IN 2 SETS OF X AND Y , THAT’S NOT MY PROBLEM How can I import this in QGIS so that I have a bunch of lines going from

[Qgis-user] Import lines from cvs

2016-01-06 Thread Joris Hintjens
Hello, I’m lost. I have a list of movements. A table with (among others) a column “FROM” and a column “TO” (both containing coordinates) How can I import this in QGIS so that I have a bunch of lines going from FROM to TO? thanks for your comments Joris ___