xldeltares / hybridurb

HybridUrb: a Python package to perform hybrid urban flood modelling
https://xldeltares.github.io/hybridurb/
MIT License
1 stars 1 forks source link

Convert rr files to geometry file #12

Open xldeltares opened 1 year ago

xldeltares commented 1 year ago

convert NWRW files into geometry file with attributes containing necessary rr parameters

Refinement:

  • [x] read pluvius.3b -> containing node information
  • [x] read pluvius.alg -> containing physical parameters
  • [x] read pluvius.dwa -> containing dry weather flow
  • [x] read 3brunoff.tp (open water data?) --> containing xy coordinates
  • [x] test functions to write subcatchments as geoms
  • [ ] organize the codes into workflows.io
xldeltares commented 1 year ago

hydrolib-core has not yet implemented NWRW model. Need to implement that function