Enhancement: Add expand_string logic similar to begin_end_incr #2619
Labels
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
alert: NEED CYCLE ASSIGNMENT
Need to assign to a release development cycle
alert: NEED MORE DEFINITION
Not yet actionable, additional definition required
priority: medium
Medium Priority
type: enhancement
Improve something that it is currently doing
Milestone
The
begin_end_incr
syntax can be used to expand a METplus config value into a list by a list of numbers. For example:LEAD_SEQ = begin_end_incr(0,45,15)M
expands to
LEAD_SEQ = 0M, 15M, 30M, 45M
Describe the Enhancement
Add support for an
expand_string
function that can be used to expand out a list of string. For example:POINT_STAT_MASK_POLY = /some/path/for/my/stations/expand_string(DENVER,MINNEAPOLIS,HOUSTON).nc
will expand to
Time Estimate
1-2 days
Sub-Issues
Consider breaking the enhancement down into sub-issues.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
Labels
Milestone and Projects
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issue
Select: Milestone as the next official version
Select: METplus-Wrappers-X.Y.Z Development project for development toward the next official release
The text was updated successfully, but these errors were encountered: