Clatsop map: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "== Elevations == LiDAR Coastal data viewer Generating contours" |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
* Roads | |||
* Points of interest | |||
** Campgrounds | |||
** Hostels | |||
** Other accommodations? | |||
** Historic places | |||
** Restrooms | |||
** Roadside stops | |||
* Elevations (summits and highest point on passes) | |||
* Parks | |||
** City | |||
** County | |||
** State | |||
** National | |||
== Elevations == | == Elevations == | ||
LiDAR | LiDAR - | ||
Coastal data viewer | Coastal data viewer | ||
I want three layers, might not use all of them in the final product. | |||
# contours | |||
# chevrons | |||
# terrain shading | |||
=== Generating contours === | |||
=== Steepness chevrons === | |||
# Road indicates area of interest | |||
# Slope indicates number of chevrons | |||
# Aspect indicates direction | |||
so... | |||
# build polygons around road | |||
# build slope layer | |||
# intersect road poly + slope poly | |||
# classify slope of each road poly | |||
# classify aspect of each poly | |||
# place chevrons on center of road segment in each poly |
Revision as of 04:26, 30 July 2018
- Roads
- Points of interest
- Campgrounds
- Hostels
- Other accommodations?
- Historic places
- Restrooms
- Roadside stops
- Elevations (summits and highest point on passes)
- Parks
- City
- County
- State
- National
Elevations
LiDAR -
Coastal data viewer
I want three layers, might not use all of them in the final product.
- contours
- chevrons
- terrain shading
Generating contours
Steepness chevrons
- Road indicates area of interest
- Slope indicates number of chevrons
- Aspect indicates direction
so...
- build polygons around road
- build slope layer
- intersect road poly + slope poly
- classify slope of each road poly
- classify aspect of each poly
- place chevrons on center of road segment in each poly