geobeyond / Arpav-PPCV-backend

Backend di Piattaforma Proiezioni Climatiche per il Nord-Est.
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Adding climate barometer time series generation #149

Closed ricardogsilva closed 3 months ago

ricardogsilva commented 3 months ago

This PR adds an API endpoint for requesting the time series related to the climate barometer section. Example usage:

GET /api/v2/coverages/time-series/climate-barometer/tas_barometro_climatico-rcp85?
  data_smoothing=NO_SMOOTHING&
  data_smoothing=LOESS_SMOOTHING&
  data_smoothing=MOVING_AVERAGE_11_YEARS&
  include_uncertainty=true'

The response is similar to the other time-series related endpoints:

Also included are the relevant bootstrap configurations.