Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/barendgehrels/tissot
- Owner: barendgehrels
- License: bsl-1.0
- Created: 2015-05-17T09:32:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T12:52:06.000Z (about 4 years ago)
- Last Synced: 2023-03-01T22:52:22.708Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE_1_0.txt
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.txtCOMPILING:
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