Aliases: od_data_buildings
Keywords: datasets
### ** Examples nrow(od_data_buildings)
[1] 303
head(od_data_buildings)
osm_way_id building 1 23150505 retail 2 23162531 commercial 3 27767021 commercial 4 28516780 office 5 28516878 commercial 6 28516879 commercial geometry 1 -1.540118, -1.540146, -1.540119, -1.540083, -1.540037, -1.540034, -1.539737, -1.539590, -1.539537, -1.538756, -1.538555, -1.537737, -1.537734, -1.537730, -1.537718, -1.537707, -1.537703, -1.537700, -1.537693, -1.537681, -1.537676, -1.537673, -1.537664, -1.537756, -1.537767, -1.537808, -1.537861, -1.537851, -1.537896, -1.537893, -1.538037, -1.538041, -1.538202, -1.538203, -1.538367, -1.538378, -1.538444, -1.538506, -1.538500, -1.539453, -1.539528, -1.539925, -1.540033, -1.540030, -1.540062, -1.540096, -1.540140, -1.540154, -1.540167, -1.540118, 53.796922, 53.796895, 53.796869, 53.796833, 53.796840, 53.796814, 53.796714, 53.796715, 53.796710, 53.796695, 53.796691, 53.796675, 53.796711, 53.796756, 53.796918, 53.797088, 53.797146, 53.797194, 53.797287, 53.797447, 53.797521, 53.797565, 53.797714, 53.797715, 53.797568, 53.797569, 53.797571, 53.797659, 53.797661, 53.797676, 53.797682, 53.797669, 53.797676, 53.797665, 53.797670, 53.797587, 53.797589, 53.797591, 53.797669, 53.797626, 53.797622, 53.797604, 53.797599, 53.797579, 53.797559, 53.797538, 53.797539, 53.797212, 53.796929, 53.796922 2 -1.546567, -1.546010, -1.545691, -1.546415, -1.546684, -1.546593, -1.546671, -1.546567, 53.794037, 53.794003, 53.793825, 53.793376, 53.793388, 53.793446, 53.793489, 53.794037 3 -1.556500, -1.556314, -1.556013, -1.555567, -1.555445, -1.555962, -1.555998, -1.556067, -1.556110, -1.556160, -1.556318, -1.556500, 53.800199, 53.800272, 53.800011, 53.800179, 53.800075, 53.799868, 53.799871, 53.799847, 53.799885, 53.799891, 53.800034, 53.800199 4 -1.553886, -1.553610, -1.553657, -1.553446, -1.553305, -1.553267, -1.553177, -1.553108, -1.553087, -1.553122, -1.553180, -1.553379, -1.553538, -1.553549, -1.553763, -1.553750, -1.554143, -1.553886, 53.794418, 53.794550, 53.794591, 53.794650, 53.794537, 53.794506, 53.794544, 53.794597, 53.794668, 53.794715, 53.794699, 53.794963, 53.794920, 53.794935, 53.794879, 53.794862, 53.794755, 53.794418 5 -1.550857, -1.550850, -1.550724, -1.550730, -1.550687, -1.550653, -1.550673, -1.550690, -1.550814, -1.550820, -1.550911, -1.550982, -1.551470, -1.551519, -1.551471, -1.551419, -1.551374, -1.551306, -1.551072, -1.551058, -1.550954, -1.550922, -1.550913, -1.550857, 53.795532, 53.795564, 53.795557, 53.795519, 53.795515, 53.795514, 53.795403, 53.795298, 53.795234, 53.795182, 53.795190, 53.795158, 53.795186, 53.795247, 53.795436, 53.795380, 53.795332, 53.795326, 53.795307, 53.795367, 53.795359, 53.795497, 53.795535, 53.795532 6 -1.552283, -1.552055, -1.552141, -1.552007, -1.551967, -1.551920, -1.551960, -1.551907, -1.551848, -1.551630, -1.551664, -1.551702, -1.551632, -1.551667, -1.551549, -1.551566, -1.551668, -1.551705, -1.551839, -1.551850, -1.552376, -1.552360, -1.552466, -1.552283, 53.795319, 53.795378, 53.795493, 53.795529, 53.795475, 53.795487, 53.795541, 53.795555, 53.795477, 53.795534, 53.795578, 53.795630, 53.795648, 53.795694, 53.795725, 53.795747, 53.795720, 53.795769, 53.795734, 53.795749, 53.795612, 53.795592, 53.795564, 53.795319
plot(od_data_buildings$geometry)
Error in xy.coords(x, y, xlabel, ylabel, log): 'x' is a list, but does not have components 'x' and 'y'
plot(od_data_zones_min$geometry, lwd = 3, col = NULL, add = TRUE)
Error in xy.coords(x, y, xlabel, ylabel, log): 'x' is a list, but does not have components 'x' and 'y'