We use the variable max_degree_difference_for_nearest_weather_sensor with a default value of 2, when looking up weather sensors. So both latitude and longitude must be within this margin of error.
Isn't 2 on the high side?
It should become a setting which can be overwritten in flexmeasures.cfg. We can easily add this in __init__.py
We use the variable
max_degree_difference_for_nearest_weather_sensor
with a default value of 2, when looking up weather sensors. So both latitude and longitude must be within this margin of error.__init__.py