We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to model health impacts from an emissions scenario by including a mortality shapefile for all states in the US.
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
I expected it to be able to read the morality shapefile and produce annual deaths.
It doesn't appear that the mortality shapefile is being read in. An error occurs stating unknown variable "allcause"
The text was updated successfully, but these errors were encountered:
This appears to be the same issue addressed in this issue: #107
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: