UNPKG

psgc-areas

Version:

Provides the full Philippine Standard Geographic Code (PSGC) dataset in JSON with multiple formats (hierarchy, flat list of all areas, regions, provinces, cities, municipalities, municipal districts, and barangays).

7 lines (5 loc) 230 B
/* eslint-disable @stylistic/js/max-len */ // Input workbook file path. export const PSGC_WORKBOOK_PATH = "./raw/PSGC-April-2024-Publication-Datafile.xlsx"; // Name of target worksheet. export const PSGC_WORKSHEET_NAME = "PSGC";