Skip to main content

SWMM Current Status

Repositories

  1. swmm-worker-function
  2. swmm-frontend-react
  3. swmm-api-aspnet

Jira

  1. swmm-frontend-react (14 issues)
  2. swmm-api-aspnet (17 issues)
    1. Some of these are testing.

swmm-frontend-react

GitHub has the latest code.

The front end contains 3 pages at this point in time:

  1. Overview
  2. Scenarios
  3. Dashboard

The Dashboard page is still incomplete. Nodes work but Links and Sensors still do not come up. This is in progress.

swmm-api-aspnet

GitHub has the latest code.

There are 25 API endpoints available in the swmm-api-aspnet. Only 8 are currently in use. These are the only ones we have tested. The first 8 numbers are the api calls in use.

  1. Node (/api/Node/Nodes)
  2. Node values (/api/Node/Values)
  3. Links (/api/Link/Links)
  4. Link values (/api/Link/Values)
  5. Sensor Sensors (/api/Sensor/Sensors)
  6. Sensor Model Sensors (/api/Sensor/ModelSensors)
  7. Scenario Runs (/api/Scenario/Runs)
  8. System Attributes (/api/System/Attributes)
  9. Doppler (/api/Doppler/Images)
  10. Link aggregated values (/api/Link/AggregatedValues)
  11. Link results (/api/Link/Results)
  12. Node Results (/api/Node/Results)
  13. Scenario Run properties (/api/Scenario/RunProperties)
  14. Scenario Run Latest properties (/api/Scenario/LatestRunProperties)
  15. Sensor Node Values (/api/Sensor/NodeValues)
  16. Sensor Link Values (/api/Sensor/LinkValues)
  17. Sensor Link Time series (/api/Sensor/LinkTimeSeries)
  18. Sensor Node Time series (/api/Sensor/NodeAttributes)
  19. Sensor Node Attributes (/api/Sensor/NodeAttributes)
  20. Sensor Link Attributes (/api/Sensor/LinkAttributes)
  21. Sensor Attributes (/api/Sensor/Attributes)
  22. Subcatchment Attributes (/api/Subcatchment/Attributes)
  23. Subcatchment Attributes with end time (/api/Subcatchment/AttributesWithEndTime)
  24. Subcatchment Results (/api/Subcatchment/Results)
  25. System Summary (/api/System/Summary)

Project Tree