Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HH: How to deal with schools with multiple locations? #59

Open
cyroxx opened this issue Dec 3, 2019 · 2 comments
Open

HH: How to deal with schools with multiple locations? #59

cyroxx opened this issue Dec 3, 2019 · 2 comments
Labels

Comments

@cyroxx
Copy link
Collaborator

cyroxx commented Dec 3, 2019

As of c3cacde, schools can have multiple locations. For example, the "Stadtteilschule Helmuth Hübener" is located in

  1. Benzenbergweg 2, 22307 Hamburg (HH-5043-0, main location) and
  2. Langenfort 68, 22307 Hamburg (HH-5043-1, secondary location)

The main location apparently always ends in -0.

How should we deal with that? Should we only use the main location? Or rather use all the locations that we can get - is there a consistent approach that can be applied for the different states (Bundesländer)?

@knutator2
Copy link
Member

I think its about how we define a school. In other states there are often multiple schools with the same location. I think we should save all the locations of the school in an array and tag the main location. Then, we could decide later, when for example putting the schools on map, whether we want multiple pins for one school

@tursics
Copy link
Contributor

tursics commented Jun 9, 2021

In Berlin we have both situation: 1 school on different locations and multiple schools on 1 location. Plus while renovating school building some schools move the location temporary for years.

Sometimes the administration publish building numbers:
image

How about:

  • add build number (may be 0..9 or 'a' to 'z')
  • define a build number as main building
  • sub building only define values to overwrite the values from main building (e.g. address)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants