spatialmodel / inmap

InMAP reduced-form air quality model for fine particulate matter (PM2.5)
GNU General Public License v3.0
58 stars 41 forks source link

mortality shapefile issue, SR predict model #103

Open jmt941 opened 2 years ago

jmt941 commented 2 years ago

What are you trying to do?

I am trying to model health impacts from an emissions scenario by including a mortality shapefile for all states in the US.

What did you do?

I had formated the config file as specified here: https://github.com/spatialmodel/inmap/blob/master/cmd/inmap/configExample.toml#L145

and my morality shapefiles has headings labeled allcause

What did you expect to happen?

I expected it to be able to read the morality shapefile and produce annual deaths.

What actually happened?

It doesn't appear that the mortality shapefile is being read in. An error occurs stating unknown variable "allcause"

What version of Go and InMAP are you using?

Does this issue reproduce with the current master?

acwatt commented 8 months ago

This appears to be the same issue addressed in this issue: https://github.com/spatialmodel/inmap/issues/107