lanl-ansi / WaterModels.jl

A Julia/JuMP Package for Water Distribution Network Optimization
https://lanl-ansi.github.io/WaterModels.jl/latest/
Other
73 stars 11 forks source link

Create a template processor for the EPANET format #37

Open tasseff opened 5 years ago

tasseff commented 5 years ago

To ensure interoperability with EPANET (e.g., for further testing of design and control decisions), a template processor must be developed that converts solution data from the internal data model to a file that conforms to the EPANET format.

ccoffrin commented 5 years ago

a.k.a. export_epanet?

tasseff commented 5 years ago

Indeed... it looks like this will be a useful reference on the Julia side and this will be a useful reference on the parsing and templating side.