Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarty/proj4ml
PROJ.4 bindings for OCaml
https://github.com/hcarty/proj4ml
gis ocaml ocaml-bindings proj
Last synced: about 2 months ago
JSON representation
PROJ.4 bindings for OCaml
- Host: GitHub
- URL: https://github.com/hcarty/proj4ml
- Owner: hcarty
- License: mit
- Created: 2012-07-24T19:45:40.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T05:04:35.000Z (over 3 years ago)
- Last Synced: 2023-03-12T05:03:10.345Z (almost 2 years ago)
- Topics: gis, ocaml, ocaml-bindings, proj
- Language: OCaml
- Size: 128 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## proj4ml - OCaml bindings to the PROJ.4 library
[PROJ.4][proj4] is a library that converts between geographic coordinate
systems. The API currently closely follows the [C API][c_api].[PROJ.4][proj4] and these OCaml bindings are distributed under the MIT
license.[proj4]: http://trac.osgeo.org/proj/
[c_api]: http://trac.osgeo.org/proj/wiki/ProjAPI