python-connector-api icon indicating copy to clipboard operation
python-connector-api copied to clipboard

Python Connector for Meteomatics Weather API, the documentation can be found on api.meteomatics.com

Results 12 python-connector-api issues
Sort by recently updated
recently updated
newest added

Is this intentional that there is no changelog and the latest release notes on github are dating back to March 2021?

Call: `import meteomatics.api as meteo_api` `meteo_api.query_user_features(username, password)` Returns: `--------------------------------------------------------------------------- KeyError Traceback (most recent call last) in ----> 1 limits = meteo_api.query_user_features(username, password) 2 limits d:\onedrive\trabalho\ambientes python\python37\ea_war_37\lib\site-packages\meteomatics\api.py in query_user_features(username, password) 113...