{"id":15111281,"url":"https://github.com/babaie774/iran-geography-data","last_synced_at":"2026-01-19T00:32:38.317Z","repository":{"id":257249886,"uuid":"857608976","full_name":"babaie774/Iran-geography-data","owner":"babaie774","description":"This repository contains detailed geographical data for neighborhoods across Iran in JSON format. The data can be used for a variety of purposes, such as geospatial analysis, location-based services, or demographic studies.","archived":false,"fork":false,"pushed_at":"2025-01-27T06:09:05.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T14:25:02.863Z","etag":null,"topics":["geogr","iran","json"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babaie774.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-15T05:39:17.000Z","updated_at":"2025-01-28T08:28:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"101cac57-2c36-43a1-b3c8-80bf1885e887","html_url":"https://github.com/babaie774/Iran-geography-data","commit_stats":null,"previous_names":["babaie774/iran-geography-data"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babaie774%2FIran-geography-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babaie774%2FIran-geography-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babaie774%2FIran-geography-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babaie774%2FIran-geography-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babaie774","download_url":"https://codeload.github.com/babaie774/Iran-geography-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247370791,"owners_count":20928083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geogr","iran","json"],"created_at":"2024-09-26T00:03:00.387Z","updated_at":"2026-01-19T00:32:38.283Z","avatar_url":"https://github.com/babaie774.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iran Geography Data - Neighborhoods\n\nThis repository contains detailed geographical data for neighborhoods across Iran in JSON format. The data can be used for a variety of purposes, such as geospatial analysis, location-based services, or demographic studies.\n\n## File Overview\n\n### neighborhoods.json\nThe `neighborhoods.json` file includes structured data representing neighborhoods in Iran. Each entry contains information about a specific neighborhood, such as its name, city, province, and geographical boundaries (if applicable).\n\n## Features\n- **Comprehensive Data**: Covers neighborhoods in multiple cities and provinces of Iran.\n- **JSON Format**: Easy-to-use, human-readable, and compatible with most programming languages and tools.\n- **Geographical Information**: May include boundaries or coordinates for spatial analysis.\n\n## Usage\n\n### Prerequisites\nTo use the data, you'll need basic knowledge of JSON and access to tools or programming languages that can parse JSON, such as:\n- Python\n- JavaScript\n- R\n- GIS software like QGIS or ArcGIS\n\n### Accessing the Data\nClone this repository to your local machine:\n```bash\ngit clone https://github.com/babaie774/Iran-geography-data.git\n```\n\nNavigate to the file location:\n```bash\ncd Iran-geography-data\n```\n\n### Sample Usage\n#### Python Example\n```python\nimport json\n\n# Load the data\nwith open('neighborhoods.json', 'r', encoding='utf-8') as file:\n    neighborhoods = json.load(file)\n\n# Example: Print all neighborhoods in a specific city\ncity_name = \"Tehran\"\nfor neighborhood in neighborhoods:\n    if neighborhood['city'] == city_name:\n        print(neighborhood)\n```\n\n#### JavaScript Example\n```javascript\nconst fs = require('fs');\n\n// Load the data\nfs.readFile('neighborhoods.json', 'utf8', (err, data) =\u003e {\n    if (err) {\n        console.error(err);\n        return;\n    }\n    const neighborhoods = JSON.parse(data);\n\n    // Example: Filter neighborhoods by province\n    const provinceName = \"Tehran Province\";\n    const filtered = neighborhoods.filter(n =\u003e n.province === provinceName);\n    console.log(filtered);\n});\n```\n\n### GIS Software\nYou can convert `neighborhoods.json` into GeoJSON format (if not already in GeoJSON format) for direct use in GIS applications such as QGIS or ArcGIS.\n\n## Contributing\nContributions to enhance the data or add new features are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes and push them to your fork.\n4. Open a pull request with a detailed description of your changes.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Acknowledgments\nSpecial thanks to contributors who have helped curate and maintain this dataset.\n\n---\n\n### Contact\nFor questions, suggestions, or issues, please open an [issue](https://github.com/babaie774/Iran-geography-data/issues) or contact the repository owner.\n\n---\n\nEnjoy exploring Iran's neighborhoods with this dataset!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabaie774%2Firan-geography-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabaie774%2Firan-geography-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabaie774%2Firan-geography-data/lists"}