IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

Added traffic flow recovery analysis documentation and example notebook #391

Closed ywkim312 closed 1 month ago

ywkim312 commented 1 month ago

Please test a newly added notebook after installing following pyincore PR

https://github.com/IN-CORE/pyincore/pull/570

navarroc commented 1 month ago

Can you also add a reference in the analyses.md file? Otherwise the new analysis doesn't show up in the analyses page of the manual.

ywkim312 commented 1 month ago

Can you also add a reference in the analyses.md file? Otherwise the new analysis doesn't show up in the analyses page of the manual.

Sorry I missed it. Added

ywkim312 commented 1 month ago

You changed the output key of the new traffic flow analysis so the transportation_recovery.ipynb needs to be fixed. It's using the old output key "overall_transportation_recovery_trajectory"

So should I also update the existing transportation recovery notebook to point to the renamed analysis? I thought the old notebook just remained untouched and would be removed eventually? So, you mean, I have to keep the old notebook but the notebook should point to renamed analysis? Or maybe I am misunderstanding?

navarroc commented 1 month ago

You changed the output key of the new traffic flow analysis so the transportation_recovery.ipynb needs to be fixed. It's using the old output key "overall_transportation_recovery_trajectory"

So should I also update the existing transportation recovery notebook to point to the renamed analysis? I thought the old notebook just remained untouched and would be removed eventually? So, you mean, I have to keep the old notebook but the notebook should point to renamed analysis? Or maybe I am misunderstanding?

Since you deprecated instead of renaming, we should keep the old notebook for now and just fix the key so the notebook works. When we officially remove the old analysis, then we can delete the notebook. I don't think you need to make the old notebook use the new analysis. You can leave that part as-is.

ywkim312 commented 1 month ago

You changed the output key of the new traffic flow analysis so the transportation_recovery.ipynb needs to be fixed. It's using the old output key "overall_transportation_recovery_trajectory"

So should I also update the existing transportation recovery notebook to point to the renamed analysis? I thought the old notebook just remained untouched and would be removed eventually? So, you mean, I have to keep the old notebook but the notebook should point to renamed analysis? Or maybe I am misunderstanding?

Since you deprecated instead of renaming, we should keep the old notebook for now and just fix the key so the notebook works. When we officially remove the old analysis, then we can delete the notebook. I don't think you need to make the old notebook use the new analysis. You can leave that part as-is.

Pushed the notebook with new key