diff options
| author | Dan Baston <dbaston@isciences.com> | 2019-03-01 12:04:34 -0500 |
|---|---|---|
| committer | Dan Baston <dbaston@isciences.com> | 2019-03-01 12:06:33 -0500 |
| commit | a37f5fabc086ae4b9f30321b4647bfbba67e5afe (patch) | |
| tree | f0eba14271aec74fc81a7bbed4950a45fea0389d /docs/source/about.rst | |
| parent | 9b351fb62c00f13f40cf8b618787d6f874df4ece (diff) | |
| download | PROJ-a37f5fabc086ae4b9f30321b4647bfbba67e5afe.tar.gz PROJ-a37f5fabc086ae4b9f30321b4647bfbba67e5afe.zip | |
Minor doc edits
Diffstat (limited to 'docs/source/about.rst')
| -rw-r--r-- | docs/source/about.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/about.rst b/docs/source/about.rst index 5171e4c7..3486f23f 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -2,7 +2,7 @@ About ############################################################################### -PROJ is a generic coordinate transformation software, that transforms geospatial +PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations. @@ -10,13 +10,13 @@ PROJ includes :ref:`command line applications<apps>` for easy conversion of coordinates from text files or directly from user input. In addition to the command line utilities PROJ also exposes an :ref:`application programming interface<reference>`, or API in short. The API -let developers use the functionality of PROJ in their own software without having +lets developers use the functionality of PROJ in their own software without having to implement similar functionality themselves. PROJ started purely as a cartography application letting users convert geodetic coordinates into projected coordinates using a number of different cartographic projections. Over the years, as the need has become apparent, support for datum -shifts has slowly worked it's way into PROJ as well. Today PROJ support more +shifts has slowly worked its way into PROJ as well. Today PROJ supports more than a hundred different map projections and can transform coordinates between datums using all but the most obscure geodetic techniques. |
