Skip to content

Esri/esri-zlas-io-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esri-zlas-io-library

A C++ runtime library that provides API access for reading and writing Esri Optimized LAS (*.zlas) format files as well as converting between zLAS and LAS.

Features

  • Convert zLAS files into LAS files. LAS is an ASPRS industry standard format for lidar data.
  • Convert LAS files into zLAS files.
  • Read zLAS into memory buffers as LAS formatted data (e.g., header record, point data records).
  • Read zLAS into structs for easy interpretation of LAS information.

Instructions

  1. Add to Visual Studio 2008 or higher project.
  2. All methods are commented with help in the EzLasAPIs.h file.
  3. An Examples.cpp containing instructional source code is included in the top level EzLasLib folder.

Requirements

  • Visual Studio 2008 or higher
  • Windows XP SP3 or higher (32-bit and 64-bit)

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue. Thank you!

Contributing

Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.

Licensing

Copyright 2015 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: zLAS, LAS, lidar, library, API, EzLasLib, EzLAS) [](Esri Language: C-plus-plus)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages