col.grid = "gray50", xlab="UTM Easting (m)", ylab="UTM Northing (m)", zlab="Elevation (m)")
shot_number = 0
simulated_waveform_amazon = getLevel1BWF(wf_amazon, shot_number)
Error in getLevel1BWF(wf_amazon, shot_number) :
Shot number 0 was not found within the dataset!. Please try another shot number
shot_number = 0
simulated_waveform_amazon = getLevel1BWF(wf_amazon, shot_number)
Error in getLevel1BWF(wf_amazon, shot_number) :
Shot number 0 was not found within the dataset!. Please try another shot number
shot_number = 1
simulated_waveform_amazon = getLevel1BWF(wf_amazon, shot_number)
_Error in getLevel1BWF(wf_amazon, shotnumber) :
Shot number 1 was not found within the dataset!. Please try another shot number
Hi @lisiqing981025 , we are splitting up the rGEDIsimulator, we will not be maintaining it in this repository, you can post the issue in the new repository https://github.com/caiohamamura/rGEDIsimulator
hi, When I want to use the GEDI waveform simulator, it tells me that the spot number is not 0 or anything else.
How can I solve it? thanks!