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: BaseFileHandler

File handler for CAMEL data in netCDF format.

Initialize the reader.

__init__(filename, filename_info, filetype_info)[source]

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.

get_dataset(key, info)[source]

Load a dataset.

property start_time

Start timestamp of the dataset.