diff --git a/README.md b/README.md index 2727ae5..79e07cf 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana - [Ruby](#ruby) - [PHP](#php) - [Lua](#lua) + - [Lisp](#lips) - [Haskell](#haskell) - [Elixir](#elixir) - [Swift](#swift) @@ -513,6 +514,12 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [geo.lua](https://github.com/RedisLabs/geo.lua) - A helper library for Redis geospatial indices. +## Lisp +* [cl-ewkb](https://github.com/filonenko-mikhail/cl-ewkb/) - Common Lisp PostGIS EWKB data model and encoder/decoder. +* [cl-proj](https://bitbucket.org/vityok/cl-proj) - CL-PROJ provides CFFI-based Common Lisp bindings for the PROJ.4 library. +* [utm](https://github.com/jl2/utm) - Lisp library for converting between latitude/longitude and UTM. + + ## Haskell * [Naqsha](https://github.com/naqsha/naqsha) - Naqsha is a Haskell library to work with geospatial data types.