de-data-lab / WRK

Repository for the WRK Group Dashboard
https://techimpact.shinyapps.io/WRK-dashboard
GNU Affero General Public License v3.0
1 stars 0 forks source link

Check the feasibility of using the dataset about light poles for safety metrics #28

Closed nsunami closed 2 years ago

nsunami commented 2 years ago

DelDOT has an ArcGIS layer for "Roadside Obstructions - Light Poles". Looking into whether we can take advantage of that to shed light on safety metrics.

nsunami commented 2 years ago

Query was failing without an Object ID. The following query will work:

https://enterprise.firstmap.delaware.gov/arcgis/rest/services/Transportation/DE_Boundary_and_Point/FeatureServer/13/query?where=objectId%20%3E=0&f=JSON&outFields=*

Note that this query assumes that question ID is always a positive number (objectId >= 0)

nsunami commented 2 years ago

I'm closing this issue as "not planned" since we are not pursuing getting this data actively.