Skip to content
New issue

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

Calculation for mortality rates - documentation and open problems with EUROSTAT- Database #26

Closed
humerh opened this issue Oct 8, 2019 · 4 comments
Assignees
Labels
BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block help wanted Extra attention is needed question Further information is requested SHOWSTOPPER Feature or bug, that, if not addressed, renders the CSIS essentially useless workaround implemented

Comments

@humerh
Copy link

humerh commented Oct 8, 2019

The implementation starts with the definition by PLINIVUS "impact.calculation_mortality_v3.docx":

In the chapter 3 the "Calculation of deaths" is described:
image

It is suggest to use the statistic database from EUROSTAT: https://ec.europa.eu/eurostat/web/cities/data/database

The year 2012 (same year of Copernicus population dataset) was suggested.

For our purpose two datasources are required:
Database urb_cfermor, containing
- Fertility and mortality for cities and greater cities (index-Code: SA2019V - Total deaths per year)
Database urb_cpop, containing
- Population statistics (index-Code: DE1001V - Population total)

Both databases are defined for "urban areas" in Europe.
The definition of urban areas confirming https://ec.europa.eu/eurostat/documents/4313761/4311719/Metro_reg_Defining_urban_areas is used in the database.

It is necessary to use the same boundings of city areas for both statistic sources for all cities in Europe.

The (filtered) imput files from Eurostat are atteched:

mortality_tables.zip

@humerh
Copy link
Author

humerh commented Oct 8, 2019

I implemented a database for these data in EMIKAT and imported the values for the suggested yeaar 2012.

The result is like this:
image

The columns "Total deaths per year" and "Total population" come from different sources but they use the same Urban area code UA_CODE_2017. I joined them in one table.

@humerh
Copy link
Author

humerh commented Oct 8, 2019

There are some open problems about this database:

  • For the selected Year 2012 not all urban areas contain information, they are empty or they are flagged.
  • As consequence the impact calculation can not generate results.

What are possible workarounds:

  • Find another data source
  • Use the values of another year
  • Adding missing values manually (expert estimation)
  • replacing missing values by an European average mortality rate

PLINIUS @mattia-leone , please help me to find a practical solution

@p-a-s-c-a-l p-a-s-c-a-l added this to the D1.4 CLARITY CSIS v2 milestone Oct 8, 2019
@p-a-s-c-a-l p-a-s-c-a-l added help wanted Extra attention is needed question Further information is requested labels Oct 8, 2019
@p-a-s-c-a-l p-a-s-c-a-l added the SHOWSTOPPER Feature or bug, that, if not addressed, renders the CSIS essentially useless label Oct 11, 2019
@DenoBeno
Copy link
Contributor

As we agreed today, the procedure is the following:

  1. Make it work where the data is available
  2. make sure some kind of error is issued where this is not possible
  3. Then try to implement some workaround, e.g. take values for some nearby region or EU-average or...
  4. indicate if the data was calculated in this way.
  5. Finally, @helllth will then have to show this information to the users.

@p-a-s-c-a-l
Copy link
Member

Workaround is documented here.

@p-a-s-c-a-l p-a-s-c-a-l added the BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block label Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BB: Catalogue of ER & AO Catalogue of Elements at Risk and Adaptation Options Building Block help wanted Extra attention is needed question Further information is requested SHOWSTOPPER Feature or bug, that, if not addressed, renders the CSIS essentially useless workaround implemented
Projects
None yet
Development

No branches or pull requests

5 participants