blaylockbk / Herbie

Download numerical weather prediction datasets (HRRR, RAP, GFS, IFS, etc.) from NOMADS, NODD partners (Amazon, Google, Microsoft), ECMWF open data, and the University of Utah Pando Archive System.
https://herbie.readthedocs.io/
MIT License
507 stars 75 forks source link

Add type hints #354

Closed blaylockbk closed 3 months ago

blaylockbk commented 3 months ago

I'm starting to see the value of type hints, especially in code that I write that is intended for other people to use.

blaylockbk commented 3 months ago

Ok. Here's my first stab at Type Hints. I'm sure I'll refine this over time.