cyipt / actdev

ActDev - Active travel provision and potential in planned and proposed development sites
https://actdev.cyipt.bike
7 stars 3 forks source link

Attempt to get disaggregate.R running again #59

Closed dabreegster closed 3 years ago

dabreegster commented 3 years ago

I'm trying to produce disaggregated desire lines for Chapelford as well. As a first step, I thought I'd just try executing the script for Great Kneighton. I hit a few snags with missing dependencies, renamed files, and assumptions about directory structure that I think I've improved. But the call to od::od_disaggregate is failing, and I haven't figured out why yet.

Other general questions about R: is there a "strict" mode where things will stop immediately with the first error? When I run the script as it is now, files are deleted and modified, because execution continues until the very end, even though there's an error somewhere in the middle.