Skip to content

strk/node-srs

 
 

Repository files navigation

Node-Srs

Bindings to libosr for handling spatial references in node.

Depends

node >= 0.2.4 (development headers)

No other required depedencies

Optionally can depend/dynamically link to libgdal (see STATICALLY_LINK_OSR in wscript)

Installation

Install node-srs:

From source:

$ git clone git://github.com/springmeyer/node-srs.git
$ cd node-srs
$ ./configure
$ make
$ sudo make install
$ ./test.js

Make sure the node modules is on your path:

export NODE_PATH=/usr/local/lib/node/

Or you can install via npm:

$ npm install srs

License

BSD, see LICENSE.txt

About

Bindings to libosr (or libgdal) for handling spatial references in Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • JavaScript 2.3%
  • C 2.2%
  • C++ 0.8%
  • Shell 0.4%
  • Objective-C 0.3%