clarity-h2020 / emikat

http://www.emikat.at/?lang=en
1 stars 0 forks source link

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

Closed humerh closed 4 years ago

humerh commented 4 years ago

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

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 commented 4 years ago

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 commented 4 years ago

There are some open problems about this database:

What are possible workarounds:

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

DenoBeno commented 4 years ago

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 commented 4 years ago

Workaround is documented here.