From c05e2b35fc9fe6a416a8293a424141457a54ad0e Mon Sep 17 00:00:00 2001 From: decitre <590094+decitre@users.noreply.github.com> Date: Sat, 23 Apr 2022 21:55:43 +0200 Subject: [PATCH] Revert README.rst --- README.rst | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.rst b/README.rst index 399db05..9902357 100644 --- a/README.rst +++ b/README.rst @@ -61,30 +61,3 @@ You can also install the in-development version with:: pip install https://github.com/decitre/python-cymorton/archive/master.zip - -Usage -============ - -:: - -cli:: - - $ cymorton --help - Usage: cymorton [OPTIONS] LAT LON Z - - Prints the Morton code for LAT and LON at Z level - - Options: - --version Show the version and exit. - --help Show this message and exit. - - $ cymorton 50.0 13.0 12 - 23612293 - -Python call:: - - - >>> import cymorton.codec - >>> cymorton.codec.convert_lat_lon_level_to_code(50.0, 13.0, 12) - 23612293 -