This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-02
Channels
- # aleph (3)
- # announcements (2)
- # babashka (4)
- # beginners (74)
- # calva (21)
- # clj-kondo (30)
- # cljs-dev (7)
- # cljsrn (42)
- # clojure (121)
- # clojure-dev (13)
- # clojure-europe (23)
- # clojure-losangeles (2)
- # clojure-nl (2)
- # clojure-norway (7)
- # clojure-spec (140)
- # clojure-uk (58)
- # clojuredesign-podcast (9)
- # clojurescript (49)
- # clojutre (2)
- # cursive (32)
- # datascript (2)
- # datomic (59)
- # duct (7)
- # figwheel-main (6)
- # fulcro (18)
- # graphql (5)
- # jackdaw (1)
- # joker (6)
- # juxt (7)
- # leiningen (9)
- # off-topic (1)
- # pedestal (14)
- # quil (2)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (78)
- # sql (8)
- # timbre (3)
- # vim (69)
Are you into VSCode? Check out this week episode and how you can set it up for Clojure and ClojureScript development with @pez Peter Strömberg https://soundcloud.com/user-959992602/s2-e5-vscode-setup-with-peter-stromberg


factual/geo 3.0.0
- Primary new features are 1) use of the now-incubated locationtech release of proj4j and 2) the allowed use of externally created CoordinateTransform
s to reproject multiple features more performantly.
https://github.com/Factual/geo/blob/master/CHANGELOG.md
Also, based on geo, two new geospatial libraries in development, with initial alpha releases planned soon:
https://github.com/willcohen/ovid
- a Featurelike
protocol that includes additional attribute properties alongside a geometry based on geo's Shapelike
, allows interoperability between feature maps and pure Shapelike
, and enables reading/writing GIS file types (preliminary support for reading .shp
geometries is present, with .dbf
and .prj
in development)
https://github.com/willcohen/aurelius
- uses ovid's Featurelike
to enable transducible/composable functions operating on both geometries and features
