Search found 1 match

by robert.ryan
Thu Jul 22, 2021 1:27 pm America/New_York
Forum: Questions/Comments
Question: Accessing CALIPSO metadata with Python
Replies: 2

Re: Accessing CALIPSO metadata with Python

Greetings, I am able to access the "Lidar_Data_Altitudes" in the following way. First, I initialize the HDF interface. >>> hdf_interface = HDF(os.path.join(file_path, file_name)) Then, I initialize the VS API over the file and return a VS instance using the vstart() function of the HDF int...