-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of lasR R package #1136
Comments
The easiest path might be to build a conda-forge feedstock, at a minimum we can learn a lot from the lidR feedstock https://github.com/conda-forge/r-lidr-feedstock/blob/main/recipe/meta.yaml |
I just tested on https://hub.openveda.cloud which uses Rocker images (includes GDAL), and this build fine with
Which is not surprising since the core is Ubuntu, build tools are included, and conda is note involved. Just noting here as a temporary option, if it's needed soon. Also noted on Slack that PDAL pipelines might be capable of similar workflows. One concern with lidR and lasR is the custom read/write modules and the lack of full COPC support. Not blockers just things to be aware of. |
Thanks Alex! I'll give it a shot.
*Samuel Grubinger*
Postdoctoral researcher
University of Maryland
He/him/his
***@***.***
…On Wed, Nov 6, 2024 at 2:46 PM Alex I. Mandel ***@***.***> wrote:
I just tested on https://hub.openveda.cloud which uses Rocker images
<https://github.com/rocker-org/rocker-versioned2/blob/master/dockerfiles/binder_4.3.3.Dockerfile>
(includes GDAL), and this build fine with
install.packages('lasR', repos = 'https://r-lidar.r-universe.dev')
Which is not surprising since the core is Ubuntu, build tools are
included, and conda is note involved. Just noting here as a temporary
option, if it's needed soon.
Also noted on Slack that PDAL pipelines might be capable of similar
workflows. One concern with lidR and lasR is the custom read/write modules
and the lack of full COPC support. Not blockers just things to be aware of.
—
Reply to this email directly, view it on GitHub
<#1136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGGXTNYZ6EGQ6SHWD6ZYKLZ7KL4DAVCNFSM6AAAAABRHONT3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRQHE2DKNRRGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Following next line of thought:
conda build needed version, hard coded for now
Had to comment out r-methods and r-stats, core packages? then rename r-r.utils
|
Hi Alex. Any update on this as a solution? |
I got the build to work with this meta.yaml https://gist.github.com/wildintellect/874cd8e8b4054430948e01d938e22819 |
I'm just puzzled as |
This package, https://github.com/r-lidar/lasR, is a new open-source development from the author of lidR that is programmed for efficient pipeline processing of point clouds. It will likely be essential for GEO-TREES data processing. Currently, it is not on conda-forge and cannot be installed in R on MAAP. Any solutions?
The text was updated successfully, but these errors were encountered: