Skip to content

JakobMiksch/random-geodata

Repository files navigation

Random Geodata Generator

Webapp to generate random points and download it in various formats and coordinate reference systems. The format conversion and reprojection is done using the gdal3.js WebAssembly library that makes GDAL/OGR available in the web browser.

--> Link to demo website <--

demo screencast

Development

# install
npm i

# start dev server at http://localhost:5173/
npm run dev