Distribution Statement
# # # This source code is subject to the license referenced at
# # # NRLMMD-GEOIPS.
Interfaces#
GeoIPS plugins come in two forms: class-based plugins written in Python (readers, algorithms, interpolators, colormappers, output formatters, and more) and YAML-based plugins defined declaratively (products, sectors, annotators). The pages below describe each interface. To learn how to author a class-based plugin, see Writing a class-based plugin.
Writing plugins
Class-based (Python) interfaces
- Readers in GeoIPS
- Algorithms in GeoIPS
- Interpolators in GeoIPS
- Colormaps in GeoIPS
- Coverage Checkers in GeoIPS
- Output Formatters in GeoIPS
- Filename Formatters in GeoIPS
- Title Formatters in GeoIPS
- Output Checkers in GeoIPS
- Sector Adjusters in GeoIPS
- Sector Metadata Generators in GeoIPS
- Sector Spec Generators in GeoIPS
- Databases in GeoIPS
- Processing Workflows (Procflows) in GeoIPS
- Validators in GeoIPS