[gdal-dev] Geospatial PDF - multiple pages

2016-08-30 Thread Tomasz Sawka
When i use GDAL to read PDF's with multiple pages i can access each page by subdataset domains items and for example georeference it. Is it possible to create Geospatial PDFs with many pages with GDAL? I'm creating new PDFs via CreateCopy on virtual dataset if it's matters. Best regards Tomasz Saw

[gdal-dev] unsubscribe

2016-08-30 Thread Alan Keown
unsubscribe Cheers AlanK ".And then came the grandest idea of all! We actually made a map of the country, on the scale of a mile to the mile! Have you used it much? I enquired. It has never been spread out, yet, said Mein Herr: the farmers objected: they said it would cover the who

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-30 Thread Mateusz Loskot
> On 2016-08-30 4:21 PM, Ivan Lucena wrote: > > Hi Mateusz/Jeff, > > > Please try the new version of "makegdal_gen.bat". > > > It will generate projects ready to use in newer version of Visual Studio. > > > I tested it only in VC++ 12.0 (VS 2013). Ivan, I've just tested it with VS2015 Update 3 a

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-30 Thread Jeff McKenna
Very cool Ivan, I'll try this first thing in the morning, when my brain is working best :) -jeff On 2016-08-30 4:21 PM, Ivan Lucena wrote: Hi Mateusz/Jeff, Please try the new version of "makegdal_gen.bat". It will generate projects ready to use in newer version of Visual Studio. I teste

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-30 Thread Ivan Lucena
Hi Mateusz/Jeff, Please try the new version of "makegdal_gen.bat". It will generate projects ready to use in newer version of Visual Studio. I tested it only in VC++ 12.0 (VS 2013). Add comments, if you like, to: https://trac.osgeo.org/gdal/ticket/6635 Regards, Ivan

Re: [gdal-dev] Time for a new GeoJSON driver?

2016-08-30 Thread Sean Gillies
Unfortunately I had to leave the conference abruptly before the BoF and have nothing to report. Robert, was there any conclusion? New driver, same driver? On Tue, Aug 23, 2016 at 6:41 PM, Sean Gillies wrote: > Hi all, > > Let's have a quick GDAL + GeoJSON BoF here at FOSS4G this week to discuss

Re: [gdal-dev] about rotated geotransfmrm supporting of gpkg

2016-08-30 Thread Even Rouault
Le mardi 30 août 2016 16:09:23, Evan Zhou a écrit : > Hi, brothers, > > I am in a project that try to support geopackage files by using GDAL and > when we were testing found GDAL don’t support rotated map. the code at: > > see: > https://github.com/OSGeo/gdal/blob/trunk/gdal/ogr/ogrs

[gdal-dev] about rotated geotransfmrm supporting of gpkg

2016-08-30 Thread Evan Zhou
Hi, brothers, I am in a project that try to support geopackage files by using GDAL and when we were testing found GDAL don’t support rotated map. the code at: see: https://github.com/OSGeo/gdal/blob/trunk/gdal/ogr/ogrsf_frmts/gpkg/ogrgeopackagedatasource.cpp

Re: [gdal-dev] Public XYM or XYZM datasets?

2016-08-30 Thread Jaak Laineste
It looks like I get only one link with some selected layers. Which layers are worth to try? Your selected spatial data sets from the Finnish Transport Agency are available at the following link: https://extranet.liikennevirasto.fi/livi/inspire-downloads/41...zip The download link is valid for

Re: [gdal-dev] Public XYM or XYZM datasets?

2016-08-30 Thread Ari Jolma
I think you need to select "DIGIROAD" on the left first. Then you should get something like Hi, Your selected digiroad data sets from the Finnish Transport Agency are available at the following link: https://extranet.liikennevirasto.fi/livi/digiroad/Maakuntajako_DIGIROAD_K_EUREF-FIN/UUSIMAA.

Re: [gdal-dev] Fwd: [TC-Announce] Request for early implementations - GeoPackage 1.0

2016-08-30 Thread Even Rouault
Brad, > I did some tests, and it looks like we'll need some code changes to pass. Thanks for looking at this. > > There is a trivial schema fix for timestamps ('now' instead of > CURRENT_TIMESTAMP). Seems related to that change I found in the revision history (the last one made apparently bef

Re: [gdal-dev] Removing bridge/ and vb6/ from source tree ?

2016-08-30 Thread Howard Butler
+1 > On Aug 28, 2016, at 10:30 PM, Kurt Schwehr wrote: > > +1 for removing from trunk head if nobody speaks up. > > On Sunday, August 28, 2016, Even Rouault wrote: > Hi, > > We have the bridge and vb6 directories in the source tree that are probably no > longer used by anyone (I don't recal

Re: [gdal-dev] Fwd: [TC-Announce] Request for early implementations - GeoPackage 1.0

2016-08-30 Thread Brad Hards
I did some tests, and it looks like we'll need some code changes to pass. There is a trivial schema fix for timestamps ('now' instead of CURRENT_TIMESTAMP). There is a more complicated fix needed for Requirement 45 which says: The width of a tile matrix (the difference between min_x and max_

Re: [gdal-dev] PostGIS layer SRS

2016-08-30 Thread Even Rouault
Hi Ari, > > How does one set the SRS of a new PostGIS layer (especially from the > bindings)? With the srs parameter of Dataset.CreateLayer() > It does not seem to work with simply setting it with the > workflow: get geometry field definition and call SetSpatialRef on it. Once the geometry fie

[gdal-dev] PostGIS layer SRS

2016-08-30 Thread Ari Jolma
Hi, How does one set the SRS of a new PostGIS layer (especially from the bindings)? It does not seem to work with simply setting it with the workflow: get geometry field definition and call SetSpatialRef on it. It is quite simple with UpdateGeometrySRID() in SQL but it would be of course use