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.
Corresponding waveform for selected shots in L2 products
-
- User Services
- Posts: 209
- Joined: Mon Sep 30, 2019 10:00 am America/New_York
- Has thanked: 9 times
- Contact:
Re: Corresponding waveform for selected shots in L2 products
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!
Subscribe to the LP DAAC listserv by sending a blank email to lpdaac-join@lists.nasa.gov.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
-
- Subject Matter Expert
- Posts: 52
- Joined: Tue Nov 12, 2019 4:02 pm America/New_York
Re: Corresponding waveform for selected shots in L2 products
@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.
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.