carlos-alberto-silva / rGEDI

rGEDI: An R Package for NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing.
157 stars 67 forks source link

could not find function "gediWFSimulator" #60

Closed Yangcan77 closed 6 months ago

Yangcan77 commented 6 months ago

hi , I installed the rGEDI (devtools: : install_git (" https://github.com/carlos-alberto-silva/rGEDI ", dependencies = TRUE)) and success of library (rGEDI), I tried to use las point cloud to conduct Full-waveform simulation, but unfortunately, I was told that I could not find function "gediWFSimulator". I checked the function in the rGEDI package, and it did not exist. May I ask why? Thank you very much for your reply.

caiohamamura commented 6 months ago

We separated the gediSimulator in a different package, I just updated the readme.md with the following:

# The gedi simulator has been moved separately in rGEDIsimulator as following
devtools::install_git("https://github.com/caiohamamura/Rgedisimulator", dependencies = TRUE)

library(rGEDIsimulator)