Open joergreichert opened 4 months ago
https://opendata.leipzig.de/dataset/arzte-jahreszahlen
https://statistik.leipzig.de/opendata/api/kdvalues?format=json&kategorie_nr=4&rubrik_nr=6&periode=y
public/data-raw/leipzig-aerzte.json
public/data/leipzig-aerzte.json
src/components/Map.js dataOverlayEntries entry key 'aerzte'
Because the data provided by the city is very old (last data from 2016), maybe we find a better data source (that is license wise allowed, so no scraping of doctors portals)
Official source
https://opendata.leipzig.de/dataset/arzte-jahreszahlen
JSON data
https://statistik.leipzig.de/opendata/api/kdvalues?format=json&kategorie_nr=4&rubrik_nr=6&periode=y
Scraped output
public/data-raw/leipzig-aerzte.json
Transformed output
public/data/leipzig-aerzte.json
Referenced in code
src/components/Map.js dataOverlayEntries entry key 'aerzte'
Comment
Because the data provided by the city is very old (last data from 2016), maybe we find a better data source (that is license wise allowed, so no scraping of doctors portals)