https://github.com/cutterkom/country-boundaries-worldwide
Data that answers the question: How long is the border a country shares with its neighbor country?
https://github.com/cutterkom/country-boundaries-worldwide
Last synced: 3 months ago
JSON representation
Data that answers the question: How long is the border a country shares with its neighbor country?
- Host: GitHub
- URL: https://github.com/cutterkom/country-boundaries-worldwide
- Owner: cutterkom
- Created: 2015-09-24T07:43:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T07:56:12.000Z (over 9 years ago)
- Last Synced: 2025-01-09T09:21:56.908Z (5 months ago)
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Country Boundaries Data
## Source
[CIA Factbook](https://www.cia.gov/library/publications/the-world-factbook/fields/2096.html)
## Variables
- country: borders from this country's point of view
- neighbor
- total_in_km: A country's total border length
- km: Border length to specific neighbor
## Glimpse at datacountry | total _ in _ km | km | neighbor
------------- | ------------- | ------------- | -------------
Afghanistan|5.987|91|China
Afghanistan|5.987|921|Iran
...## Implicit information
How many neighbors has a country?