Re: [Qgis-user] natural earth projection and qgis?

2013-02-06 Thread David Fawcett
I am glad that you figured it out. You can always get the version from the gdal utility too: david$ ogrinfo --version GDAL 1.9.0, released 2011/12/29 On Wed, Feb 6, 2013 at 7:34 PM, Chris Henrick wrote: > no worries, > > I tried in bash: > $ ogr2ogr -s_srs '+proj=natearth +wktext' -t_srs "EPSG

Re: [Qgis-user] Qgis tif to kmz?

2013-02-06 Thread Ben Jones
Thanks Duarte. Yes I know how to georeference an image in GE but I was hoping there was a way of avoiding doing the georeferencing twice (first in Qgis and again in GE). MapInfo has a Google Earth link tool that creates kmz files that can then be used in GE and GPS units. Think it would be nice

Re: [Qgis-user] natural earth projection and qgis?

2013-02-06 Thread Chris Henrick
no worries, I tried in bash: $ ogr2ogr -s_srs '+proj=natearth +wktext' -t_srs "EPSG:4326" trade_arrows_4326.shp trade_arrows.shp and got: Failed to process SRS definition: +proj=natearth +wktext then I tried $ ogr2ogr -s_srs 'LOCAL_CS["foo", EXTENSION["PROJ4", "+proj=natearth +wktext"]]' -t_srs

Re: [Qgis-user] natural earth projection and qgis?

2013-02-06 Thread David Fawcett
Sorry about that. It sounds like if you are using GDAL trunk or 2.0, you should just be able to use: +proj=natearth I tried +proj=natearth +wktext in QGIS 1.8. , but I can't get it to take. Here is a relevant post on the GDAL list. http://lists.osgeo.org/pipermail/gdal-dev/2012-September/034036

Re: [Qgis-user] natural earth projection and qgis?

2013-02-06 Thread Chris Henrick
hi, not talking about the data itself, I mean the actual projection called natural earth: http://www.shadedrelief.com/NE_proj/ -chris On Wed, Feb 6, 2013 at 5:00 PM, David Fawcett wrote: > http://www.naturalearthdata.com/features/ -Chris ___ Qgis-

Re: [Qgis-user] natural earth projection and qgis?

2013-02-06 Thread David Fawcett
I am pretty sure that it is just vanilla EPSG:4326. http://www.naturalearthdata.com/features/ On Feb 6, 2013, at 6:56 PM, Chris Henrick wrote: > Hi, does anyone know how to get the natural earth projection to be recognized > by QGIS? > > I've tried making a custom CRS with the parameters sp

[Qgis-user] natural earth projection and qgis?

2013-02-06 Thread Chris Henrick
Hi, does anyone know how to get the natural earth projection to be recognized by QGIS? I've tried making a custom CRS with the parameters specified at PROJ4 with no success: http://trac.osgeo.org/proj/wiki/proj%3Dnatearth I'm on 1.8 mac os much thanks, -Chris ___

Re: [Qgis-user] QGIS Master, Sextante toolbox problem

2013-02-06 Thread Victor Olaya
It should be already fixed in master Thanks for your help! 2013/2/6 Pedro Venâncio : > It was already reported: > > > http://hub.qgis.org/issues/7109 > > > > > > > > - Original Message - > From: Nick Hopton > > Hi All, > > This morning's update of debian-nightly Master has left me without

Re: [Qgis-user] QGIS Master, Sextante toolbox problem

2013-02-06 Thread Pedro Venâncio
It was already reported: http://hub.qgis.org/issues/7109  - Original Message - From: Nick Hopton Hi All, This morning's update of debian-nightly Master has left me without a working Sextante toolbox. At startup I get the Python error messages shown below. Ubuntu 12.04 amd64. I

[Qgis-user] QGIS Master, Sextante toolbox problem

2013-02-06 Thread Nick Hopton
Hi All, This morning's update of debian-nightly Master has left me without a working Sextante toolbox. At startup I get the Python error messages shown below. Ubuntu 12.04 amd64. I'm very fond of the Sextante toolbox and pine for it when it goes away. Nick. Messages= Couldn't

Re: [Qgis-user] Can't use Postgres WITH clause (Common Table Expressions) in DBManager in QGIS 1.8

2013-02-06 Thread Alexandre Neto
Grazzie mile Giuseppe! In fact, I can put everything inside the SELECT. Alexandre Neto On Wed, Feb 6, 2013 at 12:54 PM, Giuseppe Sucameli wrote: > Hi Alexandre, > > On Wed, Feb 6, 2013 at 1:42 PM, Alexandre Neto > wrote: > > In DBManager SQLWindow [...] > > when I try to load it QGIS Canvas

Re: [Qgis-user] Can't use Postgres WITH clause (Common Table Expressions) in DBManager in QGIS 1.8

2013-02-06 Thread Giuseppe Sucameli
Hi Alexandre, On Wed, Feb 6, 2013 at 1:42 PM, Alexandre Neto wrote: > In DBManager SQLWindow [...] > when I try to load it QGIS Canvas (selecting the Id and geometry columns), I > got the following error in the postgis warning tab: > > Erroneous query: SELECT * FROM "(WITH query_1 as ( unfortuna

[Qgis-user] Can't use Postgres WITH clause (Common Table Expressions) in DBManager in QGIS 1.8

2013-02-06 Thread Alexandre Neto
I'm trying to use Postgresql 9.2 Commom Table Expressions in queries that will be loaded in QGIS 1.8 (windows vista) using DBManager. Here's a very simple (and useless) example: WITH query_1 as ( SELECT * FROM "PDM".pdm_compar

Re: [Qgis-user] Extract colour categories from tif file

2013-02-06 Thread Nick Hopton
NickS wrote > I have a very simple georeferenced tif image file - it has about 8 > different colour categories, which represent numeric ranges. How can I > convert the colours (which are in RGB format) into a raster, or better > still into a polygonised vector file? Raster -> Conversion -> RGB t