GeoNames - All Cities
All cities with a population > 500 or seats of adm div (ca 135.000)
@kaggle.joebeachcapital_geonames_all_cities
All cities with a population > 500 or seats of adm div (ca 135.000)
@kaggle.joebeachcapital_geonames_all_cities
CREATE TABLE geonames_all_cities_with_a_population_500 (
"geoname_id" BIGINT,
"name" VARCHAR,
"ascii_name" VARCHAR,
"alternate_names" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"feature_class" VARCHAR,
"feature_code" VARCHAR,
"country_code" VARCHAR,
"country_code_2" VARCHAR,
"admin1_code" VARCHAR,
"admin2_code" VARCHAR,
"admin3_code" VARCHAR,
"admin4_code" VARCHAR,
"population" BIGINT,
"elevation" DOUBLE,
"digital_elevation_model" BIGINT,
"timezone" VARCHAR,
"modification_date" TIMESTAMP,
"country" VARCHAR,
"coordinates" VARCHAR
);
Anyone who has the link will be able to view this.