Skip to content

Commit

Permalink
Modify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
louisPoulain authored Oct 25, 2024
1 parent 80c8fdc commit 821873e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlpp_features/terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def tpi_2000m(data: Dict[str, xr.Dataset], stations, *args, **kwargs) -> xr.Data


@out_format()
def tpi_60000m_smth1(data: Dict[str, xr.Dataset], stations, *args, **kwargs) -> xr.Dataset:
def smooth_tpi_60000m(data: Dict[str, xr.Dataset], stations, *args, **kwargs) -> xr.Dataset:
"""
Terrain TPI at a 60000m scale with smooth factor 1
"""
Expand All @@ -426,7 +426,7 @@ def tpi_60000m_smth1(data: Dict[str, xr.Dataset], stations, *args, **kwargs) ->


@out_format()
def tpi_100000m_smth1(data: Dict[str, xr.Dataset], stations, *args, **kwargs) -> xr.Dataset:
def smooth_tpi_100000m(data: Dict[str, xr.Dataset], stations, *args, **kwargs) -> xr.Dataset:
"""
Terrain TPI at a 100000m scale with smooth factor 1
"""
Expand Down

0 comments on commit 821873e

Please sign in to comment.