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
We can reduce the noise analysis to a (small) subarea of the scenario. The SimWrapper contrib highly facilitates this (by simply setting ShpOptions). As the spatial extent of our scenarios is ususally quite large, these days, this is a convenient and frequent use case, I suppose.
When you do this, all activities that are configured by NoiseConfigGroup.consideredActivitiesForDamageCalculation are mapped to the Grid, which has the spatial extent as specified either in the NoiseConfigGroup or e.g. by the ShpOptions via the SimWrapper contrib.
The mapping is conducted in the way that each activity's coordinate is associated to the nearest Grid cell, in other words: all activities from the entire scenario (of the specified activity types) are included (in my understanding, and based on the screenshots below).
This is most probably not intended - why setting a sub-area/focus area for the noise analysis in the first place?
Results look libe below, where you can see the immisions being nicely distributed over the focus area, but for the damages, all (work and home) acitvities happening in Munich (and Ingolstadt etc.) are mapped to the edge of the Kelheim focus area - leading tp distortion in the viz.
The solution would be to filter the activity coords according the spatial extent of the Grid. I have an idea how to do this and will (hopefully) take a try in the MATSim hackathon in winter.
We can reduce the noise analysis to a (small) subarea of the scenario. The SimWrapper contrib highly facilitates this (by simply setting
ShpOptions
). As the spatial extent of our scenarios is ususally quite large, these days, this is a convenient and frequent use case, I suppose.When you do this, all activities that are configured by
NoiseConfigGroup.consideredActivitiesForDamageCalculation
are mapped to theGrid
, which has the spatial extent as specified either in theNoiseConfigGroup
or e.g. by theShpOptions
via the SimWrapper contrib.The mapping is conducted in the way that each activity's coordinate is associated to the nearest
Grid
cell, in other words: all activities from the entire scenario (of the specified activity types) are included (in my understanding, and based on the screenshots below).This is most probably not intended - why setting a sub-area/focus area for the noise analysis in the first place?
Results look libe below, where you can see the immisions being nicely distributed over the focus area, but for the damages, all (work and home) acitvities happening in Munich (and Ingolstadt etc.) are mapped to the edge of the Kelheim focus area - leading tp distortion in the viz.
The solution would be to filter the activity coords according the spatial extent of the
Grid
. I have an idea how to do this and will (hopefully) take a try in the MATSim hackathon in winter.Related:
#3519
The text was updated successfully, but these errors were encountered: