Skip to content

Conversation

@SimonMand
Copy link
Collaborator

No description provided.

name=item.get("Bezeichnun"),
address=item.get("Straße", "").strip(),
city=item.get("Ort"),
zip=item.get("PLZ"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like the configuration of their WFS server is now wrong and returns the PLZ as a float where actually it should be a string (not even an integer since PLZs are always 5 digits in Germany and might start with zero). Can you parse to an integer here and pad with zeros (padding is strictly not necessary since the 0-leading zips are all in Sachsen afaik), please? 🙏

@k-nut
Copy link
Member

k-nut commented Jul 29, 2025

Curious that they changed the field names. It also seems like the IDs indeed aren't stable unfortauntely. I'm gonna contact their technical representative and see if we can sort his out. Apart from that, nice PR though! :)

@k-nut
Copy link
Member

k-nut commented Aug 2, 2025

Ok, I sent out an e-mail to the data portal operators. Let's see what they say. For now we can merge this change though :)

@k-nut k-nut merged commit 4509671 into Datenschule:main Aug 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants