Introduction
A collection of philippine geographic data based on PSGC
Demo
html
<!-- HTML Markup -->
<select id="regions"></select>
<select id="provinces"></select>
<select id="municipality"></select>
<select id="barangay"></select>
js
PSGC.init({
bind: {
region: "#regions",
province: "#provinces",
municipality: "#municipality",
barangay: "#barangay",
}
})
Features
- New PSGC 10-digit code
- Collection of geographic data
- Barangay
- City
- District
- Municipality
- Sub Municipality
- Province
- Region
- Other information such as:
- Old names (if available)
- Income Classification
- Urban / Rural (based on 2015 population)
- Population (2020)