paul-florentin-charles / bcn-rainfall-models

A project aiming at delevering tools for visualisation and analysis of Barcelona rainfall data. Data is retrieved from there: https://opendata-ajuntament.barcelona.cat/data/en/dataset/precipitacio-hist-bcn.
MIT License
0 stars 0 forks source link

Find another way to load all rainfall data to increase perf #23

Closed paul-florentin-charles closed 9 months ago

paul-florentin-charles commented 9 months ago

We could do that by storing data as csv and loading it. We could also do that by avoiding loading elements many times for nothing (loading once the dataset is enough)