moun3imy / public_moroccan_data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

public_moroccan_data

This repository aims at providing useful data about about different sectors and facets of morocco, all in json format.

will contain specification about the formats of the different data files

1. moroccan_cities.json

moroccan_cities.json contains data about morocco different cities. the spec will be written with the json-generator style (read their help for full details) :

[
  '{{repeat(number_of_cities)}}',
  {
    City: '',
    Region: '',
    Mayor: '',
    Postal_Code: '',
    Coordinates: '',
    Area: '',
    Highest_Elevation: '',
    Lowest_Elevation: '',
    city_population: '',
    population_density: '',
    population_rank_morocco: '',
    population_metro: '',
    website: '',
    foundation_date: '',
    list_neighborhoods: [
    '{{repeat(number_of_neighborhoods)}}',
    {
    neighborhood:,
    population :,
    Coordinates:,
    Postal_code :
     }
    
    ]
   
    
  }
]

About

License:GNU General Public License v3.0