nptscot / npt

Data processing code, also use this repo for issue tracking for the Network Planning Tool. See https://nptscot.github.io for development version
https://www.npt.scot/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Get zone statitics #21

Closed mem48 closed 1 year ago

mem48 commented 1 year ago

number of cyclists for each scenario

mem48 commented 1 year ago

Top Priority for Friday meeting

Robinlovelace commented 1 year ago

And visualise them in the website.

mem48 commented 1 year ago

@Robinlovelace I'm working on this today, As targets is not working I'm going to write my code as a function. Then it can easily be pulled into the workflow at a later date. Sound good to you?

Robinlovelace commented 1 year ago

Sound good to you?

Sounds good! If you can open a separate issue on {targets} not working with the error message that could help debug it. That's not a near term priority in prep for meeting tomorrow so great plan to forge ahead with this. One other thing: can you try to fix #22 at some point? Keep us posted here and feel free to tag me although I'm snowed under today.

Robinlovelace commented 1 year ago

Just checking in on this @mem48 let me know if you want any input from me.

mem48 commented 1 year ago

Getting there

image

Robinlovelace commented 1 year ago

Looking really good.

mem48 commented 1 year ago

I'm building in origin and destination stats so we can talk about things like parking and build on https://journals.sagepub.com/doi/10.1177/23998083221138575

Robinlovelace commented 1 year ago

Propensity for cycle parking addition is a great idea. Low hanging fruit. It deserves it's own issue as is a new feature request, good chance clients will like it!

Robinlovelace commented 1 year ago

Suggestion on tracking progress on this: link to the issue by adding the URL of this issue in the commit message, e.g.:

git commit -am 'Start on zone stats, see https://github.com/nptscot/npt/issues/21'

That will even work for commits in the web repo.