1.5.1.1.7.1.24. polar2grid.readers.viirs_edr_flood module¶
The VIIRS EDR FLOOD reader operates on HDF4 files.
Files usually have the following naming scheme:
WATER_VIIRS_Prj_SVI_{platform_shortname}_d{start_time:%Y%m%d_t%H%M%S%f}_e{end_time:%H%M%S%f}_b{orbit:5d}_{source:8s}_{dim0}_{dim1}_01.hdf or WATER_VIIRS_Prj_SVI_{platform_shortname}_d{start_time:%Y%m%d_t%H%M%S%f}_e{end_time:%H%M%S%f}_b{orbit:5d}_{source:8s}_{aoi:3s}_{dim0}_{dim1}_01.hdf
This reader’s default resampling algorithm is nearest
for Nearest Neighbor resampling.
The --remap_method
parameter is set to nearest
.
Product Name |
Description |
---|---|
WaterDetection |
Channel 1 Reflectance Band |
- class polar2grid.readers.viirs_edr_flood.ReaderProxy(scn: Scene, user_products: list[str])[source]¶
Bases:
ReaderProxyBase
Provide Polar2Grid-specific information about this reader’s products.
- polar2grid.readers.viirs_edr_flood.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.