Skip to content

Commit 5a5afde

Browse files
committed
Correct errors
1 parent df33b6a commit 5a5afde

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

src/python/api/daily/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Query daily weather data for one or multiple weather stations or a single geogra
1010

1111
The `stations` parameter is required. You can pass a [meteostat.Point](/python/api/point) or a DataFrame returned by the [meteostat.Stations.fetch](/python/api/stations/fetch) method or provide one (String) or multiple Meteostat weather station identifiers (Tuple or List).
1212

13-
| **Parameter** | **Description** | **Type** | **Default** |
14-
|:--------------|:---------------------------------|:-------------------------------------------------------------|:------------|
15-
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String, Tuple or List | undefined |
16-
| start | Start date of the desired period | Datetime | None |
17-
| end | End date of the desired period | Datetime | None |
18-
| model | Include model data | Boolean | True |
13+
| **Parameter** | **Description** | **Type** | **Default** |
14+
|:--------------|:---------------------------------|:------------------------------------------------------|:------------|
15+
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String or List | undefined |
16+
| start | Start date of the desired period | Datetime | None |
17+
| end | End date of the desired period | Datetime | None |
18+
| model | Include model data | Boolean | True |
1919

2020
## Attributes
2121

src/python/api/hourly/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Query hourly weather data for one or multiple weather stations or a single geogr
1010

1111
The `stations` parameter is required. You can pass a [meteostat.Point](/python/api/point) or a DataFrame returned by the [meteostat.Stations.fetch](/python/api/stations/fetch) method or provide one (String) or multiple Meteostat weather station identifiers (Tuple or List).
1212

13-
| **Parameter** | **Description** | **Type** | **Default** |
14-
|:--------------|:------------------------------------|:-------------------------------------------------------------|:------------|
15-
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String, Tuple or List | undefined |
16-
| start | Start date of the desired period | Datetime | None |
17-
| end | End date of the desired period | Datetime | None |
18-
| timezone | Time zone of the period and records | String | None |
19-
| model | Include model data | Boolean | True |
13+
| **Parameter** | **Description** | **Type** | **Default** |
14+
|:--------------|:------------------------------------|:------------------------------------------------------|:------------|
15+
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String or List | undefined |
16+
| start | Start date of the desired period | Datetime | None |
17+
| end | End date of the desired period | Datetime | None |
18+
| timezone | Time zone of the period and records | String | None |
19+
| model | Include model data | Boolean | True |
2020

2121
## Attributes
2222

src/python/api/monthly/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Query monthly weather data for one or multiple weather stations or a single geog
1010

1111
The `loc` parameter is required. You can pass a [meteostat.Point](/python/api/point), a `DataFrame` returned by the [meteostat.Stations.fetch](/python/api/stations/fetch) method or provide one (String) or multiple Meteostat weather station identifiers (Tuple or List).
1212

13-
| **Parameter** | **Description** | **Type** | **Default** |
14-
|:--------------|:---------------------------------|:-------------------------------------------------------------|:------------|
15-
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String, Tuple or List | undefined |
16-
| start | Start date of the desired period | Datetime | None |
17-
| end | End date of the desired period | Datetime | None |
18-
| model | Include model data | Boolean | True |
13+
| **Parameter** | **Description** | **Type** | **Default** |
14+
|:--------------|:---------------------------------|:------------------------------------------------------|:------------|
15+
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String or List | undefined |
16+
| start | Start date of the desired period | Datetime | None |
17+
| end | End date of the desired period | Datetime | None |
18+
| model | Include model data | Boolean | True |
1919

2020
## Attributes
2121

src/python/api/normals/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Query climate normals for one or multiple weather stations or a single geographi
1010

1111
The `loc` parameter is required. You can pass a [meteostat.Point](/python/api/point), a `DataFrame` returned by the [meteostat.Stations.fetch](/python/api/stations/fetch) method or provide one (String) or multiple Meteostat weather station identifiers (Tuple or List).
1212

13-
| **Parameter** | **Description** | **Type** | **Default** |
14-
|:--------------|:---------------------------------|:-------------------------------------------------------------|:------------|
15-
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String, Tuple or List | undefined |
16-
| start | Start date of the desired period | Datetime | None |
17-
| end | End date of the desired period | Datetime | None |
18-
| model | Include model data | Boolean | True |
13+
| **Parameter** | **Description** | **Type** | **Default** |
14+
|:--------------|:---------------------------------|:------------------------------------------------------|:------------|
15+
| loc | Weather station(s) or Point | DataFrame, [Point](/python/api/point), String or List | undefined |
16+
| start | Start date of the desired period | Datetime | None |
17+
| end | End date of the desired period | Datetime | None |
18+
| model | Include model data | Boolean | True |
1919

2020
## Attributes
2121

src/python/normals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Normals Data | Python Library
2+
title: Climate Normals | Python Library
33
---
44

5-
# Normals Data
5+
# Climate Normals
66

77
Climate normals provide an overview of the typical weather at a given location. Normals are usually calculated over a period of 30 years. You can also use a custom range of years, though.
88

0 commit comments

Comments
 (0)