1.5.1.1.7.1.10. polar2grid.readers.amsr2_l2_gaasp module

The AMSR-2 L2 GAASP reader is for reading NetCDF4 from the NOAA GAASP software.

Product Name | Description

Rain_Rate | Surface Rain Rate

CLW

Cloud Liquid Water

SST

Sea Surface Temperature

TPW

Total Precipitable Water

WSPD

Wind Speed

Snow_Cover

Snow Cover (Snow Surface Flag)

SWE

Snow Water Equivalent

Snow_Depth

Snow Depth

Soil_Moisture

Soil Moisture

NASA_Team_2_Ice_Concentration_NH

Ice Concentration (Northern Hemisphere)

class polar2grid.readers.amsr2_l2_gaasp.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.amsr2_l2_gaasp.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.