tigrov / geoname-divisions
Parser for country divisions from Geoname.
dev-master
2017-03-31 17:56 UTC
This package is auto-updated.
Last update: 2024-11-10 01:19:04 UTC
README
Parser to get list of divisions and subdivisions with ISO-3166-2 codes in CSV format from http://www.geonames.org/
To execute run the command in shell:
php parse.php
The results are saved in files:
result/divisions.csv
result/subdivisions.csv
The first column is a country ISO-3166-1 code
Divisions and subdivisions marked as "no longer exists:" are skipped.
Example of parsed urls:
- http://www.geonames.org/FR/administrative-division-.html
- http://www.geonames.org/GB/administrative-division-.html
- http://www.geonames.org/US/administrative-division-.html
Additional
Parser for country divisions from Wikipedia:
https://github.com/tigrov/wikipedia-divisions