SkillAgentSearch skills...

Cities1000

lat/lon, population, name of cities with over 1000 people from geonames.org

Install / Use

/learn @nabilashraf/Cities1000
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cities1000

This is a dataset with the latitude and longitude of all cities on planet earth with greater than 1000 people.

Last Updated at 18 March 2020

You can find the original on geonames.org.

example

var fs = require('fs');
var cities = require('cities-with-1000');
var lines = fs.readFileSync(cities.file, 'utf8').split('\n');
// ...

attributes

var cities = require('cities-with-1000');

cities.file

Open the cities.file for reading as a tab-separated text file.

cities.fields

This is the array of fields in the cities.file text file.

license

copyright geonames.org

creative commons attribution 3.0 (CC-BY)

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated7mo ago
Forks5

Languages

JavaScript

Security Score

72/100

Audited on Aug 9, 2025

No findings