Re: [gdal-dev] Extracting vector layers from Geospatial PDF

2019-02-09 Thread Rajesvari Parasa
Thanks for sharing this. I was looking just here: https://gdal.org/ogrinfo.html On Sun, Feb 10, 2019 at 1:26 AM Even Rouault wrote: > > I didn't know that *ogrinfo takes config options*. This is quite > > interesting because the document of ogrinfo doesn't mention this. > > It is in the general

Re: [gdal-dev] Extracting vector layers from Geospatial PDF

2019-02-09 Thread Even Rouault
> I didn't know that *ogrinfo takes config options*. This is quite > interesting because the document of ogrinfo doesn't mention this. It is in the general section: https://gdal.org/ogr_utilities.html -- Spatialys - Geospatial professional services http://www.spatialys.com

Re: [gdal-dev] Extracting vector layers from Geospatial PDF

2019-02-09 Thread Tobias Wendorff
Am Sa, 9.02.2019, 20:47 schrieb Rajesvari Parasa: > > I didn't know that *ogrinfo takes config options*. This is quite > interesting because the document of ogrinfo doesn't mention this. It does. Please also check this: https://github.com/OSGeo/gdal/issues/1282 Did a huge test, since I'm also wor

Re: [gdal-dev] Extracting vector layers from Geospatial PDF

2019-02-09 Thread Rajesvari Parasa
Hi Tobias, Thank you for suggesting this. I used the config option and my geospatial content was intact. Here's the command: ogrinfo ELU_PD_08_03.pdf --config OGR_PDF_READ_NON_STRUCTURED YES it lists all relevant layers. Copy the name of the layer (say "Layername") you want to write in shapefile