Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barendgehrels/tissot

Convert map projection library source code (proj4)
https://github.com/barendgehrels/tissot

Last synced: about 2 months ago
JSON representation

Convert map projection library source code (proj4)

Awesome Lists containing this project

README

        

tissot

Converts projection library source code (proj4)

- it's now already within Boost.Geometry
- therefore the need for this conversion is low.

LICENSE:
Boost, see LICENSE_1_0.txt

COMPILING:
There is one cpp file. It is only dependent on Boost. So compilation should
be extremely simple, for example:

clang -I . -I /home/barend/git/boost/ -o ../bin/tissot tissot.cpp -lstdc++

RUNNING:
- compile (as above)
- download proj4
- modify all.sh (in bin) to configure the input path where proj4 resides
- if desired, modify all.sh to configure the output path
- run all.sh