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.1.2.tar.gz (3.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pyipma-1.1.2.tar.gz
Algorithm Hash digest
SHA256 0b66535774efc87ef7bbdc69b467c9d3239a4a6a4fb7071198f7e991e0676686
MD5 20b5ccc145c126cd3c98d6b8f51d7604
BLAKE2b-256 3d02cb95afe0920fd616b1b4532946b2791529d90715c2feacc39f99d9308bb1

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