satpy.readers.nwcsaf_nc module
Nowcasting SAF common PPS&MSG NetCDF/CF format reader.
References
The NWCSAF GEO 2018 products documentation: http://www.nwcsaf.org/web/guest/archive
- class satpy.readers.nwcsaf_nc.NcNWCSAF(filename, filename_info, filetype_info)[source]
Bases:
BaseFileHandler
NWCSAF PPS&MSG NetCDF reader.
Init method.
- property end_time
Return the end time of the object.
- get_area_def(dsid)[source]
Get the area definition of the datasets in the file.
Only applicable for MSG products!
- get_orbital_parameters(variable)[source]
Get the orbital parameters from the file if possible (geo).
- scale_dataset(variable, info)[source]
Scale the data set, applying the attributes from the netCDF file.
The scale and offset attributes will then be removed from the resulting variable.
- property sensor_names
List of sensors represented in this file.
- set_platform_and_sensor(**kwargs)[source]
Set some metadata: platform_name, sensors, and pps (identifying PPS or Geo).
- property start_time
Return the start time of the object.