You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web application for exploring water meter data from the Metropolitan Water District of Southern California (MWD). Browse agencies, search meters, view real-time flow data, and visualize historical usage with interactive charts.
4
+
5
+
## What is this?
6
+
7
+
The Metropolitan Water District of Southern California provides public access to water delivery data through their WINS (Water Information System) API. This explorer makes that data accessible through an intuitive interface, allowing anyone to:
8
+
9
+
-**Browse member agencies** - View the 27 member agencies and their sub-agencies that receive water from MWD
10
+
-**Explore meters** - Search through service connections and meters across Southern California
11
+
-**View real-time data** - See current flow rates for any meter
12
+
-**Analyze historical data** - Visualize 15-minute interval flow and volume data with interactive charts
13
+
-**Test the API** - Use the built-in playground to construct and test API calls
14
+
15
+
## Features
16
+
17
+
### Dashboard
18
+
Overview of the system with quick stats on agencies, meters, and active connections.
19
+
20
+
### Agency Explorer
21
+
Browse all member agencies and retail agencies. View their service connections, filter by status (active/retired), and see connection details like capacity, feeder, and reading type.
22
+
23
+
### Meter Explorer
24
+
Search for specific meters, view detailed connection information, and analyze interval data with:
25
+
-**Flow charts** - Line charts showing flow rate (CFS) over time
26
+
-**Volume charts** - Bar charts showing water volume (acre-feet) per interval
27
+
-**Cumulative charts** - Area charts showing total volume delivered over a date range
28
+
-**Data export** - Download data as CSV or JSON
29
+
30
+
### API Playground
31
+
Test API endpoints directly, view responses, and generate code snippets for your own applications.
32
+
33
+
## Data Source
34
+
35
+
All data is provided by the **Metropolitan Water District of Southern California** through their public WINS API.
This project is open source. The data displayed is public information provided by MWD.
77
+
78
+
---
79
+
80
+
*This application is not affiliated with or endorsed by the Metropolitan Water District of Southern California. It is an independent tool for exploring publicly available data.*
0 commit comments