PA Higher Education Institutions by Sector Current Statewide Education
This data is used for a map of all current PA Higher Education Institutions with functionality to layer on/off different sectors.
These represent all PA college campuses by sector, county, zip code, and PDE location type, including the accreditor (Middle States) location type as secondary reference. These indicate full-service college locations and doesn’t include off-site limited instructional sites.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"pa-gov/pa-higher-education-institutions-by-sector-current-8u5h-xvus\".\"pa_higher_education_institutions_by_sector_current\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.