From 0a9f23bc491ed0f437a4a00acd1682a197e116ce Mon Sep 17 00:00:00 2001 From: Javier Jimenez Shaw Date: Sun, 13 Nov 2022 23:45:39 +0100 Subject: [PATCH 1/2] add links to crs-explorer in faq.rst and projinfo.rst --- docs/source/apps/projinfo.rst | 3 +++ docs/source/faq.rst | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 1f49068f75..b9d6736d7b 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -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 `_ . + .. option:: --3d .. versionadded:: 6.3 diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 921ee59e4e..7c085de8e2 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -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 `_ +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? -------------------------------------------------------------------------------- From 4ea63248e86a81010c018614fe08ff774704e333 Mon Sep 17 00:00:00 2001 From: Javier Jimenez Shaw Date: Sun, 11 Dec 2022 22:58:32 +0100 Subject: [PATCH 2/2] change crs-explorer links to crs-explorer.proj.org --- docs/source/apps/projinfo.rst | 2 +- docs/source/faq.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index b9d6736d7b..9805d0e6b8 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -297,7 +297,7 @@ The following control parameters can appear in any order: Affected by options :option:`--authority`, :option:`--area`, :option:`--bbox` and :option:`--spatial-test` A visual alternative is the webpage - `CRS Explorer `_ . + `CRS Explorer `_ . .. option:: --3d diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 7c085de8e2..09920c40d5 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -103,7 +103,7 @@ Which CRS apply to a given location? -------------------------------------------------------------------------------- You can use the webpage -`CRS Explorer `_ +`CRS Explorer `_ 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.