Package: rsgeo 0.1.8
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:
rsgeo_0.1.8.tar.gz
rsgeo_0.1.8.zip(r-4.7)rsgeo_0.1.8.zip(r-4.6)rsgeo_0.1.8.zip(r-4.5)
rsgeo_0.1.8.tgz(r-4.6-x86_64)rsgeo_0.1.8.tgz(r-4.6-arm64)rsgeo_0.1.8.tgz(r-4.5-x86_64)rsgeo_0.1.8.tgz(r-4.5-arm64)
rsgeo_0.1.8.tar.gz(r-4.7-arm64)rsgeo_0.1.8.tar.gz(r-4.7-x86_64)rsgeo_0.1.8.tar.gz(r-4.6-arm64)rsgeo_0.1.8.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
rsgeo/json (API)
NEWS
| # Install 'rsgeo' in R: |
| install.packages('rsgeo', repos = c('https://josiahparry.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/josiahparry/rsgeo/issues
Last updated from:5c033a7895. Checks:5 OK, 4 WARNING, 3 NOTE, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 167 | ||
| linux-devel-x86_64 | OK | 180 | ||
| source / vignettes | OK | 198 | ||
| linux-release-arm64 | OK | 166 | ||
| linux-release-x86_64 | OK | 161 | ||
| macos-release-arm64 | WARNING | 126 | ||
| macos-release-x86_64 | WARNING | 357 | ||
| macos-oldrel-arm64 | NOTE | 168 | ||
| macos-oldrel-x86_64 | NOTE | 339 | ||
| windows-devel | WARNING | 217 | ||
| windows-release | WARNING | 189 | ||
| windows-oldrel | NOTE | 258 | ||
| wasm-release | FAIL | 139 |
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
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| rsgeo: An Interface to Rust's 'geo' Library | rsgeo-package rsgeo |
| Convert to an 'rsgeo' vector | as_rsgeo |
| Calculate Bearing | bearing_geodesic bearing_haversine |
| Compute Geometric Boundaries | bounding_box bounding_boxes bounding_rect concave_hull convex_hull extreme_coords minimum_rotated_rect |
| Cast geometries to another type | cast_geoms |
| Extract Centroids | centroids |
| Find Closest Point | closest_point closest_point_haversine |
| Combine geometries | combine_geoms union_geoms |
| Coordinate Utilities | coord_first coord_last coord_n n_coords |
| Extract Coordinates | coords |
| Densify linear geometries | densify_euclidean densify_haversine |
| Calculate Distances | distance_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 Geometries | expand_geoms |
| Explode Lines | explode_lines |
| Flatten a list of rsgeo vectors | flatten_geoms |
| Calculate Frechet Distance | frechet_distance |
| Construct Geometries | geom_line geom_linestring geom_multipoint geom_point geom_polygon |
| Identify a destination point | haversine_destination |
| Identifies a point between two points | haversine_intermediate |
| Binary Predicates | contains_pairwise contains_sparse intersects_pairwise intersects_sparse within_pairwise within_sparse |
| Determine the Convexity of a LineString | is_ccw_convex is_convex is_cw_convex is_strictly_ccw_convex is_strictly_convex is_strictly_cw_convex |
| Calculate LineString Length | length_euclidean length_geodesic length_haversine length_vincenty |
| Interpolate a Point on a LineString | line_interpolate_point |
| Segments a LineString into 'n' equal length LineStrings | line_segmentize line_segmentize_haversine |
| Locate a Point on a LineString | locate_point_on_line |
| Plot Geometries | plot.rsgeo |
| Calculate the area of a polygon | signed_area signed_area_cd signed_area_geodesic unsigned_area unsigned_area_cd unsigned_area_geodesic |
| Simplify Geometry | simplify_geoms simplify_vw_geoms simplify_vw_preserve_geoms |
