-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Working on a a new system that will convert between several representations and wanted to announce so that if someone is working on the UCI parser we could work together.
What I have so far:
- New UCI parser that supports the Parameter ESTimation supplemental file which would close Support Parameter Estimation (PEST) supplemental file #172
- Creates a dictionary of pandas DataFrames that can be written to HDF5, CSV, or JSON files which would close Propose a space delimited UCI #171. The JSON files are direct representations of the HSPF tables, so not exactly what was discussed in Propose a space delimited UCI #171, however the table based JSON is a one-line addition. Thought could pursue other JSON views later.
Current problem children:
- SPEC-ACTIONS table is complex and different from all other tables. Leaving until last. Need to work with @rburghol to make sure get in place what he needs.
- Using src/hsp2/hsp2tools/data/ParseTable.csv to shift between the different representations which has worked out really well. Right at the moment though I am not creating the table names for HDF5 correctly. I think a minor change either to the code or to ParseTable.csv will get that fixed.
Metadata
Metadata
Assignees
Labels
No labels