openpotato / openplzapi.data

German raw data for the OpenPLZ API project
https://www.openplzapi.org
Open Data Commons Open Database License v1.0
17 stars 0 forks source link

Missing streets in api that are in openstreetmap #1

Closed OnlyThatGuy closed 11 months ago

OnlyThatGuy commented 12 months ago

Hi, it seems there are some streets missing that can be found if you search in openstreetmap. Maybe there is an error while converting data? Or is there a reason for filtering out some streets? E.g. Theatinerstraße in munich

fstueber commented 12 months ago

It seems Theatinerstraße is for pedestrian only. I have to investigate on this. If you have more examples, please share.

fstueber commented 11 months ago

New version published. Data quality has improved. Theatinerstr. in Munich is now part of the data. Please check other streets you had in mind. Thanks a lot for the feedback!

OnlyThatGuy commented 11 months ago

Thanks for the fast reply and fix! Everything seems to work now.

OnlyThatGuy commented 10 months ago

Hi again, i got another street found on https://www.openstreetmap.org/search?query=Sch%C3%BCtzenstra%C3%9Fe%20Bad%20Oldesloe#map=19/53.81034/10.36661 but not via openplzapi

fstueber commented 10 months ago

When I search for

https://openplzapi.org/de/Streets?name=Sch%C3%BCtzenstr.&locality=Bad%20Oldesloe&page=1&pageSize=10

I get this:

[
  {
    "name": "Schützenstr.",
    "postalCode": "23843",
    "locality": "Bad Oldesloe",
    "municipality": {
      "key": "01062004",
      "name": "Bad Oldesloe, Stadt",
      "type": "Stadt"
    },
    "district": {
      "key": "01062",
      "name": "Stormarn",
      "type": "Kreis"
    },
    "federalState": {
      "key": "01",
      "name": "Schleswig-Holstein"
    }
  }
]

Am I missing something?