diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-05-18 15:15:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 15:15:15 +0200 |
| commit | 6a9dbe7fd9114b3f1f29df0e4a0ef332f23433c1 (patch) | |
| tree | e587254b3d4dc4d914d57d6e9fd7281c6aa1ec29 /docs/source | |
| parent | abf680353d1e7088c8751eea5a429ca1ffd22303 (diff) | |
| parent | f671ae712bb3ce48184e4549f1171547c88550b6 (diff) | |
| download | PROJ-6a9dbe7fd9114b3f1f29df0e4a0ef332f23433c1.tar.gz PROJ-6a9dbe7fd9114b3f1f29df0e4a0ef332f23433c1.zip | |
Merge pull request #2726 from heidivanparys/projinfo_doc
Add projinfo example; update note Windows installation
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 12 | ||||
| -rw-r--r-- | docs/source/install.rst | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index bdfe2add..a92de6ea 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -583,6 +583,18 @@ Output: LENGTHUNIT["metre",1]], ID["HOBU","MY_CRS"]] +5. Get the WKT representation of EPSG:25832 in the WKT1:GDAL output format and on a single line + +.. code-block:: console + + projinfo -o WKT1:GDAL --single-line EPSG:25832 + +Output: + +:: + + WKT1:GDAL string: + PROJCS["ETRS89 / UTM zone 32N",GEOGCS["ETRS89",DATUM["European_Terrestrial_Reference_System_1989",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6258"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4258"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","25832"]] .. only:: man diff --git a/docs/source/install.rst b/docs/source/install.rst index 95db56df..21487e7a 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -58,8 +58,10 @@ software packages. After installation you can use PROJ from the OSGeo4W shell. To install PROJ do the following: .. note:: - If you have already installed software via OSGeo4W on your computer it is - likely that PROJ is already installed. + If you have already installed software via OSGeo4W on your computer, or if + you have already installed QGIS on your computer, it is likely that PROJ is + already installed. Type "OSGeo4W Shell" in your start menu and check whether + that gives a match. 1. Download either the `32 bit`_ or `64 bit`_ installer. 2. Run the OSGeo4W setup program. |
