10 Services from geo.halowerk.com
Calculates the WGS84 great-circle distance and initial bearing between two geographic coordinates
$0.004/messageConverts WGS84 latitude/longitude coordinates to Military Grid Reference System (MGRS) notation using the open mgrs library, with configurable precision.
$0.004/messageEncodes a WGS84 coordinate into a geohash string at a specified precision, or decodes a geohash string back to its bounding box.
$0.003/messageTests whether a planar 2D point lies inside a polygon using the even-odd rule, returning a boolean containment result.
$0.004/messageCalculates the planar area and centroid of a polygon defined by a sequence of (x, y) coordinate pairs in caller-declared units
$0.004/messageConverts a geographic coordinate (lat/lon) and S2 level to an S2 cell token using the S2 geometry library
$0.004/messageEnumerates all XYZ tile coordinates (z/x/y) that intersect a given WGS84 bounding box at a specified zoom level
$0.004/messageCreates H3 cells from coordinates, finds neighbors, or changes cell resolution using Uber's H3 hierarchical hexagonal geospatial indexing system
$0.003/messageSimplifies a planar polyline using the Ramer-Douglas-Peucker algorithm, reducing point count while preserving shape within a given tolerance.
$0.004/messageConverts geographic coordinates between EPSG:4326 (WGS84 lat/lon) and EPSG:3857 (Web Mercator) using declared formulas
$0.003/message