nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
761 stars 104 forks source link

Contribute to the project #22

Closed robertosanval closed 2 years ago

robertosanval commented 2 years ago

I want to contribute to the project. I've some implementations that I want to share.

First of all, the origin of the data, I think that you get the data from https://www.geonames.org/, is correct?

I've some projects where I use geonames, I know its database structure very well.

I'd like to add to your world project more admin levels, including more villages, not only cities.

I also have support for coordinates and geospatial searches, nearest cities from x for example.

Are you interested in these features?

nnjeim commented 2 years ago

@robertosanval Hi thank you for this. please create a PR. if you require additional help please let me know.

robertosanval commented 2 years ago

I need to know the data source to create a PR because all my implementations are based on Geonames data. Are we using the same data source?

nnjeim commented 2 years ago

I don't think so, please look in resources in the json files. could these files serve in your case?

robertosanval commented 2 years ago

I've seen it, but many populated places are missing in those files. At least in my country, that is what I know.