Re: [gdal-dev] OGR OSM-driver unable to open datasource

2013-04-14 Thread Tyler Mitchell
ogrinfo --formats Should tell all too :) On 2013-04-14, at 1:17 PM, "Even Rouault" wrote: > Le dimanche 14 avril 2013 22:12:29, Ulrich Strötz a écrit : >> I want to read an OSM file with OGR. I use Version GDAL 1.9.1, released >> 2012/05/15. >> >> To read a SQLITE file works fine: >> >> $ ogr

Re: [gdal-dev] OGR OSM-driver unable to open datasource

2013-04-14 Thread Even Rouault
Le dimanche 14 avril 2013 22:12:29, Ulrich Strötz a écrit : > I want to read an OSM file with OGR. I use Version GDAL 1.9.1, released > 2012/05/15. > > To read a SQLITE file works fine: > > $ ogrinfo test.sqlite > INFO: Open of `test.sqlite' > using driver `SQLite' successful. > 1: aaa (Poi

[gdal-dev] OGR OSM-driver unable to open datasource

2013-04-14 Thread Ulrich Strötz
I want to read an OSM file with OGR. I use Version GDAL 1.9.1, released 2012/05/15. To read a SQLITE file works fine: $ ogrinfo test.sqlite INFO: Open of `test.sqlite' using driver `SQLite' successful. 1: aaa (Point) When I try to read a OSM File it fails to open the datasource: $ ogrinfo

[gdal-dev] GDAL/OGR 1.10.0 Release Candidate 2 available for testing

2013-04-14 Thread Even Rouault
Hi, After the issue found by Ari about Perl module versionning in RC1, I've prepared a second release candidate for GDAL/OGR 1.10.0. Please test and report any problems promptly. Soon I will initiate a motion to declare this release candidate the final release and PSC members can vote on that a

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 1 available for testing

2013-04-14 Thread Ari Jolma
On 04/14/2013 06:49 PM, Even Rouault wrote: Le dimanche 14 avril 2013 15:58:22, Ari Jolma a écrit : Even, Sorry for looking at this so late but I think the Perl version should be 1.901 because Perl versions are floating point numbers and a newer version needs to have a bigger number. This chang

Re: [gdal-dev] gdal_translate using a wms as input

2013-04-14 Thread Even Rouault
Le dimanche 14 avril 2013 13:17:30, Andrea Peri a écrit : > Even, thx for response > > Perhaps I miss the real mean of the parameter -srcwin. > > I guess that setting -srcwin 0 0 377 283 for a wms image of > ...WIDTH=377&HEIGHT=283&... Ah, I didn't notice those parameters. Well, they will be ign

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 1 available for testing

2013-04-14 Thread Even Rouault
Le dimanche 14 avril 2013 16:18:03, Stefan Keller a écrit : > Hi Even > > Cool stuff to come. > > Regarding the geocoding on 2013/4/4 I wrote to you and the GDAL DEV list > > > Unfortunately Yahoo cut the free geocoding service and offers now > > paid-only "BOSS" services... > > > Yours, Stefa

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 1 available for testing

2013-04-14 Thread Even Rouault
Le dimanche 14 avril 2013 15:58:22, Ari Jolma a écrit : > Even, > > Sorry for looking at this so late but I think the Perl version should be > 1.901 because Perl versions are floating point numbers and a newer > version needs to have a bigger number. This change should not affect > building and us

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 1 available for testing

2013-04-14 Thread Stefan Keller
Hi Even Cool stuff to come. Regarding the geocoding on 2013/4/4 I wrote to you and the GDAL DEV list > Unfortunately Yahoo cut the free geocoding service and offers now paid-only "BOSS" services... > > Yours, Stefan In the API doc and the code I still see the old and ceased Yahoo Placefinder whi

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 1 available for testing

2013-04-14 Thread Ari Jolma
Even, Sorry for looking at this so late but I think the Perl version should be 1.901 because Perl versions are floating point numbers and a newer version needs to have a bigger number. This change should not affect building and using the Perl bindings. In gdal_perl.i there is a note about a

Re: [gdal-dev] gdal_translate using a wms as input

2013-04-14 Thread Andrea Peri
Even, thx for response Perhaps I miss the real mean of the parameter -srcwin. I guess that setting -srcwin 0 0 377 283 for a wms image of ...WIDTH=377&HEIGHT=283&... mean "take all the image". don't ? Many thx, Andrea. 2013/4/14 Even Rouault > Le dimanche 14 avril 2013 00:33:55, Andrea P