dr5hn / countries-states-cities-database

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
https://dr5hn.github.io/countries-states-cities-database/
Open Data Commons Open Database License v1.0
7.19k stars 2.52k forks source link

Missing cities from Germany and misspelled state #816

Closed Zegameus closed 1 week ago

Zegameus commented 1 month ago

We receive a complain about a user that couldn't register his city due to the library we use, Neulingen in the region of Höfen an der Enz:

{
        "id": 26306,
        "name": "Höfen an der Enz",
        "state_id": 3006,
        "state_code": "BW",
        "state_name": "Baden-Württemberg",
        "country_id": 82,
        "country_code": "DE",
        "country_name": "Germany",
        "latitude": "48.80000000",
        "longitude": "8.58333000",
        "wikiDataId": "Q6775"
    },

https://www.wikidata.org/wiki/Q80683

Also the german district of Hessen

 {
        "id": 3018,
        "name": "Hesse",
        "country_id": 82,
        "country_code": "DE",
        "country_name": "Germany",
        "state_code": "HE",
        "type": null,
        "latitude": "50.65205150",
        "longitude": "9.16243760"
    },

Should be renamed from Hesse to Hessen

PD: Thanks for your work.