[gdal-dev] LiDAR data formats

2012-11-19 Thread Chaitanya kumar CH
Hi, Can someone tell me the most common data formats useful for storing the LiDAR data including the LiDAR specific data. -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://l

Re: [gdal-dev] LiDAR data formats

2012-11-19 Thread Dmitry Baryshnikov
19.11.2012 12:37, Chaitanya kumar CH ?: Hi, Can someone tell me the most common data formats useful for storing the LiDAR data including the LiDAR specific data. -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-d

Re: [gdal-dev] LiDAR data formats

2012-11-19 Thread Joaquim Luis
You may also want to look at the laszip library http://www.cs.unc.edu/~isenburg/lastools/ Joaquim 19.11.2012 12:37, Chaitanya kumar CH ?: Hi, Can someone tell me the most common data formats useful for storing the LiDAR data including the LiDAR specific data. -- Best regards, Chaitany

[gdal-dev] Geotagging photos

2012-11-19 Thread Zoltan Szecsei
Hi, What is the quickest way to geotag photos? Let's assume the the GPS time was NOT synchronised with the camera. I have 122 GPS points named P001 to P122 and I have 122 photographs named P001.jpg to P122.jpg I'm hoping that I can use gdaltranslate with a linux bash script to add the positi

Re: [gdal-dev] Geotagging photos

2012-11-19 Thread Newcomb, Doug
Zoltan, If you are scripting things, this might work. http://www.sno.phy.queensu.ca/~phil/exiftool/ If you're running linux, you might also look at this. http://scribblesandsnaps.com/2011/02/16/geotag-photos-with-open-gps-tracker-and-digikam/ Doug On Mon, Nov 19, 2012 at 7:18 AM, Zoltan Szecs

[gdal-dev] gdal 1.9 path problem when I using special characters

2012-11-19 Thread netcadturgay
I can not read the ECW files if filename contains special characters(ş,İ,ğ etc.). I use gdal 1.9 library including ERDAS ECW Read-Write SDK. Also I tried to set GDAL_FILENAME_IS_UTF8=NO but it does not work. Can you help me about this problem? -- View this message in context: http://osgeo-org.

[gdal-dev] GDAL v. 1.10 tutorial about geospatial PDF, OSM and vsicurl

2012-11-19 Thread Jukka Rahkonen
Hi, I have been asking whole lot of questions about OSM and PDF drivers but now I try to give something back. This tutorial gives a demonstration about what can be achieved by using three new GDAL 1.10 features together: OSM driver, geospatial PDF driver and vsicurl_streaming. Document: http:/

Re: [gdal-dev] Geotagging photos

2012-11-19 Thread Andrew Brooks
On 19 November 2012 12:18, Zoltan Szecsei wrote: > What is the quickest way to geotag photos? > Something with gpsPhoto.pl ? > Let's assume the the GPS time was NOT synchronised with the camera. > I'm sure it has an option to give a time offset. ___

Re: [gdal-dev] Geotagging photos

2012-11-19 Thread Zoltan Szecsei
Great - Thanks. exiftools rules. I wrote a script to create the following commands (in BASH) per photo, then copied over and ran it at the Windows cmd prompt. exiftool.exe -exif:gpslatituderef=S -exif:gpslatitude="27 42 01.85" -exif:gpslongituderef=E -exif:gpslongitude="23 00 30.6" -exif:gps

[gdal-dev] Preserving feature Information from Shapefile

2012-11-19 Thread Wuerfel, Hannes
Hi all, I'm new to gdal OGR Simple Feature Library. What I'd like to do is to read an esri shapefile, modify the geometry and feature information and write a new shapefile to disc. I went through the read/write tutorial and I can write back the Geometry to the new shapefile but I'm stugged with

Re: [gdal-dev] GDAL v. 1.10 tutorial about geospatial PDF, OSM and vsicurl

2012-11-19 Thread Frank Warmerdam
Jukka, I have taken the liberty of adding a link at: http://trac.osgeo.org/gdal/wiki/UserDocs There are some nice resources available from here now. Best regards, On Mon, Nov 19, 2012 at 5:58 AM, Jukka Rahkonen wrote: > Hi, > > I have been asking whole lot of questions about OSM and PDF dr

Re: [gdal-dev] Preserving feature Information from Shapefile

2012-11-19 Thread Even Rouault
Le lundi 19 novembre 2012 18:56:02, Wuerfel, Hannes a écrit : > Hi all, > > I'm new to gdal OGR Simple Feature Library. > What I'd like to do is to read an esri shapefile, modify the geometry and > feature information and write a new shapefile to disc. I went through the > read/write tutorial and

Re: [gdal-dev] LiDAR data formats

2012-11-19 Thread Howard Butler
On Nov 19, 2012, at 2:37 AM, Chaitanya kumar CH wrote: > Hi, > > Can someone tell me the most common data formats useful for storing the LiDAR > data including the LiDAR specific data. LiDAR industry's GeoTIFF or Shapefile is the ASPRS LAS format, with all the good and bad connotations of ea

Re: [gdal-dev] Problem compiling gdal with OCI support, configure doesn't seem to know where to look

2012-11-19 Thread Ethan Alpert
You sure your oracle client libs are installed correctly? It's strange that oci.h would be in the top level directory. --with-oci=/dg/local/apps/osgeo_pack/deployed/linux-x86_64/product/11gCl ient/ --with-oci-include=/dg/local/apps/osgeo_pack/deployed/linux-x86_64/produ ct/11gClient/rdbms/public/

[gdal-dev] How to read catalog file

2012-11-19 Thread Nikhil Sai Parupalli
Hi All, I have developed an application on VB.Net with GDAL as interface to read S57 dataset. Everything is fine , here I have to read some information form S57 catalog file . I have tried using stream reader in VB.net, but unable to fetch the values correctly. Can any one help me out in readin