Add Valmiera synthetic observations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Weather Tool
|
||||
|
||||
Tool for downloading historical and real-time data from 33 weather stations in Latvia. It aggregates and displays data for different time periods, cities, and weather parameters.
|
||||
Tool for downloading historical and real-time data from weather stations in Latvia. It aggregates and displays data for different time periods, cities, and weather parameters.
|
||||
|
||||
## Setup
|
||||
Rename `.env-sample` to `.env` and fill in credentials
|
||||
@@ -12,7 +12,7 @@ docker-compose up --build --no-cache --force-recreate
|
||||
|
||||
## Local synthetic weather data
|
||||
|
||||
The local database can be populated with deterministic hourly sample data for all 33 stations. The seed covers the previous 18 months through the current hour and can be run repeatedly without creating duplicates.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user