diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 1f49068f75..9805d0e6b8 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..09920c40d5 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? --------------------------------------------------------------------------------