Development Process Areas
This theme is an extract of Community Planning Areas, created by the Pierce County Planning and Land Services Department (PALS). The areas were then amended to follow RTSQ lines to enable spatial queries from the PALS PLUS Database. This dataset has not been registered to the ortho-based tax parcel dataset or the County boundary that is registered to geographic features such as center of rivers. The attribute information is current. Please read the metadata and for additional information (https://matterhorn.co.pierce.wa.us/GISmetadata/pdbplan_development_process_areas.html). Any data download constitutes acceptance of the terms of Use (https://matterhorn.co.pierce.wa.us/Disclaimer/PierceCountyGISDataTermsofUse.pdf).
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 \"internal-open-piercecountywa-gov/development-process-areas-3msp-fxzk\".\"development_process_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.