UI demo for the Open-Meteo MapLibre/Mapbox protocol.
This is a simple client-side UI that loads OM files from https://openmeteo.s3.amazonaws.com/ and renders them with MapLibre GL using the Open-Meteo MapLibre/Mapbox protocol. Weather tiles are fully rendered on the client using the data in the native model resolution.
This is not the Open-Meteo weather API.
Install and run dev server:
npm install
npm run devBuild for production:
npm run build
npm run preview- Open issues/PRs in this repository for UI/demo changes.
- For protocol-specific issues, see https://github.com/open-meteo/mapbox-layer/issues.
