Firearm Free Zone - Parcels
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Parcels used in the creation of the Firearm-Free Zones </SPAN></P><P><SPAN>Firearm-Free zones are defined as "an area inclusive of any school campus and within one-thousand feet of any such school campus, and within a school bus, wherein the possession of firearms is prohibited."</SPAN></P><P><SPAN>For more information, including definitions of schools and exceptions to prohibited zones, please refer to Louisiana Revised Statute § 14:95.6.</SPAN></P></DIV></DIV></DIV>
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 \"nola-gov/firearm-free-zone-parcels-q7ec-4m8d\".\"firearm_free_zone_parcels\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.