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

Generic function for computing number of years above or under a specific rainfall value #12

Closed paul-florentin-charles closed 1 year ago

paul-florentin-charles commented 1 year ago

The function should pass 4 arguments:

  1. rainfall value (float)
  2. operator('>' or '<')
  3. begin year (int) [optional]
  4. end year (int) [optional]