nptscot / osmactive

Extract active travel infrastructure from OSM
https://nptscot.github.io/osmactive/
Other
7 stars 0 forks source link

No 'segregated' column in example dataset #14

Closed Robinlovelace closed 3 months ago

Robinlovelace commented 3 months ago

The segregated key contains values relating to the level of walking/cycling separation.

It is not a common tag, but could be useful, so we should add it to the example dataset, although it's NA in most cases:

summary(as.factor(osm_edinburgh$segregated))
  no  yes NA's 
   3    7  113 

I think I can fix this issue, working on it, with reference to #13