blaylockbk / SynopticPy

Retrieve mesonet weather data as Polars DataFrames from Synoptic's Weather API.
https://synopticpy.readthedocs.io/
MIT License
50 stars 6 forks source link

synoptic spelled incorrectly in documentation #9

Closed hayesfj closed 2 years ago

hayesfj commented 2 years ago

Hi. I am just getting started with the package. I was copy/pasting your code and noticed a typo in the documentation. You spelled synoptic incorrectly.

Get a timeseries of air temperature and wind speed at the station WBB for the last 10 hours:

from datetime import timedelta
from **synotpic**.services import stations_timeseries

df = stations_timeseries(
    stid='WBB', 
    vars=['air_temp', 'wind_speed'],
    recent=timedelta(hours=10)
)
blaylockbk commented 2 years ago

Thanks for reporting this! How embarrassing 🤦🏻‍♂️ This is fixed.

hayesfj commented 2 years ago

No problem. I saw if it at least one other place as well. I really like the package. Thank you for putting it together.

Frank

On Mon, Jun 6, 2022 at 6:12 PM Brian Blaylock @.***> wrote:

Thanks for reporting this! How embarrassing 🤦🏻‍♂️ This is fixed.

— Reply to this email directly, view it on GitHub https://github.com/blaylockbk/SynopticPy/issues/9#issuecomment-1148021975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5Q3GO44A46FXXK453DPPDVN2AW5ANCNFSM5X5W657Q . You are receiving this because you authored the thread.Message ID: @.***>

blaylockbk commented 2 years ago

Glad it has been helpful for you. Yeah, I fixed all the occurrences of that misspelling.