Crates.io | geo-core |
lib.rs | geo-core |
version | 0.1.4 |
source | src |
created_at | 2024-05-13 14:16:44.976466 |
updated_at | 2024-05-14 15:24:00.477126 |
description | Common tools for working with spatial data |
homepage | |
repository | https://github.com/bencalnan/geo-core-rs |
max_upload_size | |
id | 1238493 |
size | 29,108 |
Library of common geographic functions and tools in Rust
Create polyline from points
Create polyline from lines
Get Length
Get Centroid
Get Vertices (Array of Points)
Get Number of vertices
Get Bounding Box
Get Edges (Array of Lines)
Get Number of edges
Check if closed chain of lines (i.e. a polygon)
Create Polygon from points
Get Vertices (Array of Points)
Get Number of Edges
Get Perimeter (length)
Get Area
Get Bounding Box
Check if closed chain.