Skip to content

Commit

Permalink
Merge pull request #3458 from jjimenezshaw/links-crs-explorer
Browse files Browse the repository at this point in the history
Add links to crs-explorer in documentation
  • Loading branch information
kbevers authored Dec 12, 2022
2 parents 1204754 + 4ea6324 commit 74acbbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/apps/projinfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ The following control parameters can appear in any order:
geographic,geographic_2d,geographic_3d,vertical,projected,compound.
Affected by options :option:`--authority`, :option:`--area`, :option:`--bbox` and :option:`--spatial-test`

A visual alternative is the webpage
`CRS Explorer <https://crs-explorer.proj.org/?all=true>`_ .

.. option:: --3d

.. versionadded:: 6.3
Expand Down
9 changes: 9 additions & 0 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ erroneous transformations.
For compatibility reasons PROJ supports several WKT dialects
(see :option:`projinfo -o`). If possible WKT2 should be used.

Which CRS apply to a given location?
--------------------------------------------------------------------------------

You can use the webpage
`CRS Explorer <https://crs-explorer.proj.org/>`_
to view a list of all coordinate reference systems in `proj.db`, and
filter by type, authority, name and location (clicking on the map). It provides
WKTs for every coordinate reference system and quick links to epsg.org.

Why is the axis ordering in PROJ not consistent?
--------------------------------------------------------------------------------

Expand Down

0 comments on commit 74acbbf

Please sign in to comment.