https://github.com/ckeuss/bvv
This streamlit app allows users to explore council and meeting data for Berlin’s districts, providing insights into local governance.
https://github.com/ckeuss/bvv
python streamlit
Last synced: 2 months ago
JSON representation
This streamlit app allows users to explore council and meeting data for Berlin’s districts, providing insights into local governance.
- Host: GitHub
- URL: https://github.com/ckeuss/bvv
- Owner: ckeuss
- License: mit
- Created: 2024-12-22T13:11:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T15:36:36.000Z (over 1 year ago)
- Last Synced: 2025-06-25T18:46:07.557Z (about 1 year ago)
- Topics: python, streamlit
- Language: Python
- Homepage: https://bvv-berlin.streamlit.app/
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BVV Berlin
## Streamlit App
### Project Overview
The ALLRIS interface (General Council Information System) is used by many local authorities in Germany for council and meeting management in order to manage information on political bodies, committees, meetings and resolutions and make it publicly accessible. The open data can be retrieved and further processed via the API in the OPARL standard. This BVV-App uses the district council data of the 12 Berlin districts and provides an overview of the committees and parliamentary groups as well as the current district representatives and their roles. It also visualises the development of gender distribution within the district councils over time. An integrated keyword search makes it easier to find meetings with specific agenda items - provided that the districts make this information available.
### Prerequisites
Ensure that the following prerequisites are met to run the scripts in this repository:
- Python 3.x
- Streamlit (version 1.41.1)
- Required Python libraries: streamlit, requests, pandas, geopandas, pydeck, shapely, numpy, plotly, matplotlib, wordcloud, PIL
### Data
The data used for this app can be found in the [Berlin Open Data Portal](https://daten.berlin.de/).
Find the OPARL documentation [here](https://oparl.org/spezifikation/online-ansicht/).
### Access to the BVV-App
https://bvv-berlin.streamlit.app/
### Feedback
If you encounter any issues, mistakes, or have suggestions for improvement, please let me know.