seanerice / clt-bicycle-map

0 stars 0 forks source link

Transform OSM data #3

Closed seanerice closed 11 months ago

seanerice commented 1 year ago

Coalesce into a single attribute

For roadways, assign a category

  1. cycle track
  2. buffered lane
  3. lane
  4. shared busway
  5. shared lane
  6. none

For dedicated rights of way, determine access level

  1. bicycles allowed
  2. bicycles designated
  3. bicycles not allowed
  4. conditional access

Keep in mind that there are default values for each type of dedicated ROW. Paths are bicycle=yes by default Cycleways are bicycle=designated by default

Filter out data:

Filter out attributes that aren't relevant. This should cut down on map size.

seanerice commented 11 months ago

I have updated the fetch script to also transform data. I have also simplified how the map is created.

8

seanerice commented 11 months ago

I'm satisfied with the state of the script. Going to close this issue.