Sinuosity of Kemijoki: Difference between revisions

From wikiluntti
Line 25: Line 25:


The fractal dimension is defined by <math>N = \epsilon^{-d}</math> which gives <math>d = - \frac{\log N}{\log \epsilon}</math>. <math>N</math> is the number of elements, also number of strides, and <math>\epsilon</math>
The fractal dimension is defined by <math>N = \epsilon^{-d}</math> which gives <math>d = - \frac{\log N}{\log \epsilon}</math>. <math>N</math> is the number of elements, also number of strides, and <math>\epsilon</math>
<math>
d = - \frac{\ln L(\Delta x}{\ln \Delta x}
</math>

Revision as of 09:53, 27 April 2026

Introduction

Use Python to estimate the sinuosity of Kemijoki.

The river was obtained from https://download.geofabrik.de/europe/finland.html but only one river (Kemijoki) with one branch is used. The extracting method is described elsewhere.

Kemijoki

Theory

Douglas-Peucker simplification at different tolerances

Fractal Dimension

The fractal dimension is defined by which gives . is the number of elements, also number of strides, and