satpy.readers.clavrx module
Interface to CLAVR-X HDF4 products.
- class satpy.readers.clavrx.CLAVRXHDF4FileHandler(filename, filename_info, filetype_info)[source]
Bases:
HDF4FileHandler
,_CLAVRxHelper
A file handler for CLAVRx files.
Init method.
- available_datasets(configured_datasets=None)[source]
Add more information if this reader can provide it.
- property end_time
Get the end time.
- property start_time
Get the start time.
- class satpy.readers.clavrx.CLAVRXNetCDFFileHandler(filename, filename_info, filetype_info)[source]
Bases:
_CLAVRxHelper
,BaseFileHandler
File Handler for CLAVRX netcdf files.
Init method.
- class satpy.readers.clavrx._CLAVRxHelper[source]
Bases:
object
A base class for the CLAVRx File Handlers.
- static _read_axi_fixed_grid(filename: str, sensor: str, l1b_attr) AreaDefinition [source]
Read a fixed grid.
CLAVR-x does not transcribe fixed grid parameters to its output We have to recover that information from the original input file, which is partially named as L1B attribute
example attributes found in L2 CLAVR-x files: sensor = “AHI” ; platform = “HIM8” ; FILENAME = “clavrx_H08_20180719_1300.level2.hdf” ; L1B = “clavrx_H08_20180719_1300” ;
- static _read_pug_fixed_grid(projection_coordinates: netCDF4.Variable, distance_multiplier=1.0) dict [source]
Read from recent PUG format, where axes are in meters.