Random Geojson

Generate a random geojson.
Alternatives To Random Geojson
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Geojson Random64148143 years ago7January 29, 20193JavaScript
Generate random GeoJSON features.
Random Points Generator13211 days ago16January 26, 20231mitJavaScript
Generates random points
Json Api Generator13
8 years agoJavaScript
Generates json api endpoints from templates
Turf Random4
9 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
8 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 Geojson
Select To Compare


Alternative Project Comparisons
Readme

random-geojson

Generate a random geojson.

MIT License

build:? coverage:?

Install

$ npm install --save random-geojson 

Usage

var randomGeoJson = require('random-geojson');

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

// options
// - fixed

randomGeoJson();
// => "-29.52974, 24.52815, 3578.76351"

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

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

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

Popular Geojson Projects
Popular Random Projects
Popular Mapping Categories

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