Package: geosed 0.1.1
Shant Sukljian
geosed: Smallest Enclosing Disc for Latitude and Longitude Points
Find the smallest circle that contains all longitude and latitude input points. From the generated center and radius, variable side polygons can be created, navigation based on bearing and distance can be applied, and more. Based on a modified version of Welzl's algorithm for smallest circle. Distance calculations are based on the haversine formula. Calculations for distance, midpoint, bearing and more are derived from <https://www.movable-type.co.uk>.
Authors:
geosed_0.1.1.tar.gz
geosed_0.1.1.tar.gz(r-4.5-noble)geosed_0.1.1.tar.gz(r-4.4-noble)
geosed_0.1.1.tgz(r-4.4-emscripten)geosed_0.1.1.tgz(r-4.3-emscripten)
geosed.pdf |geosed.html✨
geosed/json (API)
# Install 'geosed' in R: |
install.packages('geosed', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:a8054848e3. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
Exports:geo_midpointgeo_move_pointgeo_point_distgeo_points_bearinggeo_sedgeo_surround_polygeo_trivial_circle
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Point of Equidistance to Up to Three Longitude, Latitude Points | geo_midpoint |
New Latitude and Longitude Points from Point, Bearing and Distance | geo_move_point |
Distance Between Two Latitude and Longitude Points | geo_point_dist |
Bearing Between Two Latitude and Longitude Points | geo_points_bearing |
Smallest circle encompassing all latitude and longitude points | geo_sed |
Geo Polygon | geo_surround_poly |
Circle encompassing up to three points | geo_trivial_circle |