Skip to content

raman325/pyclimacell

Repository files navigation

Python ClimaCell API

image

image

Documentation Status

Python3.7+ package to access the ClimaCell Weather API

Both an async module (ClimaCellV4 and ClimaCellV3) and a synchronous module (ClimaCellV3Sync and ClimaCellV4Sync) are provided.

Example Code

from pyclimacell import ClimaCellV4Sync
api = ClimaCellSync("MY_API_KEY", latitude, longitude)
print(api.realtime(api.available_fields(timedelta(0))))
print(api.forecast_nowcast(api.available_fields(timedelta(minutes=5))), start_time, timedelta_duration, timestep))

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Async Python client for ClimaCell API

Resources

License

Stars

Watchers

Forks

Packages

No packages published