GithubHelp home page GithubHelp logo

nshntarora / indian-cities-json Goto Github PK

View Code? Open in Web Editor NEW
164.0 13.0 396.0 883 KB

a json file containing 1220 indian cities and their respective states

License: MIT License

JavaScript 100.00%

indian-cities-json's Introduction

Indian Cities JSON

a json file containing 1220 indian cities and their respective states

After hundreds of unsuccessful searches for a rails gem to add the cities and states select option which could work the way I wanted it to, I gave up. Then, I began searching for a .json from which I could directly fetch the information and make it work, there too, I failed, I couldn't find the "perfect" file.

So, I downloaded the largest Excel sheet of cities I could find, removed every column I didn't need and converted it to a JSON.

Here is a small snippet :)

[
    {
        "id": "1",
        "name": "Mumbai",
        "state": "Maharashtra"
    },
    {
        "id": "2",
        "name": "Delhi",
        "state": "Delhi"
    },
    {
        "id": "3",
        "name": "Bengaluru",
        "state": "Karnataka"
    }
]

and if you don't see your city here, create a pull request and add it to this list.

indian-cities-json's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

indian-cities-json's Issues

wrong data

maharajganj is not in Bihar , it is in UP

How to get state details in detailed json file?

A city in the detailed JSON file is represented as below:

"adarki buzurg": {
        "city": "adarki buzurg",
        "accentcity": "Adarki Buzurg",
        "region": "16",
        "population": null,
        "latitude": "17.916667",
        "longitude": "74.216667"
    },

How do I get the name of the city's region or state through it's ID?
Is there a list of regions you maintain with their respective IDs to associate the cities?

Invalid JSON in India-Cities-Json file

First of all thanks for your work.

In the "cities.json", there seems to be some error from line# 6082 to 6095, due to which its failing JSON validator test. There are some garbage "+" there and some ids are note quoted with "".

ZIP Codes

Is there a way you can zip codes for a-detailed-version.json file?

Duplicate Cities

Many cities exist twice. Causing a pretty serious problem in React because I'm using the city name as the key.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.