csvForWKT is a python script that creates a WKT-crs for solar system bodies. The physical content of the WKT-crs comes from the IAU Working Group on Cartographic Coordinates and Rotational Elements report.
To install csvForWKT, run this command in your terminal:
$ pip install csvforwkt
This is the preferred method to install csvForWKT, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The sources for csvForWKT can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/pole-surfaces-planetaires/csvforwkt
Or download the tarball:
$ curl -OJL https://github.com/pole-surfaces-planetaires/csvforwkt/tarball/master
Once you have a copy of the source, you can install it with:
$ make # install in the system root
$ make user # or Install for non-root usage
$ git clone https://github.com/pole-surfaces-planetaires/csvforwkt
$ cd csvforwkt
$ make prepare-dev
$ source .csvforwkt
$ make install-dev
To get more information about the preconfigured tasks:
$ make help
To use csvForWKT:
$ make $ csvforwkt --iau_report data/naifcodes_radii_m_wAsteroids_IAU2015.csv --iau_version 2015 --iau_doi doi:10.1007/s10569-017-9805-5
$ make tests
- Make a pull request to the project
- If the pull request is accepted, the project maintener will create a pull request on https://github.com/OSGeo/PROJ/blob/5e8ce5c1f829e8b483165c9d1fe506dc142e3bf8/scripts/build_db_from_iau.py
👤 Jean-Christophe Malapert
👤 Trent Hare 👤 Benoit Seignovert 👤 Andrew Annex
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/pole-surfaces-planetaires/csvforwkt/issues). You can also take a look at the [contributing guide](https://github.com/pole-surfaces-planetaires/csvforwkt/blob/master/CONTRIBUTING.rst)
This project is [GNU Lesser General Public License v3](https://github.com/pole-surfaces-planetaires/csvforwkt/blob/master/LICENSE) licensed.