Skip to content

Commit

Permalink
toolbox to package
Browse files Browse the repository at this point in the history
  • Loading branch information
docNord committed May 20, 2024
1 parent 49f77af commit 63e1c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/smhi-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the actual observational data. See further

When there are several stations close to a measurement location and historical data
records are incomplete, it is convenient to use nearby stations to fill in the missing
data: This naive interpolation feature is included in the toolbox by the parameter
data: This naive interpolation feature is included in the package by the parameter
`radius`. Thus, if we want to fetch historical data on the snow coverage in Kiruna,
the call is:

Expand Down Expand Up @@ -65,7 +65,7 @@ plt.show()

There are a lot of stations available: Frequently, we are simply interested
in meterological observations from a specific city. Using the library `geopy`,
this is included in the toolbox too:
this is included in the package too:

```python
from smhi.smhi import SMHI
Expand Down

0 comments on commit 63e1c8c

Please sign in to comment.