Random Coordinates

Generate a random coordinates, which are latitude and longitude, comma separated.
Alternatives To Random Coordinates
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Geojson Random64148122 years ago7January 29, 20193JavaScript
Generate random GeoJSON features.
Random Points Generator13
a day ago15March 31, 20211mitJavaScript
Generates random points
Json Api Generator13
8 years agoJavaScript
Generates json api endpoints from templates
Turf Random4
8 years ago1JavaScript
Generates random GeoJSON data for testing purposes
Randgeojson3
8 years agoC
Fast random geographic coordinates (Lat/Lon) generator (Output stored in GeoJSON format). Software library developed with C but Python accessible through Cython.
Random Coordinates3
7 years agomitJavaScript
Generate a random coordinates, which are latitude and longitude, comma separated.
Randompositioninpolygon2
a year agomitJavaScript
Return random position inside geoJson Feature<(Polygon|MultiPolygon)>. (npm package)
Random Geojson Stream2
9 years agoJavaScript
Stream that emits random GeoJSON Point features
Alternatives To Random Coordinates
Select To Compare


Alternative Project Comparisons
Readme

random-coordinates

Generate a random coordinates, which are latitude and longitude, comma separated.

MIT License

build:? coverage:?

Install

$ npm install --save random-coordinates 

Usage

var randomCoordinates = require('random-coordinates');

// API
// - randomCoordinates([options]);

// options
// - fixed

randomCoordinates();
// => "-29.52974, 24.52815"

By default includes 5 fixed digits after decimal, can specify otherwise.

randomCoordinates({ fixed: 2 })
// => "-49.16, 68.81"

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

Popular Random Projects
Popular Geojson Projects
Popular Mathematics Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Random
Geojson
Meter