Giter VIP home page Giter VIP logo

Comments (3)

mszell avatar mszell commented on June 18, 2024

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 in a stable way.

  2. Concerning the CRSError, it looks like there is no crs context specified. I don't know what exactly the problem is, but this comes up in line 259 of functions.py:

if "crs" not in G.graph:
        G.graph["crs"] = 'epsg:4326' # needed for OSMNX's graph_to_gdfs in utils_graph.py

I hope this can help somehow.

Apart from that, yes, always use exactly the same versions, especially with geo-libraries - they are quite finicky.

from bikenwgrowth.

cbueth avatar cbueth commented on June 18, 2024

Thank you for your answer!

  1. To my delight downloadloop.py worked totally fine on the HPC only with the same DeprecationWarnings as on the HPC. Did you also had them?
    I ran the notebooks 01 and 02 locally (also with same versions as in requirements_nonbuiltins.txt) and transferred the cities data to the HPC but got the same error when trying to analyze the city on the HPC. To compare what would happen locally, I ran notebooks 03 and 04. For 04 the kernel just died at the same point the HPC environment does.
    To check that my city is not the cause I retried with Lyon on the HPC (only) but got the same response.
  2. I remember that in 02.py (line 110, 111) transformations are made with projections previously defined, which seem to trigger the warning shapely throws. But the function should still work with shapely 1.7.0. Does this have anything to do with it?

from bikenwgrowth.

mszell avatar mszell commented on June 18, 2024

Sorry, I don't really know.

from bikenwgrowth.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.