Description
Integration of Geography, Environment, and Remote Sensing.
Description
Handling and manipulation polygons, coordinates, and other geographical objects. The tools include: polygon areas, barycentric and trilinear coordinates (Hormann and Floater, 2006, <doi:10.1145/1183287.1183295>), convex hull for polygons (Graham and Yao, 1983, <doi:10.1016/0196-6774(83)90013-5>), polygon triangulation (Toussaint, 1991, <doi:10.1007/BF01905693>), great circle and geodesic distances, Hausdorff distance, and reduced major axis.
README.md
tigers: Tools for Integrating Geography, Environment, and Remote Sensing
'tigers' provides functions for manipulating polygons, coordinates, ...
All the tools programmed in 'tigers' are ``class-free'': they work on numeric vectors or matrices (even data frames) that store coordinates. So the functions in the present package can easily be interfaced with other packages such as 'terra', 'sf', or 'sp'.
The majority of the computations done by 'tigers' are performed by efficient C code which could be interfaced with other languages (e.g., Python).