Built a webmap to generate random geodata with export to #Geopackage #FlatGeobuf #CSV #GeoJSON or #PGDump

Besides #wgs84 (latitude/longitude) all #UTM projections are supported dynamically by location

Thanks to #GDAL #WebAssembly this works completely in the browser and does not require server processing 🤩

Demo: https://jakobmiksch.github.io/random-geodata/
Repo: https://github.com/jakobMiksch/random-geodata
#gischat #vuejs #openlayers

Random Geodata

Random Geodata Generator

For software development, I often need different geodata sets for testing. So far, I have created these with geojson.io or QGIS or downloaded data from OpenStreetMap or Natural Earth. However, I had a use case where I needed data from specific regions. And ideally not only in WGS84, but also in the respective UTM projection for the region. Since there is no such tool to my knowledge, I wrote it myself.

Jakob Miksch