Skip to content

Commit

Permalink
adding info for road data
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Feb 14, 2024
1 parent 83be73d commit 83415f3
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions road-eda.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ Requirement:
> Roughly estimate route miles of potential deployments

## what is inside teh data:
## what is inside the data:

We have linestrings with those attributes:

- `linearid`: primary id, used by ither TIGER product

- `fullname`: road name, humane-readable

- `mtfcc`: MAF/TIGER Feature Class Codes, example, S1400 (Local Neighborhood Road,
Rural Road, City Street)


- `rttyp`: route type code, type of road.

| Route Type Code | Route Type Code Description |
Expand All @@ -34,6 +32,35 @@ Rural Road, City Street)
| S | State recognized |
| U | U.S. |

- `mtfcc`: MAF/TIGER Feature Class Codes, example, S1400 (Local Neighborhood Road,
Rural Road, City Street)


|mtfcc|features|
|--- |----|
|"S1100"|Primary Road |
|"S1200"|Secondary Road|
|"S1400"|Local Neighborhood Road, Rural Road, City Street|
|"S1500"|Vehicular Trail (4WD)|
|"S1630"|Ramp |
|"S1640"|Service Drive usually along a limited access highway|
|"S1710"|Walkway/Pedestrian Trail |
|"S1720"|Stairway |
|"S1730"|Alley|
|"S1740"|Private Road for service vehicles (logging, oil fields, ranches, etc.)|
|"S1750"|Internal U.S. Census Bureau use|
|"S1780"|Parking Lot Road|
|"S1810"|Winter Trail |
|"S1820"|Bike Path or Trail |
|"S1830"|Bridle Path|

## Should this information provided and how?

We should probably not keep the bridle paths?

Should it be provided at block level: ie an estimate route miles?

How the user will interact with it?

### Resources

Expand Down

0 comments on commit 83415f3

Please sign in to comment.