Package: rsgeo 0.1.7

rsgeo: An Interface to Rust's 'geo' Library

An R interface to the GeoRust crates 'geo' and 'geo-types' providing access to geometry primitives and algorithms.

Authors:Josiah Parry [aut, cre]

rsgeo_0.1.7.tar.gz
rsgeo_0.1.7.zip(r-4.5)rsgeo_0.1.7.zip(r-4.4)rsgeo_0.1.7.zip(r-4.3)
rsgeo_0.1.7.tgz(r-4.4-arm64)rsgeo_0.1.7.tgz(r-4.4-x86_64)rsgeo_0.1.6.9002.tgz(r-4.3-arm64)rsgeo_0.1.6.9002.tgz(r-4.3-x86_64)
rsgeo_0.1.7.tar.gz(r-4.5-noble)rsgeo_0.1.7.tar.gz(r-4.4-noble)
rsgeo_0.1.6.9002.tgz(r-4.3-emscripten)
rsgeo.pdf |rsgeo.html
rsgeo/json (API)
NEWS

# Install 'rsgeo' in R:
install.packages('rsgeo', repos = c('https://josiahparry.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/josiahparry/rsgeo/issues

On CRAN:

73 exports 45 stars 3.27 score 5 dependencies 239 downloads

Last updated 17 days agofrom:6d102ef38c

Exports:as_rsgeobearing_geodesicbearing_haversinebounding_boxbounding_boxesbounding_rectcast_geomscentroidsclosest_pointclosest_point_haversinecombine_geomsconcave_hullcontains_pairwisecontains_sparseconvex_hullcoord_firstcoord_lastcoord_ncoordsdensify_euclideandensify_haversinedistance_euclidean_matrixdistance_euclidean_pairwisedistance_geodesic_matrixdistance_geodesic_pairwisedistance_hausdorff_matrixdistance_hausdorff_pairwisedistance_haversine_matrixdistance_haversine_pairwisedistance_vicenty_matrixdistance_vicenty_pairwiseexpand_geomsexplode_linesextreme_coordsflatten_geomsfrechet_distancegeom_linegeom_linestringgeom_multipointgeom_pointgeom_polygonhaversine_destinationhaversine_intermediateintersects_pairwiseintersects_sparseis_ccw_convexis_convexis_cw_convexis_strictly_ccw_convexis_strictly_convexis_strictly_cw_convexlength_euclideanlength_geodesiclength_haversinelength_vincentyline_interpolate_pointline_segmentizeline_segmentize_haversinelocate_point_on_lineminimum_rotated_rectn_coordssigned_areasigned_area_cdsigned_area_geodesicsimplify_geomssimplify_vw_geomssimplify_vw_preserve_geomsunion_geomsunsigned_areaunsigned_area_cdunsigned_area_geodesicwithin_pairwisewithin_sparse

Dependencies:cligluelifecyclerlangvctrs

Readme and manuals

Help Manual

Help pageTopics
rsgeo: An Interface to Rust's 'geo' Libraryrsgeo-package rsgeo
Convert to an 'rsgeo' vectoras_rsgeo
Calculate Bearingbearing_geodesic bearing_haversine
Compute Geometric Boundariesbounding_box bounding_boxes bounding_rect concave_hull convex_hull extreme_coords minimum_rotated_rect
Cast geometries to another typecast_geoms
Extract Centroidscentroids
Find Closest Pointclosest_point closest_point_haversine
Combine geometriescombine_geoms union_geoms
Coordinate Utilitiescoord_first coord_last coord_n n_coords
Extract Coordinatescoords
Densify linear geometriesdensify_euclidean densify_haversine
Calculate Distancesdistance_euclidean_matrix distance_euclidean_pairwise distance_geodesic_matrix distance_geodesic_pairwise distance_hausdorff_matrix distance_hausdorff_pairwise distance_haversine_matrix distance_haversine_pairwise distance_vicenty_matrix distance_vicenty_pairwise
Expand Geometriesexpand_geoms
Explode Linesexplode_lines
Flatten a list of rsgeo vectorsflatten_geoms
Calculate Frechet Distancefrechet_distance
Construct Geometriesgeom_line geom_linestring geom_multipoint geom_point geom_polygon
Identify a destination pointhaversine_destination
Identifies a point between two pointshaversine_intermediate
Binary Predicatescontains_pairwise contains_sparse intersects_pairwise intersects_sparse within_pairwise within_sparse
Determine the Convexity of a LineStringis_ccw_convex is_convex is_cw_convex is_strictly_ccw_convex is_strictly_convex is_strictly_cw_convex
Calculate LineString Lengthlength_euclidean length_geodesic length_haversine length_vincenty
Interpolate a Point on a LineStringline_interpolate_point
Segments a LineString into 'n' equal length LineStringsline_segmentize line_segmentize_haversine
Locate a Point on a LineStringlocate_point_on_line
Plot Geometriesplot.rsgeo
Calculate the area of a polygonsigned_area signed_area_cd signed_area_geodesic unsigned_area unsigned_area_cd unsigned_area_geodesic
Simplify Geometrysimplify_geoms simplify_vw_geoms simplify_vw_preserve_geoms