satpy.readers.acspo module
ACSPO SST Reader.
See the following page for more information:
https://podaac.jpl.nasa.gov/dataset/VIIRS_NPP-OSPO-L2P-v2.3
Cloud clearing and data filtering
Cloud clearing can be enabled for supported variables (ex. “sst”) by passing the filter name “cloud_clear” to the file handler “filters” keyword argument:
scn = Scene(reader="ascpo", filenames=[...],
reader_kwargs={"filters": ["cloud_clear"]})
- class satpy.readers.acspo.ACSPOFileHandler(filename, filename_info, filetype_info, filters=None, **kwargs)[source]
Bases:
NetCDF4FileHandlerACSPO L2P SST File Reader.
Initialize file handler and store cloud clear flag.
- __init__(filename, filename_info, filetype_info, filters=None, **kwargs)[source]
Initialize file handler and store cloud clear flag.
- property end_time
Get final observation time of data.
- property platform_name
Get satellite name for this file’s data.
- property sensor_name
Get instrument name for this file’s data.
- property start_time
Get first observation time of data.