Saint Paul Redlining Parcels
Data provided by Mapping Inequality : Redlining in New Deal America. Robert K. Nelson, LaDale Winling, Richard Marciano, Nathan Connolly, et al., “Mapping Inequality,” American Panorama, ed. Robert K. Nelson and Edward L. Ayers, accessed December 14, 2020.
Visit https://s3.amazonaws.com/holc/tiles/MN/StPaul/19XX/holc-scan.jpg for an image of this data.
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 \"ramseycounty-us/saint-paul-redlining-parcels-chea-m45s\".\"saint_paul_redlining_parcels\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.