{"id":20296863,"url":"https://github.com/asmaloney/lasio","last_synced_at":"2026-06-01T03:32:45.811Z","repository":{"id":53555849,"uuid":"170661531","full_name":"asmaloney/LASIO","owner":"asmaloney","description":"LAS 1.3 file handling plugin for CloudCompare","archived":false,"fork":false,"pushed_at":"2020-06-20T17:45:28.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T09:57:47.274Z","etag":null,"topics":["cloudcompare","cloudcompare-plugin","file-format","hacktoberfest","las","plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asmaloney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T09:10:47.000Z","updated_at":"2022-08-05T01:55:41.000Z","dependencies_parsed_at":"2022-09-09T09:50:23.523Z","dependency_job_id":null,"html_url":"https://github.com/asmaloney/LASIO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmaloney%2FLASIO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmaloney%2FLASIO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmaloney%2FLASIO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmaloney%2FLASIO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asmaloney","download_url":"https://codeload.github.com/asmaloney/LASIO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794109,"owners_count":20021188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudcompare","cloudcompare-plugin","file-format","hacktoberfest","las","plugin"],"created_at":"2024-11-14T15:41:34.619Z","updated_at":"2025-12-04T08:12:49.194Z","avatar_url":"https://github.com/asmaloney.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CloudCompare Plugin](https://img.shields.io/badge/plugin-CloudCompare-brightgreen.svg)](https://github.com/CloudCompare/CloudCompare)\n[![License](https://img.shields.io/badge/License-GPL--2.0+-blue.svg)](https://opensource.org/licenses/GPL-2.0)\n\n# LASIO Plugin\n\nThis is a plugin for [CloudCompare](https://github.com/CloudCompare/CloudCompare) to add LAS file 1.3 reading \u0026 writing based on [LASzip](https://github.com/LASzip/LASzip) and [libLAS](https://github.com/libLAS/libLAS).\n\nIt bascially forks the old LAS file handling before CloudCompare moved to using PDAL and puts it in a plugin.\n\n## Versions\nI compile using:\n- LASzip master from 23 Feb 2016 ([ff16991b](https://github.com/LASzip/LASzip/commit/ff16991bed6e0606adeedbe72743e17a269ded85)) (later versions have breaking changes)\n- libLAS master from 19 Jan 2019 ([09d45518](https://github.com/libLAS/libLAS/commit/09d45518776489508f34098f1c159f58b856f459)) with one small change in src/CMakeFiles.txt:\n```cmake\nadd_library(las SHARED ${LIBLAS_SOURCES})\nadd_library(las_c SHARED ${LIBLAS_C_SOURCES})\n```\nto link statically:\n```cmake\nadd_library(las STATIC ${LIBLAS_SOURCES})\nadd_library(las_c STATIC ${LIBLAS_C_SOURCES})\n```\n\n## Adding To CloudCompare\n\n- clone and build [LASzip](https://github.com/LASzip/LASzip) and [libLAS](https://github.com/libLAS/libLAS)\n- clone this repository in the `CloudCompare/plugins/private` directory\n- rerun CloudCompare's cmake\n- turn on `PLUGIN-3rdParty_LAS_IO` in your cmake options\n- set the `LIBLAS_*` options to point at your `libLAS` build\n\nNote: If you are building for CloudCompare 2.11.x, use the tagged version at `cloudcompare-2.11.x`\n\n## License\n\nThis project as a whole is licensed under the [**GPL-2.0-or-later**](https://opensource.org/licenses/GPL-2.0) license - see the [LICENSE](LICENSE.md) file for details.\n\nIndividual source files may contain the following tag instead of the full license text:\n\n\tSPDX-License-Identifier: GPL-2.0-or-later\n\nUsing SPDX enables machine processing of license information based on the [SPDX License Identifiers](https://spdx.org/ids) and makes it easier for developers to see at a glance which license they are dealing with.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmaloney%2Flasio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmaloney%2Flasio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmaloney%2Flasio/lists"}