Video - how to use pyswmm with swmmio to create a simple map visualization #156
aerispaha
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
Just wanted to share a quick video tutorial that shows how to generate a map visualization of a SWMM model, using pyswmm as the engine to run the simulation.
Below is a sample of code you can use as a starting place for your project. Just update
Example.inp
with the path to your inp file, and update the crs based on the projection used in your model.This will output a file called
my-cool-map.html
that looks something like this:Beta Was this translation helpful? Give feedback.
All reactions