I would like to announce release of a basic PROJ.4 bindings for Erlang
using NIFs.
It's located here:
https://github.com/greenelephantlabs/proj4erl
It is a very basic binding, so feel free to improve. All pull requests
are greatly welcomed :)
This is a first release in a series of Erlang GIS libraries/servers releases.
Best regards,
Gleb Peregud
Green Elephant Labs
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Regards,
Zabrane
Not sure what you mean, but little credit should go to me. It is
ripped^Wheavily inspired by:
https://github.com/iamaleksey/iconverl/blob/master/c_src/iconverl.c
for general structure.
And by crypto NIF code like this one:
https://github.com/erlang/otp/blob/master/lib/crypto/c_src/crypto.c#L903
So the credit for nice code should go to authors of those libraries :)