worldbank / GOSTnets

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

proposing new module structure #5

Open d3netxer opened 4 years ago

d3netxer commented 4 years ago

I am working on the Sphinx documentation now and the autodoc functionality. It is spitting out function names like "GOSTnets.GOSTnet.find_graph_avg_speed"; so this way should make the function names look nicer too.

d3netxer commented 4 years ago

yes, I think for modules we can go with short, all-lowercase names, and they can contain underscores.

https://softwareengineering.stackexchange.com/questions/308972/python-file-naming-convention

d3netxer commented 4 years ago

so I did this. One thing this does is want the extra underlying libraries to have their dependencies too. So we may want to continue thinking about this.

d3netxer commented 4 years ago

Also, once this looks good, let's try to update the version on PiPy