python-connector-api
python-connector-api copied to clipboard
Python Connector for Meteomatics Weather API, the documentation can be found on api.meteomatics.com
If I query the API with the `api.query_time_series()` function and the parameters `sunrise:sql` and `sunset:sql` i get back a dataframe with the columns having a naive (without timezone) `datetime64` pandas...
Hello: I have installed meteomatics 2.11.2 with python 3.8.6 and virtualenv in Windows 10 (using pip install meteomatics), but even when I see meteomatics installed (with pip list), I'm still...
Would you consider giving the option of returning a polars data frame instead of a pandas dataframe? /Mads
please check that nothing proprietary is uploaded here this is a script I wrote to accompany an article on the Tech Blog.
When using this package I get the following warning: `/usr/local/lib/python3.9/site-packages/meteomatics/parsing_util.py:384: FutureWarning: Slicing a positional slice with .loc is not supported, and will raise TypeError in a future version. Use .loc...
A function to get the available parameter of a specific station. Now I need to know the parameters to get observation data of the station, but how should I know...
Would be nice to get the URL generated by the function either by return or print. For example:  in this way the url can be sent to support, when...
The docstrings for the functions could be more specific to make it easier to understand. For example, they say that start and end date have to be in UTC, but...
We request Meteomatics API through a corporate proxy using the function `query_time_series` that has `api_base_url` argument. We also want to request for user limits but the function `query_user_limits` does not...