1.5.1.1.7.1.4. polar2grid.readers.acspo module

The ACSPO reader is for reading files created by the NOAA Community Satellite Processing Package (CSPP) Advanced Clear-Sky Processor for Oceans (ACSPO) system software. The ACSPO reader supports product files created from VIIRS, MODIS and AVHRR imaging sensors. For more information on this product, please visit the CSPP LEO website: https://cimss.ssec.wisc.edu/cspp/.

The ACSPO output product format is NetCDF4. The frontend can be specified with the polar2grid.sh command using the acspo frontend name. The ACSPO frontend provides the following products:

Product Name

Description

sst

Sea Surface Temperature

class polar2grid.readers.acspo.ReaderProxy(scn: Scene, user_products: list[str])[source]

Bases: ReaderProxyBase

Provide Polar2Grid-specific information about this reader’s products.

property _aliases: dict[str, satpy.dataset.dataid.DataQuery]
get_all_products() list[str][source]

Get all polar2grid products that could be loaded.

get_default_products() list[str][source]

Get products to load if users hasn’t specified any others.

is_polar2grid_reader: bool = True
polar2grid.readers.acspo.add_frontend_argument_groups(parser)[source]

Add command line arguments to an existing parser.

Returns:

list of group titles added

polar2grid.readers.acspo.add_reader_argument_groups(parser: ArgumentParser, group: Optional[_ArgumentGroup] = None) tuple[Optional[argparse._ArgumentGroup], Optional[argparse._ArgumentGroup]][source]

Add reader-specific command line arguments to an existing argument parser.

If group is provided then arguments are added to this group. If not, a new group is added to the parser and arguments added to this new group.