pandapower icon indicating copy to clipboard operation
pandapower copied to clipboard

Issues and Improvements regarding geojson

Open KS-HTK opened this issue 10 months ago • 0 comments

Issues

  • [x] Simple plot currently only plots lines that have geodata. #2275 (fix in #2280)
  • [x] create_line_collection/create_bus_collection ignores lines/buses indecies and plots everything. (fix in #2280)
  • [x] create_line creates invalid geojson objects. list of coords in nested to deep.
  • [ ] convert_format not updating bus_geodata/line_geodata table.

Improvements

  • [x] create_buses expects list as docstring says but previously could use other iterables. Should accept any iterable.

KS-HTK avatar Apr 26 '24 11:04 KS-HTK