File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ def load_earth_relief(
102102 **Notes**: Only the ``"igpp"`` data source provides the highest resolutions
103103 ``"03s"`` and ``"01s"``.
104104 use_srtm
105- For resolutions ``"03s"`` and ``"01s"``, by default the land-only SRTM tiles
105+ For the resolutions ``"03s"`` and ``"01s"``, by default the land-only SRTM tiles
106106 from NASA are used along with up-sampled SRTM15 tiles (with a resolution of 15
107- arc-seconds) to fill in the missing ocean values. If ``True``, will only load
108- the original land-only SRTM tiles without filling in the ocean values. Only
109- works when ``data_source="igpp"``.
107+ arc-seconds) to fill in the missing ocean values. If set to ``True``, only the
108+ original land-only SRTM tiles are loaded without filling in the ocean values.
109+ Only available for ``data_source="igpp"``.
110110
111111 Returns
112112 -------
You can’t perform that action at this time.
0 commit comments