Polygons of Hungarian electoral districts in 2022
Electoral districts
Electoral districts are subdivisions created for the purpose of electing members to a legislative body.
They are important aspects of creating political strategies and offer an opportunity to concentrate political parties in as few districts as possible, called Gerrymandering.
Data descriptions
The data are serialized to geojson format.
It can be easily read in Python with geopandas package.
import geopandas as gpd
gdf = gpd.read_file('file.geojson')