satpy.readers.camel_l3_nc module
Reader for CAMEL Level 3 emissivity files in netCDF4 format.
For more information about the data, see: <https://lpdaac.usgs.gov/products/cam5k30emv002/>.
NOTE: This reader only supports the global 0.05 degree grid data.
- class satpy.readers.camel_l3_nc.CAMELL3NCFileHandler(filename, filename_info, filetype_info)[source]
Bases:
BaseFileHandlerFile handler for CAMEL data in netCDF format.
Initialize the reader.
- property end_time
End timestamp of the dataset.
- get_area_def(dsid)[source]
Get the area definition, a global lat/lon area for this type of dataset.
- property start_time
Start timestamp of the dataset.