#1 Fri 10 January 2014 16:50
LAS Optimizer/compressor
ESRI a développé certaines techno autour du LAS qui peuvent être exploitées sans Arcgis via un format ZLAS, et notamment un compresseur/décompresseur dixit ESRI plus efficace que les techno de compression existante actuellement./
A lire ici : http://blogs.esri.com/esri/arcgis/2014/ … mized-las/
A télécharger ici : http://www.arcgis.com/home/item.html?id … 9a860a374f
Extrait en anglais :
Esri Introduces Optimized LAS
by Gert van Maren on January 10, 2014
0 1 1
Esri has developed technology to optimize LAS format lidar. The format enables fast and efficient access to LAS structured lidar data and is well suited both to direct in desktop applications use as well as for archiving, storage, cloud based data distribution. Optimized LAS was built from the ground up with equal attention paid both to compression and the different modes of use.
Highly Compressed
Esri’s compression technology reduces file size significantly more than generic compressors can (e.g., gzip) because it was written specifically for LAS. Better compression results in reduced storage and bandwidth requirements.
Lossless
The lidar point record data is preserved exactly. There is no loss of information so the full integrity of the data is maintained
Directly Usable
The optimized LAS data can be used directly without need to decompress it first. The ArcGIS 10.2.1 platform has been enhanced to support optimized LAS.
Efficient Data Access
Statistics and spatial indexing are added during the compression process. This makes the resulting files easier to use and the data is accessed more efficiently for both spatial and thematic queries. An option to sort point records to improve the I/O efficiency of queries on the optimized files is included.
Free
You can use Esri LAS Optimization free of charge. ArcGIS is not required. This means any client can download an optimized LAS file, decompress it, and use the resulting LAS file in their application of choice. Clients with ArcGIS 10.2.1 currently get the added benefit of being able to use the files directly without the need to decompress. Esri will be providing an Open API to enable other software developers to directly read and write Optimized LAS.
How to Get Optimized
A free single standalone executable that handles both compression and decompression is available for anyone to download from Esri’s web site. It has both a graphical interface as well as support for command line execution. Free libraries that will enable software from other vendors to directly read and write zLAS are planned for release later in 2014.
Hors ligne
#2 Fri 10 January 2014 18:15
- JRM
- Participant assidu
- Lieu: Arras
- Date d'inscription: 15 Apr 2009
- Messages: 521
Re: LAS Optimizer/compressor
L'intêret d'avoir un format compressé utilisable par tous, c'est :
1. la taille réduite -> facilite l'archivage et la transmission
2. moins d'accès (i/o) nécessaire -> plus rapide
3. l'utilisation ne nécessite pas de décompression préalable
4. utilisable dans tout plein de logiciels pour ne pas se farder de conversion
Or avec ce format ESRI permet le point 3 uniquement avec ArcGIS tandis que le point 4 arrivera dans le futur en même temps q'une Open API (vous pouvez relire les différents sujets sur l'api de la géodatabase, c'est instructif).
Si vous voulez avoir le bénéfice d'une compression efficace, bénéficiant d'un large support, avec une api publique et des sources libres, je vous conseillerais LASzip.
Hors ligne