Update README.md

This commit is contained in:
Eduardo Lacerda 2018-12-12 12:04:44 -02:00 committed by GitHub
parent ada29d5fc1
commit 7f5cc84343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.