Skip to content

Commit

Permalink
Revert README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
decitre committed Apr 23, 2022
1 parent 84415b8 commit c05e2b3
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c05e2b3

Please sign in to comment.