Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vityok/cl-gdal
https://github.com/vityok/cl-gdal
gdal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vityok/cl-gdal
- Owner: vityok
- License: other
- Created: 2019-12-22T21:18:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T21:18:22.000Z (about 5 years ago)
- Last Synced: 2024-11-06T07:37:22.774Z (3 months ago)
- Topics: gdal
- Language: Common Lisp
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
This package provides minimal set of [CFFI](http://common-lisp.net/project/cffi/)-based Common Lisp bindings to the
[GDAL/OGR library](http://www.gdal.org/).It is still a work in progress and not ready for prime-time use.
All development happens in the `devel` branch; `default` tends to be more stable.
This library will offer two levels of access to the native library:
* close to the raw C API with manual garbage collecion; and
* CLOS-based object-oriented wrapper with automatic garbage collection (based on [`trivial-garbage`](http://common-lisp.net/project/trivial-garbage/)).Also you might be interested in the [`cl-proj`](http://cl-proj.sourceforge.net/): a Common Lisp wrapper for the Proj.4 library.