Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 7, 2024
1 parent b81b14e commit 3b4d9f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/coregistration.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ See coregistration on real data in the **{ref}`examples-basic` and {ref}`example

The [Nuth and Kääb (2011)](https://doi.org/10.5194/tc-5-271-2011) coregistration approach estimates a horizontal
translation iteratively by solving a cosine equation between the terrain slope, aspect and the elevation differences.
The iteration stops if it reaches the maximum number of iteration limit, or if the iterative shift amplitude falls
The iteration stops if it reaches the maximum number of iteration limit, or if the iterative shift amplitude falls
below a specified tolerance.

```{code-cell} ipython3
Expand Down
4 changes: 2 additions & 2 deletions doc/source/dem_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ print("Elevation errors at a distance of 1 km are correlated at {:.2f} %.".forma
```

```{note}
We use `random_state` to ensure a fixed randomized output. It is **only necessary if you need your results to be exactly reproductible**.
We use `random_state` to ensure a fixed randomized output. It is **only necessary if you need your results to be exactly reproductible**.
For more details on quantifying random and structured errors, see the {ref}`uncertainty` page.
```
2 changes: 1 addition & 1 deletion doc/source/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wide range of terrain analysis for elevation data.

## R

If you are working in R, the [MultiscaleDTM](https://ailich.github.io/MultiscaleDTM/) package provides modular tools
If you are working in R, the [MultiscaleDTM](https://ailich.github.io/MultiscaleDTM/) package provides modular tools
for terrain analysis at multiple scales!

## Other community resources
Expand Down

0 comments on commit 3b4d9f4

Please sign in to comment.