pyipma 2.0.2
pip install pyipma==2.0.2
Newer version available (3.0.9)
Released:
Python library to retrieve information from Instituto Português do Mar e Atmosfera.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Diogo Gomes
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
pyipma
Python library to retrieve information from Instituto Português do Mar e Atmosfera
Requirements
- aiohttp
- geopy
Example
import asyncio
import aiohttp
from pyipma.api import IPMA_API
from pyipma.location import Location
async def main():
async with aiohttp.ClientSession() as session:
api = IPMA_API(session)
location = await Location.get(api, 40.6517, -8.6573)
print("Forecast for {}".format(location.name))
print("Nearest station is {}".format(location.station))
obs = await location.observation(api)
print("Current weather is {}".format(obs))
forecasts = await location.forecast(api)
print("Forecast for tomorrow {}".format(forecasts[0]))
asyncio.get_event_loop().run_until_complete(main())
Changelog
- 2.0.2 - Adds Station Lat/Lon
- 2.0.1 - fixes
- 2.0.0 - Major refactor
- 1.2.1 - Fix pip
- 1.2.0 - Wind direction corrected
- 1.1.6 - Interpret -99 and unavailable
- 1.1.5 - Cache values
- 1.1.4 - New API
- ...
Credits
Values are obtained from IPMA
Contributors
@abmantis
Copyright
(C) 2018 Diogo Gomes diogogomes@gmail.com
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Diogo Gomes
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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 pyipma-2.0.2.tar.gz
.
File metadata
- Download URL: pyipma-2.0.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e3a967db800bf86acf57f542ba8494160ab5d82c54c7e65cf310363d338377ef
|
|
MD5 |
d5a3d0f933899c1c668ce8a7c98fc50c
|
|
BLAKE2b-256 |
685188b057de663928f3d910421b93686771deaac5e32e386a64a8b108d64fe8
|