semohr / risikogebiete_deutschland

GNU Affero General Public License v3.0
95 stars 17 forks source link

Filter by state #19

Closed gerbsen closed 3 years ago

gerbsen commented 3 years ago

Hey there, I'm developing a Corona Dashboard myself and would pretty much like to embed your service, which is awesome! Is there any chance I can filter the data by state, e.g. Sachsen?

Kind regards, Daniel

semohr commented 3 years ago

Hi Daniel,

I use the Gemeindeschlüssel to index my data here. Just summing up all subregions (LK) starting with the same number (e.g. 15 for Sachsen-Anhalt) should do the job.

I think you can figure out the rest by yourself ;)

Best, Sebastian