read and plot CALIPSO level-2 satellite data

Hi,

I am trying to read the HDF file level-2 data for CALIPSO satellite data,

the data can be found:

I want to make the plot like the attached plot.

If anyone has done that, please let me know

Thanks

Hi @kunal.bali9, Im try to open the file but is .hdf but I dont know how open in Rstudio.

I think that this plot is possible with ggplot2 library.

You could put a reproducible example of data?

Reproducible example

Hi,

Thanks for your time.

I am also trying the best package for this.
But so far, I think with the "terra" package, I can read this file.

library(terra)
f <- "CAL_LID_L2_01kmCLay-ValStage1-V3-41.2022-02-28T23-12-48ZD.hdf"
describe(f, sds=T)

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.