Block Profile Points
A Block Profile is a detailed engineering drawing of a record containing features within a public right-of-way.
This dataset represents the center points of areas that are stored in block profile image files.
This data can be used to make requests for block profile TIFF files from <a href="https://cityonline.calgary.ca/col_ccu/maps-and-drawings/5637145377.c">CityOnline</a>.
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 \"calgary-ca/block-profile-points-beky-kpay\".\"block_profile_points\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.