Skip to content

Commit 171a0b5

Browse files
Fix link and toctree
1 parent b45f581 commit 171a0b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/readthedocs/models/input/additionaldata/weathersource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The **`WeatherSource`** is an abstract class that provides a standardized interface for accessing time-series weather data. It serves as a foundation for concrete implementations that fetch data from various providers (e.g., CSV files or SQL databases).
44

55
A `WeatherSource` relies on two key components:
6-
* **[`IdCoordinateSource`](/additionaldata/idcoordinatesource)**: Used to resolve a numeric **coordinate ID** from the source data into a geographic `Point` object.
6+
* **[`IdCoordinateSource`](idcoordinatesource.md)**: Used to resolve a numeric **coordinate ID** from the source data into a geographic `Point` object.
77
* **`TimeBasedWeatherValueFactory`**: Used to construct `WeatherValue` objects from the raw data fields.
88

99
***

docs/readthedocs/models/models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Some models can use additional data for their calculations.
166166
---
167167
maxdepth: 1
168168
---
169+
input/additionaldata/weathersource
169170
input/additionaldata/timeseries
170171
input/additionaldata/idcoordinatesource
171172
```

0 commit comments

Comments
 (0)