NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
13 stars 10 forks source link

Merge ``create_sector_image.py`` functionality into the CLI #636

Open evrose54 opened 2 weeks ago

evrose54 commented 2 weeks ago

Requested Update

Description

When discussing the Order Based Procflow (OBP), we decided that we should consolidate commandline functionality into the CLI. Therefore create_sector_image.py, and most other command line accessible functionality should sooner or later be transitioned into the GeoIPS CLI. This should be an easy change, and we'll likely add this merge this functionality as a geoips test sector <sector_name> call.

Background and Motivation

This issue came up in a discussion over the OBP #257.

Code to demonstrate issue

geoips/commandline/create_sector_image.py.

Checklist for Completion