Closed syounkin closed 2 weeks ago
Looks like we were working simultaneously on the same part of the code. Conflicts should be easy to resolve. Feel free to reject the pull request if you don't want to deal with the conflicts. I am going to create a new file in which I mimic your code but with cycling instead.
Sounds good, I'll take a look. One issue I see is with the WI_Schools. The original data file had the geometry attribute of geom
. When I redownloaded the geopackage from https://data-wi-dpi.opendata.arcgis.com/datasets/d383fe81275e46f2a5a5c4f1a0c2eb85_20/, the geometry attribute was called SHAPE
. So I added added geom
as a separate column to align with the rest of the script.
I also moved the bikelts chunk into the "Input Data" section
Finished formatting _routeanalysis.Rmd. Next step is to mimic the code for cycling.