I'm exploring how to generate a Copenhagen city map with various kinds of data in it. Is it correct to assume that using something like GeoJSON is the way to go? And Clerk could be a good sort of way to visualise things during development? I googled it, but couldn't find much. I don't have any prior experience creating maps from geodata.
I have done geo data visualization with clerk with and without geojson
example with geojson loaded directly from OpenStreetMap: https://facade-gardens-vienna.apps.garden (map broken right now due to some basemap server updates)
or sometimes I just use my leaflet clerk viewer to render clojure data structures directly https://github.clerk.garden/DieterKomendera/dtv-vienna/commit/11d93576e4303161536d9b2345b8f71564058228/notebooks/dtv/z%C3%A4hlstelle-burggasseii-zentrum-1213.html
source: https://github.com/DieterKomendera/dtv-vienna/blob/main/notebooks/graph.clj#L24-L26
interesting, thanks!
Do you also include QGIS in your workflow?
yes, I do all my GIS stuff with QGIS
or, better said: either QGIS or Clojure/clerk 😉