Skip to main content

Python library to retrieve information from Instituto Português do Mar e Atmosfera.

Project description

PyPI version

pyipma

Python library to retrieve information from Instituto Português do Mar e Atmosfera

Requirements

  • aiohttp
  • BeautifulSoup4
  • geopy

Example

import asyncio
import aiohttp

from pyipma import Station 

async def main():
    async with aiohttp.ClientSession() as session:
        station = await Station.get(session, 40.61,-8.64)
        print("Nearest station if {}".format(station.local))
        print(await station.forecast())
        print(await station.observation())

if __name__ == "__main__":
    asyncio.get_event_loop().run_until_complete(main())

Credits

Values are obtained from IPMA

Copyright

(C) 2018 Diogo Gomes diogogomes@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyipma-1.0.5.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file pyipma-1.0.5.tar.gz.

File metadata

  • Download URL: pyipma-1.0.5.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyipma-1.0.5.tar.gz
Algorithm Hash digest
SHA256 bbc0c4d26a952e4527deed7f0ae1c49b2b4d515ffec7e02891ad777c2d1f7393
MD5 2e5e0d46f67e4eba282db3df7a943445
BLAKE2b-256 e612b55392652ebbb7c9c3250d9a223b9501da5725d0d0e939fa093fac66e496

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page