Grab publicly available weather data
Project description
riweather
Grab publicly available weather data with riweather
. See the full documentation.
Installation
Install with pip:
pip install riweather
To create interactive maps of weather station locations, install the package along with its optional dependencies:
pip install riweather[plots]
Usage
Given a latitude and longitude, get a list of weather stations sorted from nearest to farthest from that location.
>>> import riweather
>>> station_rank = riweather.rank_stations(39.98, -105.13, max_distance_m=20000)
Select the top station (or a different station):
>>> station = riweather.select_station(station_rank, rank=0)
View information about that station:
>>> station.name, station.usaf_id
And pull weather data from that station for a certain year.
>>> station.fetch_temp_data(2022)
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
riweather-0.6.0.tar.gz
(2.3 MB
view hashes)
Built Distribution
Close
Hashes for riweather-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70cf443b61067d30316fd6a6695c7863429949095d50f6333890a35737e93eb2 |
|
MD5 | 85ef80824bc690329b7bde5a5f6b171c |
|
BLAKE2b-256 | fd1dae509c159b4372a67eeef89d1ec92e4c95f43869a5b8f49297a27b952fec |