rivus
rivus copied to clipboard
A mixed integer linear optimisation model for energy infrastructure networks
Hi, First off, congrats on this amazing model. I'm trying to recreate the haag15 shape files, but I get other results then from the from https://nbviewer.jupyter.org/gist/lnksz/7977c4cff9c529ca137b67b6774c60d7 This from cell 9...
Soon I will finish my work on rivus (as far as my thesis goes), and still have a lot of pending PRs, I summarized the properties of them hoping to...
MapZen shuts down with end of January, so their service "Metro Extract" will not be updated anymore/will not be available.
Removed/updated inherited functions from python-tools, which are either not used or are obsolete. I would be happy for a code-review. @ojdo ?
Currently, the obsolete `pandashp.read_shp`, the endorsed `geopandas.read_file`, and the `basemap.readshapefile` are used. these all expect paths but vary whether or not they require the extension `.shp` or only the root...
To quickly see the where the source nodes are in a grid.
Plotly added Mapbox integration, which could help to visualize real-world data sets interactively with plotly. [examples](https://plot.ly/python/scattermapbox/)
Package [OSMnx] should be investigated, as it proposes a very convenient `gdf_from_place` function. (Although it fetches only one polygon, the source could serve as a good example for similar functionality....
I will collect here the raised warnings from pandas. in `main.rivus.create_model()` - [x] line 94 & 169: sortlevel is deprecated. - [x] line 145: Boolen Series will be reindexed -...
Now [`create_model`](https://github.com/tum-ens/rivus/blob/af330379be1ba2aa4c3caa2966700316fbc4859d/rivus/main/rivus.py#L166-L167) changes the input parameters `data`, `edge`, `vertex` directly. This is kind of a tolerable side-effect until these are not reused after the specific run. Changes: - data dict...