Skip to content
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

Open
stdavis opened this issue Feb 6, 2024 · 6 comments
Open

Feature Services #5

stdavis opened this issue Feb 6, 2024 · 6 comments

Comments

@stdavis
Copy link
Member

stdavis commented Feb 6, 2024

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 perhaps BIKE_NOTES.

The BIKE_* fields use the following domain:

Code Name
1A 1A Cycle track, at-grade, protected with parking
1B 1B Cycle track, protected with barrier
1C 1C Cycle track, raised and curb separated (may be multiuse with peds)
1D 1D Cycle track, bi-directional
1E 1E Cycle track, center-running
2A 2A Buffered bike lane
2B 2B Bike lane
2C 2C Bi-directional buffered bike lane
3A 3A Shoulder bikeway
3B 3B Marked shared roadway
3C 3C Signed shared roadway
1 1 Cycle track, unspecified
2 2 Bike lane, unspecified
3 3 Other bike route, unspecified
PP Parallel Bike Path, Paved
PU Parallel Bike Path, Unpaved
UN Unknown Category

Relevant fields in Tails & Pathways

PrimaryName

BikeDifficulty Count
Beginner 3762
Intermedi* 2420
Expert 1339
Advanced 46
Intermediate 17
CartoCode Count
4 - Road-concurrent 18198
3 - Paved Shared Use 8792
2 - Hiking and Biking Allowed 8206
1 - Hiking Only 3139
9 - Link 3012
8 - Bridge, Tunnel 147
5 - Biking Only 140
7 - Steps 82
6 - Equestrian Primary 7
DesignatedUses Count
Multiuse 34039
Pedestrian 2572
Bike 140

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.

@stdavis stdavis assigned stdavis and unassigned stdavis Feb 6, 2024
@stdavis
Copy link
Member Author

stdavis commented Feb 12, 2024

@bert-granberg is going to get us an ETL script and then we will push out the feature services.

@bert-granberg
Copy link
Collaborator

bert-granberg commented Jun 4, 2024

@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.

@joshua-reynolds
Copy link
Collaborator

joshua-reynolds commented Jun 12, 2024

@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.

@nathankota
Copy link

  • One service for existing infrastructure
  • One service for planned

@stdavis
Copy link
Member Author

stdavis commented Jun 14, 2024

A preliminary feature service from @joshua-reynolds this morning:

https://wfrc.maps.arcgis.com/home/item.html?id=cc0db244166f486891c02b6d306165fd

This schema is as follows:
'NAME' - name of the street or trail
'CARTOCODE' - cartographic code,
'SIDE_1' - direction (N,S,W, E),
'SIDE_2' - direction (N,S,W, E),
'TYPE' - bike facility type ,
'STATUS' - existing or planned,
'SOURCE' - roads or trails,
'SOURCE_ID' - id for joining back to global id of source data

*highlighted fields have unofficial data

@joshua-reynolds
Copy link
Collaborator

The script is complete and can be found here:
https://github.com/WFRCAnalytics/Bike-App-Create-Features

@stdavis stdavis removed the waiting label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants