ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
MIT License
1 stars 0 forks source link

Switch association mechanism for forecast data to city to use bilinear interpolation #3

Closed amehta-scottlogic closed 1 month ago

amehta-scottlogic commented 1 month ago

Description

Mentors have said they currently use bilinear interpolation on a city's coordinates to calculate the pollutant values to use from forecast data.

At the moment we're using nearest, so let's change it to be in sync

Acceptance Criteria

Test Checklist:

mwalker-scottlogic commented 1 month ago

Test Analysis

Test Case required:

Test Charter

mwalker-scottlogic commented 1 month ago

Only regression tested forecast db as in_situ is too unstable

mwalker-scottlogic commented 1 month ago

This can't be tested until the bug is fixed here https://github.com/orgs/ECMWFCode4Earth/projects/12/views/1?pane=issue&itemId=63508204