Geometric (rojak.core.geometric)#

Functions

create_grid_data_frame(domain, step_size[, crs])

create_polygon_spatial_grid_buckets(domain, ...)

create_rectangular_spatial_grid_buckets(...)

geodesic_waypoints_between(start, end, grid_size)

Find the coordinates (i.e. waypoints) on the great circle between the two points.

haversine_distance(lon_1, lat_1, lon_2, lat_2, /)

Haversine distance in m between two points as pairs of longitude and latitude

spatial_aggregation(grid, data_to_aggregate, ...)

Classes

DistanceUnits(*values)