Scheduled Photo Enforcement Zones
This spatial data represents the Zones or the Operational Areas where Photo Radar Enforcement is scheduled to be conducted. An enforcement unit can be found anywhere along the area of the Zone. Designated Zones are continuously reviewed, revised, added, removed and otherwise updated in accordance to the guidelines for establishing a Zone for photo enforcement. Automated enforcement is expected to be operating at the locations indicated. Please be advised that automated enforcement may be used at other locations within Edmonton as well. Locations selected for enforcement may be removed or added as determined by weather, road conditions, roadway closures or construction, equipment issues or other unforeseen circumstances.
Please refer to the FAQ the City has available in regards to Photo Enforcement: https://www.edmonton.ca/enforcement.
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 \"edmonton-ca/scheduled-photo-enforcement-zones-39my-9n5c\".\"scheduled_photo_enforcement_zones\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.