Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Christophe committed May 2, 2022
1 parent ae36864 commit 64bd2bc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### Remove custom config file (HEAD -> main)
### Update Readme (HEAD -> main)
>Tue, 3 May 2022 00:55:32 +0200

>Author: Jean-Christophe Malapert ([email protected])

>Commiter: Jean-Christophe Malapert ([email protected])




### Remove custom config file (origin/main)
>Tue, 3 May 2022 00:49:27 +0200

>Author: Jean-Christophe Malapert ([email protected])
Expand All @@ -8,7 +18,7 @@



### Add custom config in .gitignore (origin/main)
### Add custom config in .gitignore
>Tue, 3 May 2022 00:46:27 +0200

>Author: Jean-Christophe Malapert ([email protected])
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ csvForWKT
.. image https://img.shields.io/github/forks/pole-surfaces-planetaires/csvforwkt?style=social
csvForWKT is a python script that creates a WKT-crs for some bodies from the solar system. The content that is filled in the WKT-crs comes from the report of IAU Working Group on Cartographic.
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
Expand Down Expand Up @@ -88,10 +90,12 @@ To get more information about the preconfigured tasks:
Usage
-----

To use csvForWKT in a project::
To use csvForWKT:

import csvforwkt
.. code-block:: console
$ 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
Expand Down

0 comments on commit 64bd2bc

Please sign in to comment.