Code Monkey home page Code Monkey logo

Comments (1)

SteffenMeinecke avatar SteffenMeinecke commented on August 23, 2024

case9.json
Attached is a case9 json file with net.bus_geodata of a former pp version. Using the following code, I don't see the expected output. @KS-HTK @vogt31337 shouldn't this be fixed by above PR merged?

import pandapower as pp
net = pp.from_json(sm.pjoin(sm.desktop, "case9.json"))
if bus_geodata_exists := "bus_geodata" in net.keys():
    print(net.bus_geodata)
    print("net.bus_geodata should not exist anymore.")
if net_bus_geo_is_all_nan := net.bus.geo.isnull().all():
    print("Instead, net.bus.geo is all NaN.")
if not bus_geodata_exists and not net_bus_geo_is_all_nan:
    print("Bus geo data seems to be converted to the current format. Please ensures this also for net.line.geo.")

from pandapower.

Related Issues (20)

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.