Skip to content

pdssp/csvforwkt

Repository files navigation

shell

csvForWKT

image

image

image

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.

Stable release

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.

From sources

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

Development

$ 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

Usage

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

Run tests

$ make tests

Workflow Changes

Author

👤 Jean-Christophe Malapert

Contributors

👤 Trent Hare 👤 Benoit Seignovert 👤 Andrew Annex

🤝 Contributing

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)

📝 License

This project is [GNU Lesser General Public License v3](https://github.com/pole-surfaces-planetaires/csvforwkt/blob/master/LICENSE) licensed.