You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project that requires creating LAZ files directly on an iPhone, and I was wondering if you could provide any guidance on achieving this. I’ve encountered some challenges with existing libraries and would appreciate any suggestions or pointers you might have.
Here’s what I’ve tried so far:
LibLas: Unfortunately, LibLas only supports LAS up to version 1.3, which doesn’t meet my needs for LAZ file creation.
LasZip: I've managed to build it, but it only generates .dylib files, which aren’t easily compatible with iOS. Ideally, I would need a static library that could integrate smoothly with an iOS project.
PDAL: I also attempted to build a static library with PDAL, but I was unable to produce a version that works on iOS.
If you know of any solutions or could point me in the right direction for enabling LAZ file creation on iOS, I would be extremely grateful!
Thank you for your time and any help you can provide.
Best regards,
Viktor
The text was updated successfully, but these errors were encountered:
I tried building PDAL for iOS and got many issues with the dependencies. On main dependency is gdal, you may try this repo: https://github.com/BeinerChes/gdalios, though I could not make it work on my system.
LibLAS worked, though I didn't try building it with laszip dependency.
Hello,
I'm working on a project that requires creating LAZ files directly on an iPhone, and I was wondering if you could provide any guidance on achieving this. I’ve encountered some challenges with existing libraries and would appreciate any suggestions or pointers you might have.
Here’s what I’ve tried so far:
LibLas: Unfortunately, LibLas only supports LAS up to version 1.3, which doesn’t meet my needs for LAZ file creation.
LasZip: I've managed to build it, but it only generates .dylib files, which aren’t easily compatible with iOS. Ideally, I would need a static library that could integrate smoothly with an iOS project.
PDAL: I also attempted to build a static library with PDAL, but I was unable to produce a version that works on iOS.
If you know of any solutions or could point me in the right direction for enabling LAZ file creation on iOS, I would be extremely grateful!
Thank you for your time and any help you can provide.
Best regards,
Viktor
The text was updated successfully, but these errors were encountered: