Portuguese COVID19 geospatial curated dataset
DISCLAIMER: The data we share is harvested and curated from the official Portuguese national health organization dashboard and related services
Challenged by Ramiz Sami the author of thecoronamap.com in order to deliver more insight information at country specific level we started to inspect the information provided by Portuguese national health organization DGS.
This is our tentative to curate Portuguese COVID19 datasets provided by Portuguese health authorities and make it more open and 'geo-friendly'!
daily
contains all daily filtered data in CSV format provided at different administrative levelsPT_mun_<date>.csv
for municipal level dataPT_regions_<date>.csv
for health regions level data
geodata
contains all administrative areas where report data is generated. We assume you ingest this data into schemageo
on database level.ddl
contains the backbone of the data modeldgs
the main schema where data is curated for geospatial usageesri
placeholder schema to collect in bulk some daily data from official servicesgeo
the geospatial administrative level data to be used
- Municipal level
dgs.v_daily_mun
contains all daily active cases per municipal areadgs.v_daily_mun_last
same as above but filtered for previous day
- Regional level
dgs.v_daily_regions
contains all daily active cases per region areadgs.v_daily_regions_last
same as above but filtered for previous day
- Regional level
- Grab the file(s)
PT_regions_<date>.csv
and ingest it directly on tableesri.casos_regiao
mapping only the needed columns (objectid
,datarel
,dist_casosconf
,dist_obitos
,dist_recuperados
) - Refresh the materialized view
dgs.region_stats
- Grab the file(s)
- Municipal level
- Grab the file(s)
PT_mun_<date>.csv
and ingest it directly on tabledgs.daily_mun
mapping only the available columns (dico
,cases
,recovered
,deaths
,date
).
- Grab the file(s)