GML22 / PostCodesMaps

[This project was completed in April 2024] PostCodesMaps is an application written in Python that creates postcode maps of regions in Poland based on a set of address points from the Polish National Register of Boundaries Database (the PRG database).

Home Page:https://gml22.github.io/PostCodesMaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostCodesMaps

[This project was completed in April 2023]

PostCodesMaps is an application written in Python that creates postcode maps of regions in Poland based on a set of address points from the Polish National Register of Boundaries Database (also known as the PRG database). As part of PostCodeMaps, a website has been created that allows visualisation of the generated postcodes maps: https://gml22.github.io/PostCodesMaps

PostCodesMaps creates SQL database containing all address points in Poland by parsing files in Geography Markup Language format into SQL tables. The main data source of PostCodesMaps is The National Register of Boundaries Database (also known as PRG database) - state-maintained reference database of all address points in Poland (including administrative division of the country):

The resulting database was used to generate postcode maps of Poland (in .shp and .geojson formats), which were then overlaid on OpenStreetMap for visualisation purposes.

The technical documentation of PostCodesMaps is available at:

About

[This project was completed in April 2024] PostCodesMaps is an application written in Python that creates postcode maps of regions in Poland based on a set of address points from the Polish National Register of Boundaries Database (the PRG database).

https://gml22.github.io/PostCodesMaps

License:MIT License


Languages

Language:Python 63.9%Language:JavaScript 27.3%Language:CSS 6.1%Language:HTML 2.6%