Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns in bulk monthly data #14

Open
KlausC opened this issue Dec 27, 2022 · 1 comment
Open

Columns in bulk monthly data #14

KlausC opened this issue Dec 27, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@KlausC
Copy link

KlausC commented Dec 27, 2022

The following is true at least for stations 10637, D5300, and D5541.

There seems to be only 9 columns in https://bulk.meteostat.net/v2/monthly/{station}.csv.gz for some stations.
Documentation describes in src/bulk/monthly.md 12 columns with permuted order.

The bulk data seem to contain:

    Order Parameter 	Description 	Type
    1 	year 	The year (format: YYYY) 	Integer
    2 	month 	The month (format: MM) 	Integer
    3 	tavg 	The average air temperature in °C 	Float
    4 	tmin 	The average daily minimum air temperature in °C 	Float
    5 	tmax 	The average daily maximum air temperature in °C 	Float
    6 	prcp 	The monthly precipitation total in mm 	Float
    7 	wspd 	The average wind speed in km/h 	Float
    8 	pres 	The average sea-level air pressure in hPa 	Float
    9 	tsun 	The monthly sunshine total in minutes (m) 	Integer
@clampr
Copy link
Member

clampr commented Feb 15, 2023

Thanks for reporting. You're right.

This has to be changed according to the columns in this SQL SELECT: https://github.com/meteostat/jasper/blob/master/cron/export/bulk/stations/monthly.sql

@clampr clampr added the documentation Improvements or additions to documentation label Feb 15, 2023
@clampr clampr self-assigned this Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants