uesgraphs icon indicating copy to clipboard operation
uesgraphs copied to clipboard

Graph framework for urban energy systems

Results 23 uesgraphs issues
Sort by recently updated
recently updated
newest added

Calling example_osm.py with pyproj version 2.1.3 leads to the following error: ``` Traceback (most recent call last): File "/Users/PycharmProjects/uesgraphs/uesgraphs/examples/example_osm.py", line 202, in main() File "/Users/PycharmProjects/uesgraphs/uesgraphs/examples/example_osm.py", line 26, in main example_district...

bug

Using the visuals function under linux leads to an Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory according to [this issue](https://github.com/conda-forge/pygridgen-feedstock/issues/10) the last comment recommend...

bug

Added new node_type "supply_heating_cooling" in methods "to_json" and "from_json" to describe nodes/buildings serving as both heat and cooling suppliers.

## What is the problem? - not really a problem, but I'd like to generate UES Graph from Shapefiles (https://de.wikipedia.org/wiki/Shapefile) ## Why do we want to solve it? - currently...

enhancement

To reduce the numbers of buildings we want to cluster them geographically. @marcusfuchs already implemented this in another repo. I will look at his implementation and integrate a function in...

In the current verison there is no possibility to picture bidirectional networks that uses flow and return for heating and cooling supply. These netwroks consist of different types of substations...

We had some utilities functions like the sizing of a hydronic network for heating (and maybe cooling?). Is it planned to reintegrate this or what do you think about such...

enhancement

adds the changes mentioned in issue #21 hope I did this correctly; I tried to follow the contribution guidelines of TEASER.

If calling UESGraph.remove_unconnected_nodes with network_type `others`, an error message `UnboundLocalError: local variable 'is_supply' referenced before assignment` cannot be avoided. This may be intended behaviour, but the docstring lists all network...