Search found 4 matches
- Fri Oct 18, 2024 5:23 am America/New_York
- Forum: Home
- Question: GEDI L2A/B and CopGLO30
- Replies: 8
Re: GEDI L2A/B and CopGLO30
Hi, thanks for the interest! I'll try to share my process as detailed as i can: I am downloading GEDI L2A and L2B data as .h5 from the CMR with a basic function. These .h5 files are extracted using the extract_data function from this repo: https://github.com/maawoo/gedixr and afterwards merged into ...
- Mon Oct 07, 2024 9:11 am America/New_York
- Forum: Home
- Question: GEDI L2A/B and CopGLO30
- Replies: 8
Re: GEDI L2A/B and CopGLO30
That was it! Thank you very much, applying the correction helped significantly. I've come across another thing, if by chance you have an idea here too: I have filtered my dataset to group Orbits into subsets by using the orbit number (first five digits of the shot number). When i convert those orbit...
- Tue Sep 24, 2024 7:10 am America/New_York
- Forum: Home
- Question: GEDI L2A/B and CopGLO30
- Replies: 8
Re: GEDI L2A/B and CopGLO30
Hello @LP DAAC - dgolon, thank you for the answer. Is there any way of knowing how long a response from a data expert might take?
Cheers
Cheers
- Thu Aug 29, 2024 5:54 am America/New_York
- Forum: Home
- Question: GEDI L2A/B and CopGLO30
- Replies: 8
GEDI L2A/B and CopGLO30
Hello, I am trying to compare RH98 from GEDI L2A with the 30m Copernicus DEM. I'm adding up RH98 (in m) and elev_lowestmode for an absolute height, converting the dataset to a raster (with the CopDEM as a "snap raster"), and subtracting the DEM. I am getting mean/median differences of abou...