This is collections of Indonesia area & postal codes.
This repository contains THOUSANDS & Binary Data!
Due this repository & another opensources are not profitable to us. We will shutdown then delete our codes & data.
Because the open source project just profitable to another.
Very thanks to many peoples that contribute the codes to our projects.
But, doing the un-usefullness to our better life. We make a decision to delete our previous & current opensources projects.
Our team contributes, distribute and provide many things, but we just receive Zero & Never getting benefit from our development process, and we feel very tired that provide the free codes to many commercial companies.
Thanks You
Please be kind & be respectful to the opensources projects.
You have commercial & profitable company that you've been built from the free resource & opensource. So, contribute to their life basis even only 1 cent.
Before clone, make sure you know what you'll do.
14955
83342
7228
514
34
1
(Indonesia Only)Data Directory
data/
├─── csv/
| └─── 62/ (Country csv directory)
| ├─── countries.csv (Countries csv data)
| ├─── provinces.csv (Provinces csv data)
| ├─── cities.csv (Cities csv data)
| ├─── subDistricts.csv (Sub-Districts csv data)
| ├─── villages.csv (Villages csv data)
| ├─── postalCodes.csv (Postal Codes csv data)
| └─── translations.csv (Translations csv data)
├─── database/
| ├─── records.sqlite.db (SQLite Binary Database - geometry records has been set to null)
| ├─── ddl.sql (DDL)
| ├─── ddl.uml
| └─── ddl.uml.png
├─── json/
| ├─── area/
| | └─── 62/ (country root directory)
| | ├─── 62.json (country json info)
| | └─── [0-9]{2}/ (provinces root directory)
| | ├─── [0-9]{2}.json (province json info)
| | └─── [0-9]{4}/ (cities root directory)
| | ├─── [0-9]{4}.json (city json info)
| | └─── [0-9]{7}/ (sub-districts root directory)
| | └─── [0-9]{7}.json (sub-district json info)
| | └─── [0-9]{11}/ (villages root directory - contain single file)
| | └─── [0-9]{11}.json (village json info)
| ├─── postal/ (country postal codes root directory)
| | └─── 62.json (list of country postal codes)
| └─── translations/
| └─── 62/ (country translations root directory)
| └─── en.json (list of available areas translations)
└─── geojson/
└─── 62/ (country geojson root directory)
├─── 62.json (country geojson)
└─── [0-9]{2}/ (provinces geojson root directory)
├─── [0-9]{2}.json (province geojson)
└─── [0-9]{4}/ (cities geojson root directory)
├─── [0-9]{4}.json (city geojson)
└─── [0-9]{7}/ (sub-districts geojson root directory)
└─── [0-9]{7}.json (sub-district geojson)
Json Areas
Latitude & Longitude contains centroid of MultiPolygon
take from geojson using
geophp
{
"code": "integer",
"name": "string",
"parent": "integer",
"latitude": "float|null",
"longitude": "float|null",
"postal": ["array<integer>"],
"children": ["array<integer>"]
}
GEO-JSON
Geo-JSON only available from Country to Sub-Districts, villages are not available.
Read More About GeoJSON
{
"type": "FeatureCollections",
"features": ["array<object>"]
}
Example :
{
"type": "FeatureCollections",
"features": [
{
"type": "Feature",
"code": "integer",
"properties" : {
"Kind" : "string",
"Code" : "integer",
"Name" : "string",
"Year" : "integer|string",
"Source": "BPS",
"Parent": "integer"
},
"geometry": {
"type": "MultiPolygon",
"coordinates" : [
[
[
[
91.0000001,
1.00000001
],
[
92.0000002,
2.00000002
]
]
]
]
}
}
]
}
xxxx_geometry
has been set to null.
Please insert manually from data/geojson, Trees file name as code