Page 1 of 1

Corresponding waveform for selected shots in L2 products

Posted: Fri Jun 02, 2023 11:57 am America/New_York
by chidi_mma
I am working with L2 V002 products and have been trying to combine the RH metrics with the corresponding waveform for a selected shot following the tutorial on LP DAAC. However, to identify and extract the location of the waveform (using GEDI_L1B Tutorial), I need to extract rx_sample_count, rx_sample_start_index, and rxwaveform. While these labels/group is available in level 1 data, they have been removed in level 2.

The tutorial for L2A V002 has a .csv waveform file for the location used to develop the Python script but not a guide as to the process. My question is what label/group will one use to extract waveforms in level 2A V002?

Thanks.

Re: Corresponding waveform for selected shots in L2 products

Posted: Mon Jun 05, 2023 4:30 pm America/New_York
by LP DAAC - dgolon
Hi @chidi_mma I have passed your question along to our staff that created the GEDI tutorial. We will post when we have more information. Thanks!

Re: Corresponding waveform for selected shots in L2 products

Posted: Wed Jun 14, 2023 3:52 pm America/New_York
by LP DAAC - afriesz
@chidi_mma ,

Could you tell us more about what variables you are planning to work with in the GEDI L2A product? The GEDI L1A data product is the only product with waveform data while the L2A data products contains RH metrics. Getting waveform data for a GEDI shot is a bit involved and indeed requires one to have not just the shot_number, but also the associated rx_sample_count and rx_sample_start_index values. To get the RH metrics from the L2A product, one just needs the shot_number. The shot numbers should be the same between L1A, L2a, and L2B if they are from the same datetime/location.

While looking into this I did notice that our GEDI data resources (https://github.com/nasa/GEDI-Data-Resources) are not a consistent as they should be. We changed the shot number between tutorials, which is not correct. The shot number should be the same across all three GEDI tutorials. We'll make the update to the tutorials.