OpenEnergyPlatform / django-comparison-dashboard

Django app holding functionalities for comparing scenarios
MIT License
1 stars 0 forks source link

Integrate data from RDFs #7

Closed henhuy closed 9 months ago

henhuy commented 9 months ago

The idea is to read data from RDF endpoints and show them in the dashboard. Following steps must be implemented to do so:

  1. Distinguish between data from RDF and data from DB (Scenario stores RDF-endpoint, no download)
  2. check if only RDF or only DB scenarios are selected (or make mix working?)
  3. refactor get_filters function to read filter data from RDF-tuples via SPARQL query
  4. get filtered data from RDF-tuples via SPARQL query
  5. add RDF-endpoint from local files for testing using https://github.com/vemonet/rdflib-endpoint
  6. write tests which tests get_filters and data filtering via SPARQL
henhuy commented 9 months ago

Duplicate of #5