# Coastal Data Explorer

A static website with separate USGS and NOAA CO-OPS station browsers. Both provide water-level/NTR comparisons among observations, CORA, and STOFS-3D.

Local preview:

```bash
cd /sciclone/vims/data/sgao08
python -m http.server 8000
```

Open the USGS browser at
`http://localhost:8000/STOFS_evaluation/06_deliverables/webs/usgs/` or the CO-OPS browser at
`http://localhost:8000/STOFS_evaluation/06_deliverables/webs/coops/`. Serving the workspace root
keeps the hourly source CSV files available. The USGS map itself can also be opened directly as
`usgs/usgs_station_map.html`; its markers are embedded in the file.

Station pages load full-resolution hourly CSV data using the same display logic. The year selector
and drag zoom only change the visible range; they do not change data resolution. Rebuild the USGS
map after updating its source tables with
`python STOFS_evaluation/06_deliverables/webs/usgs/build_map.py`.
