This project contains Philippine Standard Geographic Code (PSGC) vector maps (shapefiles) sourced from public data and updated with changes published by the Philippine Statistics Authority (PSA). The dataset is updated to reflect all PSGC Summary of Changes.
📣 This repository uses git-lfs
to store the shapefiles. Clone this project to download the files.
$ git clone https://github.com/altcoder/philippines-psgc-shapefiles.git
Cloning into 'philippines-psgc-shapefiles'...
remote: Enumerating objects: 240, done.
remote: Counting objects: 100% (238/238), done.
remote: Compressing objects: 100% (168/168), done.
remote: Total 240 (delta 65), reused 225 (delta 60), pack-reused 2
Receiving objects: 100% (240/240), 9.46 MiB | 7.55 MiB/s, done.
Resolving deltas: 100% (65/65), done.
Filtering content: 100% (26/26), 3.34 GiB | 35.87 MiB/s, done.
$ cd philippines-psgc-shapefiles && ls dist
PH_Adm1_Regions.csv PH_Adm2_ProvDists.csv PH_Adm3_MuniCities.csv PH_Adm4_BgySubMuns.csv
PH_Adm1_Regions.shp.zip PH_Adm2_ProvDists.shp.zip PH_Adm3_MuniCities.shp.zip PH_Adm4_BgySubMuns.shp.zip
The administrative level shapefiles updated as of 31 December 2023.
WGS84 ESRI Shapefile | Description |
---|---|
PH_Adm0_Country.shp.zip | Level 0: Country |
PH_Adm1_Regions.shp.zip | Level 1: Regions |
PH_Adm2_ProvDists.shp.zip | Level 2: Provinces and Districts |
PH_Adm3_MuniCities.shp.zip | Level 3: Municipalities and Cities |
PH_Adm4_BgySubMuns.shp.zip | Level 4: Barangays and Sub-Municipalities |
List of changes that were reflected on the datasets.
- ❌ "Pending" - Changes haven't been applied in the dataset.
- ✅ "Updated"/"No Change" - The PSGC changes in the reported period have been applied in the dataset.
PSGC PSA's new 10-digit coding structure and stored as numeric format.
For convenience, parent PSGC codes are also stored in the datasets. This can be useful when joining across administrative levels.
Maps are using EPSG:32651, Lat/Long projection.
The 2023 Level 0 to 4 raw shapefiles came from OCHA Services Website. This dataset was cleaned up and matched with the most recent PSGC codes and location names. The shapefile was also updated to reflect merging of locations.
If you are using an older version of this project (2019) the source data for that uses:
The 2015 Level 0 to 3 shapefiles came from OCHA Services Website (Not Available Anymore).
The 2015 Level 4 shapefiles came from this Github Repo
The 2011 Level 0 to 4 shapefiles came from GADM Website Data
Please refer to the PSGC Summary of Changes to take into account potential issues that may arise when using these maps together with your datasets.
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
Kindly report data errors by filing issues.