Re: [gdal-dev] extract vector/raster data from GeoPDF

2009-09-02 Thread Joaquim Luis
Brent Fraser wrote: I see the example calculation of the transformation matrix, and a statement "I created a GeoPDF by running the Postscript file through Ghostscript to create a Postscript file that looks like this" But I don't see where the georeferencing is written into PDF to make it a Ge

[gdal-dev] Motion: Commit access for Harsh Govind

2009-09-02 Thread Frank Warmerdam
Motion: Extent commit access to Harsh Govind. --- PSC members, Harsh reports: """ I am a GIS Developer at SPADAC Inc. and responsibilities include compiling and upgrading GDAL for our products. In the past 4+ years at SPADAC I have setup automated build process for compiling and building GD

Re: [gdal-dev] GDAL Erdas LAN/GIS driver

2009-09-02 Thread Roger Bivand
On Thu, 27 Aug 2009, Roger Bivand wrote: On Mon, 24 Aug 2009, Frank Warmerdam wrote: Roger Bivand wrote: (reverting to list) Correction, the user reported that: Apparently, gdalinfo retrieves the correct min, max, and statistics, despite the use of GDT_Int16. on his Windows platform. Th

Re: [gdal-dev] gdal_translate problems...

2009-09-02 Thread Frank Warmerdam
Riki Tiki wrote: hi, i am using the following command to convert from raster to geotiff gdal_translate -of GTiff test test.tif it outputs the following: ERROR 1: Unknown base item type : 4 ERROR 1: Unknown base item type : 4 Input file size is 221, 232 0...10...20...30...40...50...60...70...8

Re: [gdal-dev] extract vector/raster data from GeoPDF

2009-09-02 Thread Brent Fraser
I see the example calculation of the transformation matrix, and a statement "I created a GeoPDF by running the Postscript file through Ghostscript to create a Postscript file that looks like this" But I don't see where the georeferencing is written into PDF to make it a GeoPDF. Is it a Ghosts

[gdal-dev] gdal_translate problems...

2009-09-02 Thread Riki Tiki
hi, i am using the following command to convert from raster to geotiff gdal_translate -of GTiff test test.tif it outputs the following: ERROR 1: Unknown base item type : 4 ERROR 1: Unknown base item type : 4 Input file size is 221, 232 0...10...20...30...40...50...60...70...80...90...100 - don

Re: [gdal-dev] extract vector/raster data from GeoPDF

2009-09-02 Thread Frank Warmerdam
Klokan Petr Přidal wrote: Unfortunately all PDF parsing libraries I know are GPL, and that means we can't use them for the gdal driver - because of the license issues. But to create a GPL utility for converting GeoPDF to anything what GDAL/OGR supports should be OK. Poppler can be the best base o

Re: [gdal-dev] extract vector/raster data from GeoPDF

2009-09-02 Thread Klokan Petr Přidal
Hi, There is a great blog post (and the linked "worked example" post with details): http://geopdf.blogspot.com/2009/02/geopdf-map-for-worked-example.html It shows you how to create geopdf via GhostScript - so there is already a practical open-source example how to encode the georeference into the

Re: [gdal-dev] Problem In reading S-63 Chart

2009-09-02 Thread Frank Warmerdam
vinod bholla wrote: Hi Friends I m vinod... i m woking over reading of S-63 charts,i m following test procedure to decrypt the information. i m unable to read the information, can you provide any information regarding this,that will be appricable. for its reading. Vinod, There is no suppo

Re: [Gdal-dev] How to save picture into bmp-file?

2009-09-02 Thread Frank Warmerdam
ryabis wrote: Sorry, but I`m just started to use C++ and GDAL library... :thinking: I have opened the image, using this code: ... poBand_1->RasterIO( GF_Read, x_off, y_off, xsize, ysize, pafScanline, xsize, ysize, GDT_Byte, 1, xsize ); ... if (poBand->RasterIO( GF_Write,

Re: [gdal-dev] OGR about s_57

2009-09-02 Thread s duclos
Hi Frank, > I know lots of people have made various levels of effort > in > following the S52 specification based on OGR as a feature > reader. Perhaps some of them will speak up and > volunteer > additional information. > Here's info I send to Randy. It's border line related to OGR/S57 but goo

[Gdal-dev] How to save picture into bmp-file?

2009-09-02 Thread ryabis
Sorry, but I`m just started to use C++ and GDAL library... :thinking: I have opened the image, using this code: void BIScrollView::loadFile(QString biFileName) { canv->resize(biLbl->width(), biLbl->height()); if( biFileName.isEmpty() ) { biClose(); biFileName = QFileDia

[gdal-dev] Problem In reading S-63 Chart

2009-09-02 Thread vinod bholla
Hi Friends I m vinod... i m woking over reading of S-63 charts,i m following test procedure to decrypt the information. i m unable to read the information, can you provide any information regarding this,that will be appricable. for its reading. thnx vinod __

[gdal-dev] Can't get 1*N dataset in HDFfile

2009-09-02 Thread jor sion
Hi, I can't get 1*N dataset in HDF file by GDAL, The dataset looks like this: [image: dataset.png] It shows in HDF Explorer [image: show.png] Any suggestions? Best wishes, -- JoSn <><>___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.os