Module geo_utils

Module geo_utils 

Source
Expand description

Geographic processing utilities

Functionsยง

bearing
Calculate bearing between two points
haversine_distance
Calculate distance between two points using Haversine formula
point_inpolygon
Check if a point is inside a polygon
polygon_area
Calculate the area of a polygon using the shoelace formula
polygon_centroid
Calculate the centroid of a polygon
transform_coordinates
Convert coordinates between different projections (simplified)