GOSTnets icon indicating copy to clipboard operation
GOSTnets copied to clipboard

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM

Results 24 GOSTnets issues
Sort by recently updated
recently updated
newest added

Starting to get some tests and accompanying continuous integration workflow going. Relates to #46. Built off of #65...

updates: - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.40.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.4)

Develop continuous integration workflows to do the following: - [x] #60 - [x] Build and install the package (#42) - [ ] Run unit and integration tests (could also run...

enhancement
question

PR to close #62. This PR is intended to be merged after #63, and is the "content" side of the tutorial updates where #63 focused on ensuring they would run...

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

Looks like the tutorials are a bit dated, so far I've found that the `networkx.read_gpickle` function was retired (https://networkx.org/documentation/stable/release/migration_guide_from_2.x_to_3.0.html#deprecated-code). Should run through the various notebooks and make the necessary changes...

documentation

This issue is to reevaluate if the imports on __init__.py are necessary, as it impacts the loading time.

question

Throughout the package, `print` is used for logging. This issue is for substituting it with [logging](https://docs.python.org/3/howto/logging.html).

enhancement

Create the necessary recipe to get the package hosted on conda-forge

Per [advise](https://github.com/orgs/worldbank/discussions/4#discussioncomment-8071225), WB projects should adopt MPL, but we could hold off until further guidance from Legal.