Orleans Parish Boundary
<DIV STYLE="text-align:Left;"><DIV><P><SPAN>Orleans Parish (City of New Orleans) boundary as derived from The City of New Orleans Home Rule Charter Article I. Sec. 1-103; the State of Louisiana; and, 2016 aerial imagery. Landmass derived from 2016 aerial photography. Major waterway centerline derived from 2016 aerial photography.</SPAN></P></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/orleans-parish-boundary-tu2j-8k42\".\"orleans_parish_boundary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.