Features:
- English names of the fields
- Removed redundant fields
See Releases
The structure of object/row:
Name | Type | Polish equivalent |
---|---|---|
id | integer |
- |
name | string |
- |
type | string ("city" or "village" ) |
- |
province | string |
województwo |
district | string |
powiat |
commune | string |
gmina |
lat | float |
- |
lng | float |
- |
Format | XML |
License | CC BY 4.0 |
Valid as of | 01/01/2024 |
Entries | 44499 |
Data comes from Polish government's website (dane.gov.pl
), specifically from Państwowy Rejestr Nazw Geograficznych.
Data available here is parsed by parser.py
.
Usage:
python3 parser.py [XML source file] [output file]
This work is licensed under a Creative Commons Attribution 4.0 International License.