-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the New Feature
This issue is to enhance the MET ASCII2NC tool to ingest point observations of soil moisture and temperature.
Sample data can be retrieved from https://ismn.bafg.de/en/data/data-download.
As described on the ISMN formats page, data is available in two formats:
- Following the CEOP conventions (Coordinated Energy and water cycle Observations Project).
- Stored in a Header+values format.
Adding support for either of these is acceptable. @anewman89, please advise on which is preferable.
Note that in both cases, the variable name is embedded only in the filename:
CSE_Network_Station_Variablename_depthfrom_depthto_sensorname _startdate_enddate.ext
The Variablename element defines the data type and separate variables are provided in separate files.
Be sure that ASCII2NC can handle multiple input files in each run.
Acceptance Testing
Add at least one new ascii2nc unit test to demonstrate this functionality.
Coordinate on the corresponding METplus use case.
Time Estimate
3 days (?)
Sub-Issues
Consider breaking the new feature down into sub-issues.
No sub-issues needed.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
7790111 (CLASP)
Define the Metadata
Assignee
- Select engineer(s) or no engineer required
- Select scientist(s) or no scientist required
Labels
- Review default alert labels
- Select component(s)
- Select priority
- Select requestor(s)
Milestone and Projects
- Select Milestone as the next official version or Backlog of Development Ideas
- For the next official version, select the MET-X.Y.Z Development project
Define Related Issue(s)
Consider the impact to the other METplus components.
- METplus, MET, METdataio, METviewer, METexpress, METcalcpy, METplotpy
- Once created, link to the corresponding METplus Use Case issue.
- For that METplus Use Case issue, recommend updating the METplus Verification Datasets Guide to describe ISMN data.
New Feature Checklist
See the METplus Workflow for details.
- Complete the issue definition above, including the Time Estimate and Funding source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>_<Description>
- Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update unit tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description>
- Define the pull request metadata, as permissions allow.
Select: Reviewer(s) and Development issue
Select: Milestone as the next official version
Select: MET-X.Y.Z Development project for development toward the next official release - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.