Baselight

Country Lat Long

Latitude and longitude of countries around the world

@kaggle.alexkaechele_country_geo

Loading...
Loading...

About this Dataset

Country Lat Long

Context

This is latitude and longitude data for centroids of countries.

Content

Simple data set of country name, latitude, and longitude.

Acknowledgements

Data provided through Google Public Data

Inspiration

Mainly used this for plotting country locations with leaflet.

Tables

Country Data

@kaggle.alexkaechele_country_geo.country_data
  • 11.59 KB
  • 245 rows
  • 4 columns
Loading...

CREATE TABLE country_data (
  "country" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.