Skip to content

Commit

Permalink
Correct errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Jun 8, 2021
1 parent df33b6a commit 5a5afde
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions src/python/api/daily/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Query daily weather data for one or multiple weather stations or a single geogra

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).

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

## Attributes

Expand Down
14 changes: 7 additions & 7 deletions src/python/api/hourly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Query hourly weather data for one or multiple weather stations or a single geogr

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).

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

## Attributes

Expand Down
12 changes: 6 additions & 6 deletions src/python/api/monthly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Query monthly weather data for one or multiple weather stations or a single geog

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).

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

## Attributes

Expand Down
12 changes: 6 additions & 6 deletions src/python/api/normals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Query climate normals for one or multiple weather stations or a single geographi

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).

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

## Attributes

Expand Down
4 changes: 2 additions & 2 deletions src/python/normals.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Normals Data | Python Library
title: Climate Normals | Python Library
---

# Normals Data
# Climate Normals

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.

Expand Down

0 comments on commit 5a5afde

Please sign in to comment.