Skip to content

PRCP vs SNOW data? #18

Description

@petealbertson

I've been prototyping an app that needs historical rain data, and since there's no column specifically for rain, I was hoping to use the snow column to at least exclude that from total precipitation. But in my testing snow data is never returned. Am I doing something wrong or is that data not ready?

Sample request:
https://meteostat.p.rapidapi.com/stations/monthly?station=72509&start=2018-01-01&end=2023-12-31&tz=Europe%2FBerlin

Sample response:
{"date"=>"2018-01-01", "tavg"=>-1.8, "tmin"=>-5.9, "tmax"=>2.2, "prcp"=>124.9, "wspd"=>21.5, "pres"=>nil, "tsun"=>nil}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions