From 64bd2bcf450291557ab733b4826ee476e9c2e8b9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Malapert Date: Tue, 3 May 2022 00:55:32 +0200 Subject: [PATCH] Update Readme --- CHANGELOG | 14 ++++++++++++-- README.rst | 10 +++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e5ffbb8..72b4bfe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 (jean-christophe.malapert@cnes.fr) + +>Commiter: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr) + + + + +### Remove custom config file (origin/main) >Tue, 3 May 2022 00:49:27 +0200 >Author: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr) @@ -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 (jean-christophe.malapert@cnes.fr) diff --git a/README.rst b/README.rst index 0360c2d..07fd624 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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