create_meteo_interpolator
doesn't check for uniqueness in meteo data
#28
Labels
create_meteo_interpolator
doesn't check for uniqueness in meteo data
#28
If the meteo data has duplicated entries with different data for the same station-date combination, no check is done to catch this, resulting in the wrong data included in the interpolator.
meteo data unique combinations of station-date must be the same as the number of rows of meteo data after cleaning
The text was updated successfully, but these errors were encountered: