Stop generating synthetic weather data

This commit is contained in:
b0txec
2026-08-23 10:24:23 +03:00
parent a22872a328
commit cb25316cdf
4 changed files with 15 additions and 191 deletions
-10
View File
@@ -16,16 +16,6 @@ Rename `.env-sample` to `.env` and fill in credentials
docker-compose up --build --no-cache --force-recreate
```
## Local synthetic weather data
The local database can be populated with deterministic hourly sample data for the repository station set plus Valmiera, which is required by the fixed Faktiskā template. The seed covers the previous 18 months through the current hour and can be run repeatedly without creating duplicates.
```sh
docker compose --profile tools run --rm seed
```
This workflow is intended only for development and UI testing. It uses the normal `weather` table and application APIs; it does not provide LVGMC forecast CSV or HARMONIE GRIB fixtures.
## Web
[http://0.0.0.0:9090/](http://0.0.0.0:9090/)