Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsys/country-coastline-distance
Cross-country data on land area and coastline distance
https://github.com/lsys/country-coastline-distance
country-codes covid19-data csv dataset
Last synced: about 2 months ago
JSON representation
Cross-country data on land area and coastline distance
- Host: GitHub
- URL: https://github.com/lsys/country-coastline-distance
- Owner: LSYS
- License: cc0-1.0
- Created: 2020-03-13T04:19:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T04:23:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T02:07:44.402Z (4 months ago)
- Topics: country-codes, covid19-data, csv, dataset
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Cross-country coastline data
List of countries (and territories) with area and coastline distance data.
| Variable | Description |
|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
| country | Country Name |
| iso2 | ISO 3166 Alpha-2 country codes |
| area_wf | Country area (sq km) from *The World Factbook* (area compares the sum of all land and water areas delimited by international boundaries and/or coastlines) |
| coastline_wf | Coastline distance (km) from *The World Factbook* (length of the boundary between the land area, including islands, and the sea) |
| coast_to_area_wf | (coastline_wf / area_wf) * 100 |
| coastline_wri | Coastline distance (km) from *World Resources Institute* |
| coast_to_area_wri | (coastline_wri / area_wf) * 100 |#### Data sources
* coastline_wf (https://www.cia.gov/library/publications/resources/the-world-factbook/fields/282.html)
* area_wf (https://www.cia.gov/library/publications/the-world-factbook/fields/279rank.html)
* coastline_wri (https://web.archive.org/web/20120419075053/http://earthtrends.wri.org/text/coastal-marine/variable-61.html)#### Usage notes
* Country codes (ISO-3166, e.g. EE) should be the ```main key``` rather than country name (e.g. Estonia)
* Some country name entries are outdated (e.g. Swaziland now Eswatini, SZ). Country codes are more reliable