bvarick / route_analysis

GNU General Public License v3.0
0 stars 1 forks source link

Finished Organizing Rmarkdown Script #7

Closed syounkin closed 2 weeks ago

syounkin commented 2 weeks ago

Finished formatting _routeanalysis.Rmd. Next step is to mimic the code for cycling.

syounkin commented 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.

bvarick commented 2 weeks ago

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.

bvarick commented 2 weeks ago

I also moved the bikelts chunk into the "Input Data" section