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

Discover coverage identifier via API #136

Closed ricardogsilva closed 1 month ago

ricardogsilva commented 1 month ago

Allow discovery of valid coverage identifiers by supplying a set of string patterns:

GET http://localhost:8877/api/v2/coverages/coverage-identifiers?
  name=rcp26&
  name=tas&
  name=ensemble

This will obviously also require also the addition of this new /api/v2/coverages/coverage-identifiers endpoint