We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c503e2 commit 4b0bb86Copy full SHA for 4b0bb86
1 file changed
README.md
@@ -68,9 +68,10 @@ The easiest way to install *sarsen* is in a *pip* environment.
68
```
69
70
Note that in order to handle input DEM whose vertical coordinate is not on a known ellipsoid,
71
-for example *SRTM DEM* with heights over the *EGM96 geoid*, you need to download and configure
+for example *SRTM DEM* with heights over the *EGM96 geoid*, you need to configure
72
the appropriate
73
-[PROJ transformation grids](https://pyproj4.github.io/pyproj/stable/transformation_grids.html).
+[PROJ transformation grids](https://pyproj4.github.io/pyproj/stable/transformation_grids.html),
74
+The software can do it automatically setting the the environment variable `PROJ_NETWORK=ON`.
75
76
## Command line usage
77
0 commit comments