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.
# install
npm i
# start dev server at http://localhost:5173/
npm run dev