You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change numpy.NaN to numpy.nan for compatibility with numpy>2.0.0 (#160)
* Version 1.7.0: Initial commit
* Adds developer quality of life dev enhancements (#138)
* Adds developer quality of life dev enhancements
1: Adds a make file for running tasks
2: Add make for black formatting and pylint + flake8
3: Create a requirements_dev file for dev setup
4: Use pip-tools to generate appropriate requirements file.
TAG: #HACKTOBERFEST2023
* Update: Update python file formatting via black
* Update: Fixup some flake8 and pylint issues
Added Ignore for E203 space before :
Added Ignore for W503 newline before binary operator
* Update: Update README and add diagrams
Update to readme with developer instructions
Adds Class and package diagrams. [pyreverse]
* Adding proxy configuration (#143)
* adding proxy configuration
* reshaping the code
* adding imports
* reshaping the code
* adding support for proxies
* renaming variables
* decompressing the response
* renaming variable
* renaming variable
* fixing errors
---------
Co-authored-by: Christian Lamprecht <christian.lamprecht@aol.de>
* initial commit for hourly ts
* feat: rename diverging columns
* feat: virtual columns
* feat: enable daily/monthly interfaces for new data access
* feat: retain normals behavior
* fix: broken inventory mask
* fix: series normalization
* chore: update requirements
* fix: formatting
* fix: linting
* fix: ignore import errors when linting
* fix: install pytest
* fix: filter cols before interpolation
* fix: pass fill_value
* fix: convert to numpy float64 for interpolation
* feat: cleanup
* feat: update README
* feat: review
* fix: formatting
* feat: add default start & end date for daily data
* fix: formatting
* fix: use correct freq
* feat: order cols, use joined flags
* fix: formatting
* fix: silence future warnings
* fix: formatting
---------
Co-authored-by: ngehrsitz <45375059+ngehrsitz@users.noreply.github.com>
Co-authored-by: Laird Streak <laird.streak@bentley.com>
Co-authored-by: Anderson Carlos Ferreira da Silva <andersoncarlosfs@outlook.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Meteostat Python library provides a simple API for accessing open weather and climate data. The historical observations and statistics are collected by [Meteostat](https://meteostat.net) from different public interfaces, most of which are governmental.
4
4
5
-
Among the data sources are national weather services like the National Oceanic and Atmospheric Administration (NOAA) and Germany's national meteorological service (DWD).
5
+
Among the data sources are national weather services like the National Oceanic and Atmospheric Administration (NOAA) and Germany's national weather service (DWD).
6
6
7
7
Are you looking for a **hosted solution**? Try our [JSON API](https://rapidapi.com/meteostat/api/meteostat/).
0 commit comments