Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 911 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 911 Bytes

Documentation Status License

ipybuilding: 3D interactive urban visualisation in Jupyter notebooks

ipybuilding is a collection of code and examples for visualising 3D building data and overlay information in Jupyter notebooks.

Pydeck provides an ipython widget for the deck.gl 3D visualisatin toolkit.

Several geospatial data sources provide 3D building data, in this case we use data from the Geneva open access cartography service. This was originally provided in GML format and converted to Geopackage (gpkg).

Using geopandas we can load the 3D geo-polygon data and associate it with other information for visualisation, and display this in an interactive 3D visualisation.