-
Notifications
You must be signed in to change notification settings - Fork 2
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
Creating average, mean and median #5
Comments
At the moment I don't want to add additional columns to the daily dumps. I mean you can still calculate mean and median from the hourly files if it's required. |
Hi Christian,
Yes I realise that but I wondered if you were going to do it in any case.
For now I will calculate it for myself as you suggest.
Richard
…On Tue, Aug 10, 2021 at 12:34 PM Christian Lamprecht < ***@***.***> wrote:
At the moment I don't want to add additional columns to the daily dumps. I
mean you can still calculate mean and median from the hourly files if it's
required.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXTSIVAXF2F66F3HO5POR3T4EFCVANCNFSM5AHI6P6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
P.S. There are 3 fields.
Average, which is calculated from an accumulation of the hourly data.
Mean, which is (Min+Max)/2
Median, which is the 'center' of the hourly data for a day
On Tue, Aug 10, 2021 at 12:43 PM Richard Linsley-Hood <
***@***.***> wrote:
… Hi Christian,
Yes I realise that but I wondered if you were going to do it in any case.
For now I will calculate it for myself as you suggest.
Richard
On Tue, Aug 10, 2021 at 12:34 PM Christian Lamprecht <
***@***.***> wrote:
> At the moment I don't want to add additional columns to the daily dumps.
> I mean you can still calculate mean and median from the hourly files if
> it's required.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#5 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABXTSIVAXF2F66F3HO5POR3T4EFCVANCNFSM5AHI6P6Q>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
> .
>
|
I created an issue for the parameter discussion: meteostat/meteostat-python#62 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the USCRN there are fields in their daily dataset for average (calculated from their 5min sampling) and mean ((Tmax+Tmin)/2). Are you planning on doing the same for your daily datasets using the hourly figures?
Adding a daily median at the same time would be useful.
The text was updated successfully, but these errors were encountered: