respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
44 stars 17 forks source link

A new system to convert between UCI, CSV, JSON, and HDF5... #175

Open timcera opened 2 months ago

timcera commented 2 months ago

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:

Current problem children:

timcera commented 2 months ago

Just looking at other issues and see @rburghol work on #90, #99, #105, #106, and #107. Quite a bit to take in.

With my new parser I can easily create UVQUAN and UVNAME pandas dataframes which can then be converted to CSV, HDF5, and JSON, however the conditional lines are a real problem to represent in a pandas dataframe and don't know what is needed.