Regulated Floodplain 2017
The Flood Insurance Study (FIS) and Digital Flood Insurance Rate Map (DFIRM) for Pierce County, Washington and Incorporated Areas became effective on March 7, 2017. These mapping products replace the FIS & FIRM issued to Unincorporated Pierce County in 1987 and the other incorporated communities between 1980 and 1985. Please read metadata for additional information (https://matterhorn.piercecountywa.gov/GISmetadata/pdbswm_regulated_floodplain.html). Any use or data download constitutes acceptance of the Terms of Use (https://matterhorn.piercecountywa.gov/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/regulated-floodplain-2017-dw7h-j8qy\".\"regulated_floodplain_2017\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.