Skip to content

Commit 1f5fb59

Browse files
authored
Merge pull request #87 from atsyplenkov/centerline
add centerline
2 parents bc7debd + 733176b commit 1f5fb59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Spatial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ Handling spatial data
405405

406406
- The `r pkg("areal")` package can be used to interpolate overlapping
407407
but incongruent polygons, also known as areal weighted interpolation.
408+
- The `r pkg("centerline")` package can be used for centerline (or median-axis) estimation of closed polygons,
409+
such as lakes, landslides, or rivers. The package also
410+
provides extensions to `r pkg("ggplot2")`, allowing users to place `geom_text` and `geom_label` at the center of a spatial
411+
polygon, which can be useful for map-making.
408412
- The `r pkg("qualmap")` package can be used to digitize qualitative GIS data.
409413
- The `r pkg("exactextractr")` for fast and accurate summary of raster values
410414
on polygonal areas (known as zonal statistics).

0 commit comments

Comments
 (0)