diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-08-23 10:54:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 10:54:45 +0200 |
| commit | 0f2d219b0ee0d489e94ff9a975b65320f7f8fc15 (patch) | |
| tree | d2d599d7ccb19d55e85fd2c00aafa6f677e7fbdb /docs/source/apps | |
| parent | 08c071938d16f99ae7510ebfefbb00b5ee008e96 (diff) | |
| download | PROJ-0f2d219b0ee0d489e94ff9a975b65320f7f8fc15.tar.gz PROJ-0f2d219b0ee0d489e94ff9a975b65320f7f8fc15.zip | |
Follow ISO-19100 nomenclature in proj man-page
proj only does projections, hence we should use the word conversion instead of transformation in this context.
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/proj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index 0da1d929..1eb11d3b 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -20,7 +20,7 @@ Synopsis Description *********** :program:`proj` and :program:`invproj` perform respective forward and inverse -transformation of cartographic data to or from cartesian data with a wide +conversion of cartographic data to or from cartesian data with a wide range of selectable projection functions. :program:`invproj` may not be available on all platforms; in this case @@ -179,7 +179,7 @@ also used for supporting files like datum shift files. One or more files (processed in left to right order) specify the source of -data to be transformed. A ``-`` will specify the location of processing standard +data to be converted. A ``-`` will specify the location of processing standard input. If no files are specified, the input is assumed to be from stdin. For ASCII input data the two data values must be in the first two white space separated fields and when both input and output are ASCII all trailing |
