CALIPSO Extinction Coefficient Plot Python Code
Posted: Tue Jul 09, 2024 11:04 am America/New_York
I am trying to make a CALIPSO CALIOP 532 nm Extinction Coefficient Plot from an hdf4 file that looks like this: https://hdfeos.org/zoo/MORE/LaRC/CALIPSO/CAL_LID_L2_05kmAPro-Standard-V4-21.2021-01-10T21-34-11ZN.hdf.py.png
I am attempting to use this sample python script: https://hdfeos.org/zoo/MORE/LaRC/CALIPSO/CAL_LID_L2_05kmAPro-Standard-V4-21.2021-01-10T21-34-11ZN.hdf.py
I used miniconda to create an environment where I loaded in matplotlib, numpy, and pyhdf libraries. I then ran this script in VSCode Python version 3.12.3 and ran into some issues with the libraries (I've included a screenshot of the errors I received). I was wondering if anybody has seen this issue before and knows how to troubleshoot.
Otherwise, what is another way to create an extinction coefficient plot?
I am attempting to use this sample python script: https://hdfeos.org/zoo/MORE/LaRC/CALIPSO/CAL_LID_L2_05kmAPro-Standard-V4-21.2021-01-10T21-34-11ZN.hdf.py
I used miniconda to create an environment where I loaded in matplotlib, numpy, and pyhdf libraries. I then ran this script in VSCode Python version 3.12.3 and ran into some issues with the libraries (I've included a screenshot of the errors I received). I was wondering if anybody has seen this issue before and knows how to troubleshoot.
Otherwise, what is another way to create an extinction coefficient plot?