Nova Scotia Topographic DataBase - Landforms (Break Line Layer)
Part of the Nova Scotia Topographic Database (NSTDB), the landforms theme layer is updated and maintained from aerial photography. Contours, spot elevations, Cut/fill locations along roadways, as well as cliffs and embankments are collected. Landform feature codes and their descriptions are provided with the download in a NSTDB feature code table.
Data download also available via GeoNova: https://nsgi.novascotia.ca/WSF_DDS/DDS.svc/DownloadFile?tkey=fhrTtdnDvfytwLz6&id=14
Map service view also available via GeoNova: https://nsgiwa.novascotia.ca/arcgis/rest/services/BASE/BASE_NSTDB_10k_Landforms_UT83/MapServer?f=jsapi
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 \"novascotia-ca/nova-scotia-topographic-database-landforms-break-na6y-vuz3\".\"nova_scotia_topographic_database_landforms_break\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.