header: title: Average Air Pollution description: Shows the average air pollution and spatial distribution, based on the results of five simulation runs with different random seeds For detailed insights into each specific run, please select the corresponding tab on the left. layout: links: - type: csv title: Emissions description: by pollutant. Total values are scaled from the simulation sample size to 100%. width: 1.0 dataset: analysis/emissions-emissions/mean_emissions_total.csv enableFilter: false showAllRows: true - type: map title: Emitted Pollutant in Gram per Meter description: |- Displays the emissions for each link per meter. Be aware that emission values are provided in the simulation sample size! Base is //net/ils/matsim-kelheim/v3.0-release/output-base/25pct/analysis/emissions/emissions_per_link_per_m.csv height: 12.0 width: 3.0 display: lineWidth: dataset: emissions_per_m columnName: "CO2_TOTAL [g/m]" join: linkId scaleFactor: 100.0 lineColor: dataset: emissions_per_m columnName: "CO2_TOTAL [g/m]" join: linkId colorRamp: reverse: false ramp: Oranges steps: 8 breakpoints: "35, 45, 55, 65, 75, 85, 95" fill: {} fillHeight: {} radius: {} shapes: file: analysis/network/network.avro join: id datasets: emissions_per_m: analysis/emissions-emissions/mean_emissions_per_link_per_m.csv second: - type: gridmap title: CO₂ Emissions description: per day. Be aware that CO2 values are provided in the simulation sample size! height: 12.0 file: analysis/emissions-emissions/mean_emissions_grid_per_day.xyt.csv projection: EPSG:25832 cellSize: 100 opacity: 0.1 maxHeight: 50 colorRamp: fixedColors: - "#1175b3" - "#95c7df" - "#dfdb95" - "#dfb095" - "#f4a986" - "#cc0c27" breakpoints: - 30.0 - 40.0 - 50.0 - 60.0 - 70.0 ##Aus irgendeinem Grund hat die rraeumliche Begrenzung bei der AirPollution Analysis nicht geklappt. Um den RAM nicht zu überlasten, nehme ich den zeitabhaengigen Plot raus. # third: # - type: gridmap # title: CO₂ Emissions # description: per hour. Be aware that CO2 values are provided in the simulation # sample size! # height: 12.0 # file: analysis/emissions-emissions/mean_emissions_grid_per_hour.csv # projection: EPSG:25832 # colorRamp: # fixedColors: # - "#1175b3" # - "#95c7df" # - "#dfdb95" # - "#dfb095" # - "#f4a986" # - "#cc0c27" # breakpoints: # - 30.0 # - 40.0 # - 50.0 # - 60.0 # - 70.0