You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saif Shabou edited this page May 10, 2021
·
2 revisions
The first version of ogs-api will enable data consumers to get different ghg emissions values from different data sources.
Two principle queries are identified:
Map query: providing emissions values for each geographical entity for a given scale,
Time series query: providing emissions values
Filters combination
The greenhouse gas emission data object is composed at least of these fileds:
Geo-component
Goal
Filters
Outputs
Plot an emission map to present different emissions values provided by each data source
geoscale + date + sector + gas
Emissions values corresponding to the queried date/sector/gas for each geo-component belonging to the geoscale. Since we may have different values provided by mutliple data sources, the output emissions will be organised by data source.
Plot an emission map to present emissions values based on one datasource
geoscale + datasource + date + sector + gas
Emissions values corresponding to the queried datasource/date/sector/gas for each geo-component belonging to the geoscale. Since we may have different values provided by mutliple data sources, the output emissions will be organised by data source.