Читать книгу Earth Observation Using Python - Rebekah B. Esmaili - Страница 30

2.2.4 netCDF4 and h5py

Оглавление

I will discuss two common self‐describing data formats, netCDF and HDF, in Section 3.2.3. Two major packages for importing these formats are the netCDF4 and h5py packages. These tools are advantageous because the user does not have to have any knowledge of how to parse the input files, so long as the files follow standard formatting. These two packages import the data, which can then be converted to NumPy to perform more rigorous data operations.

Earth Observation Using Python

Подняться наверх