Open paul-carteron opened 1 year ago
get_raw_lidar()
get_lidar_raw
get_lidar_classified()
It's also possible to create one funciton get_lidar() with param type = c("raw", "classified"), will see
get_lidar()
type = c("raw", "classified")
get_raw_lidar()
now that the service is up and running again and rename itget_lidar_raw
get_lidar_classified()
It's also possible to create one funciton
get_lidar()
with paramtype = c("raw", "classified")
, will see