[gdal-dev] GDAL 1.10?

2013-03-21 Thread William Kyngesburye
Sorry to pester people working diligently on the next release, but what's holding up at least an RC for 1.10? It would be nice to have 1.10 for the upcoming QGIS 2. - William Kyngesburye http://www.kyngchaos.com/ "We are at war with them. Neither in hatred nor revenge and with no particula

Re: [gdal-dev] Postgis Raster out-db support

2013-03-21 Thread Mateusz Loskot
On 21 March 2013 15:15, Stefan Keller wrote: > Sry: I meant GDAL2Tiles, not gdal2raster. >From what it says on the tin, GDAL2Tiles converts to directory structure, not a database. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev

Re: [gdal-dev] Do not cross post (was Postgis Raster out-db support)

2013-03-21 Thread Mateusz Loskot
On 21 March 2013 15:13, Stefan Keller wrote: > Thanks for the hint. > But no rules without exception - and this seem to me one. Stefan, GDAL2Tiles is GDAL tool. Asking about GDAL tool on PostGIS mailing list is act of posting off-topic question. Off-topic posts on a mailing list is unwanted mail

Re: [gdal-dev] [postgis-users] Postgis Raster out-db support

2013-03-21 Thread Paolo Corti
On Thu, Mar 21, 2013 at 4:15 PM, Stefan Keller wrote: >> >>> Or exporting PostGIS Raster to MBTiles format (using GDAL as resampler)? >> GDAL MBTiles driver is read only according to the documentation regards p -- Paolo Corti Geospatial software developer web: http://www.paolocorti.net twitter:

Re: [gdal-dev] Postgis Raster out-db support

2013-03-21 Thread Stefan Keller
Sry: I meant GDAL2Tiles, not gdal2raster. Yours, Stefan 2013/3/21 Mateusz Loskot : > On 21 March 2013 12:14, Stefan Keller wrote: >> Hi Mateusz, hi all >> >> Did anyone ever tried to use a tiling tool like gdal2raster (or >> mapnik) as source and PostGIS Raster as target? > > I don't know anythi

Re: [gdal-dev] Do not cross post (was Postgis Raster out-db support)

2013-03-21 Thread Stefan Keller
Thanks for the hint. But no rules without exception - and this seem to me one. Yours, Stefan 2013/3/21 Mateusz Loskot : > Cross-posting is evil! > > --===8939576714711225125== > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > > You

[gdal-dev] Do not cross post (was Postgis Raster out-db support)

2013-03-21 Thread Mateusz Loskot
Cross-posting is evil! --===8939576714711225125== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are bei

Re: [gdal-dev] Postgis Raster out-db support

2013-03-21 Thread Mateusz Loskot
On 21 March 2013 12:14, Stefan Keller wrote: > Hi Mateusz, hi all > > Did anyone ever tried to use a tiling tool like gdal2raster (or > mapnik) as source and PostGIS Raster as target? I don't know anything about gdal2raster, I'm afraid. > Or exporting PostGIS Raster to MBTiles format (using GDAL

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 15:25, Jean-Claude Repetto wrote: > Le 21/03/2013 15:12, Rainer M Krug a écrit : > >> Ah - now I understand it. "Well-known text" *is* a format of specifying >> projections. I >> thought it was referring to "ascii text file" or something

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Jean-Claude Repetto
Le 21/03/2013 15:12, Rainer M Krug a écrit : Ah - now I understand it. "Well-known text" *is* a format of specifying projections. I thought it was referring to "ascii text file" or something along these lines. Maybe a link to a WKT format specification would be useful or at least changing the te

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 14:48, Stephen Woodbridge wrote: > On 3/21/2013 4:08 AM, Rainer M Krug wrote: On 20/03/13 16:44, Andre Joost > wrote: Am 20.03.2013 16:01, schrieb Rainer M Krug: > What I don't like is that I have to specify t_srs in such a

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Stephen Woodbridge
On 3/21/2013 4:08 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/03/13 16:44, Andre Joost wrote: Am 20.03.2013 16:01, schrieb Rainer M Krug: What I don't like is that I have to specify t_srs in such a long way. It states that t_srs can be "a .prf file containing

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread EdH
Hi, It's the superuser of the whole db cluster so I'd be surprised if its a permissions error. Any ideas what might be wrong in the setup to cause this or how i might diagnose a problem? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/ogr2ogr-and-PostGIS-2-0-tp5041735p5

Re: [gdal-dev] Postgis Raster out-db support

2013-03-21 Thread Stefan Keller
Hi Mateusz, hi all Did anyone ever tried to use a tiling tool like gdal2raster (or mapnik) as source and PostGIS Raster as target? Or exporting PostGIS Raster to MBTiles format (using GDAL as resampler)? Yours, Stefan 2013/3/14 Mateusz Loskot : > On 14 March 2013 17:11, ryagz wrote: >> >> Is

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread Even Rouault
Selon EdH : > Just installed GDAL 1.9.2 and am having the same error. > > When I run a query in PGadmin to show all tables the gemoetry columns "view" > does not appear but the other three "views" do (e.g. geography columns > etc...) Ah then it is likely a problem with the setup of your database.

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread EdH
Just installed GDAL 1.9.2 and am having the same error. When I run a query in PGadmin to show all tables the gemoetry columns "view" does not appear but the other three "views" do (e.g. geography columns etc...) -- View this message in context: http://osgeo-org.1560.n6.nabble.com/ogr2ogr-and-P

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread Even Rouault
Selon EdH : > Thanks for this suggestion, but I'm still getting the same error when I try > another table in the same db called "lnr" (i.e. no hyphens). You didn't specify which GDAL/OGR version you are using. You need GDAL/OGR 1.9 or later for PostGIS 2.0 compatibility. > > > > > > -- > View t

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread EdH
Thanks for this suggestion, but I'm still getting the same error when I try another table in the same db called "lnr" (i.e. no hyphens). -- View this message in context: http://osgeo-org.1560.n6.nabble.com/ogr2ogr-and-PostGIS-2-0-tp5041735p5042009.html Sent from the GDAL - Dev mailing list ar

Re: [gdal-dev] ogr2ogr and PostGIS 2.0

2013-03-21 Thread Armin Schmidt
Might this be a problem with your table's name: "dm_planning-apps" ? Having a hyphen in a table's name can have all sorts of side effects. Armin -- View this message in context: http://osgeo-org.1560.n6.nabble.com/ogr2ogr-and-PostGIS-2-0-tp5041735p5041984.html Sent from the GDAL - Dev mailing l

Re: [gdal-dev] What is the format of a .prf file?

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/03/13 16:44, Andre Joost wrote: > Am 20.03.2013 16:01, schrieb Rainer M Krug: > >> What I don't like is that I have to specify t_srs in such a long way. It >> states that t_srs >> can be "a .prf file containing well known text", but I can't fig