quince-science / KPI

Data quality reports for data processed in QuinCe
MIT License
0 stars 2 forks source link

Extract metadata from the CP metadata entry #28

Open cla023 opened 4 years ago

cla023 commented 4 years ago

OTC keeps track of and maintains all ocean network metadata in the CP metadata entry. The KPI scripts however currently duplicates this effort by having all station/instrument specific metadata hard coded into the multiple html template files.

Avoid such duplicate efforts by writing a python code requesting the needed metadata on the fly. The Carbon Portal accepts and prefers sparql request to their CP metadata entry.

This task is currently on hold until the other data related sections of the reports are developed (e.g. all exports and requests towards QuinCe). In this way we avoid involving CP to early in the process.