A static, multi-page concept site for a Vermont Mesonet data portal — coordinating a primary 10-meter tower network with mountain and water sub-networks into one documented, API-accessible data infrastructure for researchers and government partners.
- index.html — home page, with an interactive map of sample monitoring stations
- about.html — vision, network design, related UVM infrastructure, and platform context
- standards.html — proposed data & metadata standards (schema, naming, units, formats)
- data.html — dataset catalog and API reference
- qaqc.html — QA/QC pipeline, general and by network
- resources.html — peer networks, platforms, and related infrastructure links
- styles.css — shared visual styling for all pages
- map.js — Leaflet map and sample station data, used on the home page
- favicon.svg — site icon / logo mark
- .github/workflows/deploy.yml — GitHub Pages deployment workflow
All station, dataset, and API content is illustrative sample data for concept purposes — clearly labeled throughout — not a live operational system.
Open index.html directly in a browser, or run a simple local server such as:
python3 -m http.server 8000Push this repository to GitHub and enable GitHub Pages using the GitHub Actions workflow in .github/workflows/deploy.yml.