mostafa-kheibary / tehran-metro-data

Tehran metro station data as graph in json format
https://mostafa-kheibary.github.io/tehran-metro-data/
Open Data Commons Open Database License v1.0
55 stars 1 forks source link

add a minify version of the data #4

Open mostafa-kheibary opened 10 months ago

mostafa-kheibary commented 10 months ago

a minify version of the current data with this specifition

{
    "Tajrish": {
                 "id":1,
        "property": {
            "disabled": false,
            "name": "Tajrish",
            "fa": "تجریش",
            "colors": ["#E0001F"],
            "lines": [1]
        },
        "relations": ["2"]
          },
        "Gheytariyeh": {
            "id":2,
        "property": {
            "disabled": false,
            "name": "Gheytariyeh",
            "fa": "قیطریه",
            "colors": ["#E0001F"],
            "lines": [1]
        },
        "relations": ["1","3"]
    },