Open repository in Console
Readme
Updated 18 days ago
‧ Indexed 3 hours ago
Tax Parcel
<DIV STYLE="text-align:Left;"><DIV><P><SPAN>Polygon geometry with attributes displaying tax parcels in East Baton Rouge Parish, Louisiana. This data is updated annually and is maintained by the East Baton Rouge Parish Assessor's Office.</SPAN></P><P><A href="https://city.brla.gov:443/gis/metadata/TAX_PARCEL.html" target="_blank" STYLE="text-decoration:underline;"><SPAN>ISO 19139 Metadata</SPAN></A></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 \"brla-gov/tax-parcel-ei2c-krsr\".\"tax_parcel\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata