Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 20, 2024
1 parent a945ae6 commit a9cff20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In the context of transforming Fibonacci grid points to an ellipsoid, the coordi
Grid construction
-----------------

Creating a Fibonacci grid based on given number of points.
Creating a Fibonacci grid based on a given number of points.

.. code-block:: python
Expand All @@ -40,11 +40,11 @@ Creating a Fibonacci grid based on given number of points.
Grid realization
----------------

Three different Fibonacci grids can be directly loaded with different sampling distances. Each grid can be loaded with spherical coordinates or WGS84 coordinates.
Three different Fibonacci grids can be directly loaded with different sampling distances (6.25 km, 12.5 km and 25 km). Each grid is given in spherical and WGS84 latitude and longitude coordinates.

- 6.25 km (N=6,600,000)
- 12.5 km (N=1,650,000)
- 25 km (N=430,000)
- approx. 6.25 km (N=6,600,000)
- approx. 12.5 km (N=1,650,000)
- approx. 25 km (N=430,000)

.. code-block:: python
Expand Down

0 comments on commit a9cff20

Please sign in to comment.