Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.28 KB

README.md

File metadata and controls

50 lines (35 loc) · 2.28 KB

Names and coordinates of Polish cities and villages

Features:

  • English names of the fields
  • Removed redundant fields

Download

See Releases

Structure

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 -

Source

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.

Parser

Data available here is parsed by parser.py.

Usage:

python3 parser.py [XML source file] [output file] 

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.