Get the forecast from the norwegian wheather service yr.no in python
Project description
Library for the norwegian weather service YR.no in Python.
Install (easiest way)
pip3 install python-yr
Usage
from yr.libyr import Yr
weather = Yr(location_name='Norge/Telemark/Skien/Skien')
now = weather.now(as_json=True)
print(now)
This returns
{
"@from": "2014-06-04T08:00:00",
"@to": "2014-06-04T12:00:00",
"@period": "1",
"symbol": {
"@number": "3",
"@numberEx": "3",
"@name": "Partly cloudy",
"@var": "03d"
},
"precipitation": {
"@value": "0",
"@minvalue": "0",
"@maxvalue": "0.1"
},
"windDirection": {
"@deg": "159.4",
"@code": "SSE",
"@name": "South-southeast"
},
"windSpeed": {
"@mps": "1.3",
"@name": "Light air"
},
"temperature": {
"@unit": "celsius",
"@value": "13"
},
"pressure": {
"@unit": "hPa",
"@value": "1012.1"
}
}
For more usage examples visit folder examples or project wiki
Pull requests
Please everyone involved to generate demands and plans (pull requests), so we could set targets for next version 1.5 ;)
Branches
Changelog
1.4.7 (2020 July 28)
Now using version 2.0 of the met.no’s locationforecast
1.4.5 (2016 May 19)
Parse the ‘nextrun’ field from the cache file as UTC time (API_Locationforecast)
1.4.4 (2016 May 06)
switched API_Locationforecast to https://api.met.no - fixing #34
1.4.2 (2015 Apr 21)
add remove function to Cache
add explicit installation of language-specific JSON files to setup ~> thanx to kurisuke
check the freshness of cache based on nextupdate tag in meta ~> thanx to knightsamar
1.4.1 (2014 Dec 11)
add logging support
mod some variables
mod catching exceptions
- rewrite LocationXYZ functionality to API_Locationforecast
swap longitude and latitude
add self.coordinates
add self.location_name ~> not ideal, so it will probably change in future
add LocationXYZ wrapper over API_Locationforecast for backward compatibility
mod hash names for temporary files
improve setup.py
mod README from Markdown to reStructuredText
1.4.0 (2014 Sep 12)
add support for yr.no api service ~> thanks to lucadelu
add hourly forecast ~> thanks to antorweep1987
1.3.2 (2014 Jul 11)
improve exception-handling ~> thanks to mbambas
1.3.1.1 (2014 Jul 10)
bugfix: pypi/pip installer in ‘setup.py’
1.3.1 (2014 Jul 10)
bugfix: caching mechanism in ‘is_fresh’ function ~> thanks to antorweep1987
improve examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-yr-1.4.7.post2.tar.gz
.
File metadata
- Download URL: python-yr-1.4.7.post2.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9816844f3b41fe62c916708410ba9c570852affc508c644f3c7b82df42dca890 |
|
MD5 | 60b243c6e39d5749827ba3adc61f2c25 |
|
BLAKE2b-256 | 7078aff6363a8db961cbcefb9a300381cd646f165d5ffc8b2e0ba15df372dffd |