-
0.1.1298e546d2 · ·
Calls to the time series emission map service no longer send the emission factor, instead a modified set of legend classifications based on that year's emission factor is sent. This change to the web-app requires a parallel update to the map service that removes the emission factor from the mapfile
-
0.1.83c38ce2b · ·
Dynamic emissions mapping, timeseries and download added. This is a big change and requires synchronised changes across the mapserver and api services. Now the user can choose what pollutant to map, what emission activities to apply and view the results on the map and timeseries, and download the netcdf file of emissions
-
0.0.68d212b88 · ·
Added a functioning search and results to the search page. It queries a catalogue service that is defined by the REACT_APP_CATALOGUE_URL environment variable. This env variable has been added to docker-compose to allow searching against a local catalogue during development. In kubernetes, this will be added via an env section in the values.yaml.