worldbank / GOSTnets

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM
https://worldbank.github.io/GOSTnets/
MIT License
21 stars 15 forks source link

Update tutorials #63

Closed elbeejay closed 1 month ago

elbeejay commented 4 months ago

PR to work on #62. This PR focuses on getting the tutorials to run and render correctly in the documentation without deprecation errors (that we can control).

A subsequent PR will be set up after this one to actually address the content in the tutorials. As a new user I'm hoping I can help provide clarity to the text around the code.


Notebooks to go through:

elbeejay commented 4 months ago

I think this can be merged whenever you are ready @g4brielvs - I will do a second-pass through the tutorials in a separate branch and open a PR for any changes / suggestions I make there which will be more about the content and thus may require a closer review. This PR in contrast is fairly simple and functional as it focuses on the getting things to run and CI jobs to pass.