kartoza / tomorrownow_gap

https://kartoza.github.io/tomorrownow_gap/
0 stars 0 forks source link

Generate zarr structure from grid and measurement data #139

Open danangmassandy opened 1 week ago

danangmassandy commented 1 week ago

This ticket is required to complete #48. The data flow would be:

Tomorrow.io ShortTerm Forecast API -> measurement json files for each grid -> ingestor -> zarr structure

danangmassandy commented 1 week ago

Proposed zarr structure for Tomorrow.io short-term forecast:

Shape Coords Chunks
forecast_date 15
15 forecast_day_idx 15
283 lat 150
219 lon 110
Data Vars Chunks
total_rainfall (15,15,150,110)
total_evapotranspiration_flux (15,15,150,110)
max_total_temperature (15,15,150,110)
min_total_temperature (15,15,150,110)
precipitation_probability (15,15,150,110)
humidity_maximum (15,15,150,110)
humidity_minimum (15,15,150,110)
wind_speed_avg (15,15,150,110)

Total bytes for 1 chunk: ~14.16 MB.