SM24-Industrial-Software-Dev / ML-forecasting-NOx-levels

0 stars 0 forks source link

Design API for recovering data from Google Earth Engine #4

Open rameshnatarajanus opened 1 week ago

rameshnatarajanus commented 1 week ago

Design and implement a simple API for taking the input selections from the UI (input geometries of MSA's or metropolitan service areas, and date ranges for the analysis, e.g. start and end dates) and returning the output (time series of mean NO2 concentrations over these geometries) as a pandas dataframe.

The design will closely follow the version in this colab cell

To avoid being blocked by the generation of the geometries for MSA's initially just use the geometry of the level 3 admin boundary as provided by the 'FAO/GAUL_SIMPLIFIED_500m/2015/level2' dataset in google earth engine.

After implementing this simple API, you should first create an design document addressing the following issues