diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-13 19:36:29 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-13 22:17:22 +0100 |
| commit | 0961d15ac13620beef2f7600974afe8e4d011972 (patch) | |
| tree | d5db25a8d2296279e226007767da8172921c3d54 /docs/source | |
| parent | 9d61bf83af3fd3ab8fd32791f7f2f1143ca32a64 (diff) | |
| download | PROJ-0961d15ac13620beef2f7600974afe8e4d011972.tar.gz PROJ-0961d15ac13620beef2f7600974afe8e4d011972.zip | |
cct doc: mention use or remote grids
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/cct.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 33c716fe..c290e1b2 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -91,6 +91,15 @@ cartesian coordinates) and *Coordinate Transformations*, which are coordinate operations where input and output datums differ (e.g. change of reference frame). +Use of remote grids +******************* + +.. versionadded:: 7.0.0 + +If the :envvar:`PROJ_NETWORK` environment variable is set to ``ON``, +:program:`cct` will attempt to use remote grids stored on CDN (Content +Delivery Network) storage, when they are not available locally. + Examples ******** |
