2021-10 - Plans & Hopes for Clojure Data Science

Back in August I showed my literate Clojure workflow using orgmode and SVGs

I’ve since been using it to make maps in Clojure/orgmode. It’s basically just a matter of gluing a few libraries together and dumping out an SVG

https://geokon-gh.github.io/map-demo.html

This is part of a larger project I’m in the middle of, so there is a lot of “extra” stuff going on with curling GeoTIFFs and wrangly GeoJSON - so sorry about the huge code blocks. You can scroll past that to see the results towards the end. I think given what it’s doing the result is actually pretty minimal in terms of lines of code

This is just a proof of concept. Lots of small issues… weird corner cases with huge shapefiles, code isn’t designed to work in the Southern Hemisphere… stuff like that :slight_smile:

1 Like