-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Services #5
Comments
@bert-granberg is going to get us an ETL script and then we will push out the feature services. |
@joshua-reynolds is planning to do the ETL script that brings the road centerlines features with Bike_* attributes together with the trails/pathways features. Basically deriving one new feature class with the needed data elements from from the two feature classes. The end product would essentially be "bikeways" (on street + pathways bike routes in the real world). The on street would need the type of bike facility and the level of traffic stress. |
@bert-granberg Don't we already have this in the bike layer of the multimodal network? If this is true, we just need to figure out where and how to host it. |
|
A preliminary feature service from @joshua-reynolds this morning: https://wfrc.maps.arcgis.com/home/item.html?id=cc0db244166f486891c02b6d306165fd This schema is as follows: *highlighted fields have unofficial data |
The script is complete and can be found here: |
The latest draft web map is here: https://wfrc.maps.arcgis.com/apps/mapviewer/index.html?webmap=1da30e08d4ce4950bb44662e5c9a54fb |
We need to figure out where the feature services that back this app will be hosted. The data is contained in both the Roads and Trails and Pathways SGID datasets.
Relevant fields in Roads
FULLNAME
,BIKE_L
,BIKE_R
, and perhapsBIKE_NOTES
.The
BIKE_*
fields use the following domain:Relevant fields in Tails & Pathways
PrimaryName
Question for @bert-granberg:
What queries should go with what values in the filter for the app? What other attributes should show up in the identify panel?
Editing
Possible branch versioning via the UGRC portal instance.
The text was updated successfully, but these errors were encountered: