An open API service indexing awesome lists of open source software.

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?

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 data

country | total _ in _ km | km | neighbor
------------- | ------------- | ------------- | -------------
Afghanistan|5.987|91|China
Afghanistan|5.987|921|Iran
...

## Implicit information
How many neighbors has a country?