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.
- 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: _ArgumentGroup | None = None) tuple[_ArgumentGroup | None, _ArgumentGroup | None] [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.