Michael Szell

Results 14 comments of Michael Szell

Thx! This error means you are reading an _edges.csv file that does not have "u" in its header line. My guess is that the file is empty? Maybe the data...

The reason is because something changed in a newer geopandas or osmnx version (one or both of the methods `ox.simplify_graph` or `.to_csv`) Now the function `ox_to_csv` needs in the two...

Thx, resolved here: https://github.com/mszell/bikenwgrowth/commit/777ec826b214ee85755bbdca420dcef0bc59ec33

Hi, thanks! :) Oh, I didnt realize it was that huge. I might still need to work with the data soon and have them part of the repo. I'll consider...

Finally had time for this: https://github.com/mszell/bikenwgrowth/commit/0bd135246afd5cca46bfd4b678b0c08edcaa9fb5 Hope it's easier to fork now (if not let me know)

That didn't fix it, I just cloned it. Apparently the problem is that all the large files (11GB) are contained in the .git/objects folder, i.e. in the project history, so...

Thx, partially resolved with a warning and solution to clone without history: https://github.com/mszell/bikenwgrowth/commit/c4712704232d334e0b75afca10654923d4f09063 Might make sense to do a deeper cleaning at some point in the future.

Thx, resolved here: https://github.com/mszell/bikenwgrowth/commit/d0923c0ac5f87a76088cb0e9229371df22f400ff

Thx for trying to use it! 1) I think you shouldn't use downloadloop.py serverside - OSMNX throws too many connection issues and I never managed to run that download part...