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

class satpy.readers.acspo.ACSPOFileHandler(filename, filename_info, filetype_info, auto_maskandscale=False, xarray_kwargs=None, cache_var_size=0, cache_handle=False)[source]

Bases: NetCDF4FileHandler

ACSPO L2P SST File Reader.

Initialize object.

static _parse_datetime(datestr)[source]
property end_time

Get final observation time of data.

get_dataset(dataset_id, ds_info)[source]

Load data array and metadata from file on disk.

get_metadata(dataset_id, ds_info)[source]

Collect various metadata about the specified dataset.

get_shape(ds_id, ds_info)[source]

Get numpy array shape for the specified dataset.

Parameters:
  • ds_id (DataID) – ID of dataset that will be loaded

  • ds_info (dict) – Dictionary of dataset information from config file

Returns:

(rows, cols)

Return type:

tuple

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.