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

Wrong + Missing Cities in || Argentina > Buenos Aires Province > Cities #367

Open
andy-soft opened this issue Jan 20, 2022 · 6 comments
Open
Assignees

Comments

@andy-soft
Copy link

Hi there, I am searching and building GEO-GIS information and saw this database, downloaded it , all OK
But when searched for a simple Municipality in my country, WOW! not found

you should revise there is a District inside Buenos Aires Province, called CABA, (Ciudad Autónoma de Buenos Aires) Autonomous City of Buenos Aires, and there inside are sub-district or neighborhoods (called Barrios) you listed them wrongly as province-cities in Buenos Aires

Buenos Aires has 196 Municipalities, which are lacking
and inside them there are several cities, for example I live in = Municipio of Vicente Lopez => City = Olivos

I can provide you with a database of this districts if you wish to contribute on the site!
You can get them from GeoNames also (another free database) far bigger than yours! (but also VERY buggy)

ANOTHER QUESTION
¿What is STATE-CODE and where is state-Id listed or normalized?

as well as country_id

cheers

@braaar
Copy link

braaar commented Jan 21, 2022

This project includes only three levels of geographical information:
Country, state and city.

Obviously each country separates itself into organizational or historical units in many different ways, and it's not possible to fit every country into the same mold in a flawless way.
I am not aware of any plans to add new categories to this project, as the scope would probably easily get out of hand in relation to the amount of contributors. I would say adding more subdivisions and categories is something that could become a thing in the future if the project continues to mature and gain popularity, but I have no idea of that view is shared by the maintainers.

As for your technical questions, I am trying to work out some of the answers to them in this issue #364

@dr5hn
Copy link
Owner

dr5hn commented Jan 22, 2022

@andy-soft Thanks for reporting. 🎉

I only understood that Argentina requires 4 levels of geographical information.
I didn't clearly understand the actual issue of Buenos Aires, can you please reframe and elaborate it to me?

At the moment, I would like to keep only 3 levels of information and discard the 4th level of information.

@braaar For some of the countries, the 4th level is also mixed on the 3rd level. and hence My future plan is to add a type column to the city to justify the type of city more clearly to the audience.

To answer your another question:

  • State code is 3166-2 standard codes supplied by Officials. Data Source: https://www.iso.org/obp/ui/#iso:code:3166:AR
  • State ID's are just a unique identifier for each state added by MySQL Database. Can be found in states.sql
  • Country ID again can be found in country.sql.

Let me know if I misunderstood anything.

EDIT: I think this issue also says the same. #354
Please confirm.

@andy-soft
Copy link
Author

andy-soft commented Jan 22, 2022 via email

@dr5hn
Copy link
Owner

dr5hn commented Jan 29, 2022

@andy-soft

It would be great if you can please provide a CSV dump.

@dr5hn dr5hn self-assigned this Jan 29, 2022
@LeoDoldan7
Copy link

I'd advise against adding a fourth level here.

There are a lot of districts missing here, but they fit into a three-level structure.

Examples:

  • Argentina => Ciudad de Buenos Aires => Buenos Aires
  • Argentina => Buenos Aires => Tres de Febrero
  • Argentina => Buenos Aires => Vicente Lopez

You can see a full, official, poorly formatted list, here. You can probably extract them programmatically using querySelectorAll.

A quick Google search didn't offer any official ISO nomenclature at the City level for Argentina, although I don't discard it exists. Being Argentinian myself, the list offered above covers the most common use cases I see personally and professionally.

@Agustin-Mediotti
Copy link

Agustin-Mediotti commented Jul 27, 2023

As @LeandroDoldan says, there is no need to add a fouth level.

  • The current "cities" on Buenos Aires state should be under Ciudad Autónoma de Buenos Aires state
  • Like reported on issue Country Models! #358, 38 districts should be added to Ciudad Autónoma de Buenos Aires state
  • 197 cities should be added to the Buenos Aires state.

I already moved the cities in this contribution. But I am not sure if I could add those missing districts manually.

josephkm-f1rst added a commit to OnLab-by-Santander/utils-countries-states-cities-database that referenced this issue Apr 29, 2024
josephkm-f1rst added a commit to OnLab-by-Santander/utils-countries-states-cities-database that referenced this issue Apr 29, 2024
…bsas

In relation to issues dr5hn#648 and dr5hn#367, Buenos Aires province's cities and CABA cities are corrected
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

No branches or pull requests

5 participants