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

Weather conditions are not showing up in remarks #78

Open
jrozbicki opened this issue Aug 16, 2023 · 0 comments
Open

Weather conditions are not showing up in remarks #78

jrozbicki opened this issue Aug 16, 2023 · 0 comments

Comments

@jrozbicki
Copy link

jrozbicki commented Aug 16, 2023

I've tried demo example on website:

weatherConditions: [
    {
        "intensity": "VC",
        "descriptive": "TS",
        "phenomenons": []
    },
    {
        "phenomenons": [
            "SN"
        ]
    },
    {
        "descriptive": "FZ",
        "phenomenons": [
            "FG"
        ]
    }
]
remarks: [
    {
        "type": "AO2",
        "description": "automated station with a precipitation discriminator",
        "raw": "AO2"
    },
    {
        "type": "PrecipitationBeg",
        "description": "thunderstorm beginning at :40",
        "raw": "TSB40",
        "phenomenon": "TS",
        "startMin": 40
    },
    {
        "type": "SeaLevelPressure",
        "description": "sea level pressure of 1017.6 HPa",
        "raw": "SLP176",
        "pressure": 1017.6
    },
    {
        "type": "HourlyPrecipitationAmount",
        "description": "2/100 of an inch of precipitation fell in the last hour",
        "raw": "P0002",
        "amount": 0.02
    },
    {
        "type": "HourlyTemperatureDewPoint",
        "description": "hourly temperature of -1.7°C and dew point of -1.7°C",
        "raw": "T10171017",
        "temperature": -1.7,
        "dewPoint": -1.7
    }
]

Unfortunatelly remarks don't really contain any weather information, while there are some mappings in en locale to describe that. Is this a bug & is it fixable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant