[gdal-dev] LAS format driver for OGR?
Even Rouault
even.rouault at mines-paris.org
Sat Apr 16 20:24:17 EDT 2011
Le dimanche 17 avril 2011 02:12:08, Stefan Keller a écrit :
> Hi,
>
> Can GDAL/OGR read/write the ASPRS LAS format versions 1.0 .. 1.3
> (defined here: http://liblas.org/ )?
No
>
> I tried to read LIDAR data in LAS format from LAStools
> (http://www.cs.unc.edu/~isenburg/lastools/ ) but without success using
> gdalinfo and ogrinfo. Even the Python LAS->shapefile converter
> (http://code.google.com/p/pylas/ ) failed ("TypeError...").
>
> Scanning this mailing list I could not find an answer except to use
> LAStools. But since LAS is essentially just a simple vector point data
> I can't imagine why OGR should not be able to support that.
OGR could perhaps support it, but it is really libLAS job and I don't think it
would be wise to reimplement what it does... I'm not sure if a OGR driver
using libLAS would make sense, and it might be difficult for technical reasons,
liblas depending - optionnaly - itself on GDAL for SRS support.
Anyway, there's a las2ogr utility in liblas to make the bridge. If you have
problems, you'd better report them to liblas mailing list.
>
> Yours, Stefan
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
More information about the gdal-dev
mailing list