Geospatial Services
Provides quick access to Geospatial Services
1 subscribers
8.7/10 popularity
75 ms avg latency
50% success rate
19 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Geospatial Services endpoints
| Method | Endpoint | Description |
|---|---|---|
| Buffer | ||
| POST |
buffer_buffer__post /buffer/ |
Expand a geometry outward by a given distance and unit. - Reprojects to an appropriate metric CRS (UTM) for accurate buffering - Returns the result in the requested output… |
| Project | ||
| POST |
project_project__post /project/ |
Reproject a GeoJSON geometry from one coordinate reference system to another. - Uses EPSG codes for both source and target CRS - Supports all geometry types: Point, LineString,… |
| Measure | ||
| POST |
measure_measure__post /measure/ |
Calculate the length and/or area of a geometry. - **Points** → no length or area - **LineStrings / MultiLineStrings** → length only - **Polygons / MultiPolygons** → length… |
| Operations | ||
| POST |
touches_operations_touches_post /operations/touches |
Returns true if geometry_a touches (but does not overlap) geometry_b. |
| POST |
union_operations_union_post /operations/union |
Return the union of geometry_a and geometry_b. |
| POST |
within_operations_within_post /operations/within |
Returns true if geometry_a is fully within geometry_b. |
| POST |
boundary_operations_boundary_post /operations/boundary |
Return the boundary of the geometry (exterior ring for polygons, endpoints for lines). |
| POST |
intersect_operations_intersect_post /operations/intersect |
Return the intersection of geometry_a and geometry_b. |
| POST |
contains_operations_contains_post /operations/contains |
Returns true if geometry_a fully contains geometry_b. |
| POST |
simplify_operations_simplify_post /operations/simplify |
Simplify a geometry using the Douglas-Peucker algorithm. - `tolerance` is in the input CRS units (degrees for geographic, meters for projected) - Preserves topology by default |
| POST |
disjoint_operations_disjoint_post /operations/disjoint |
Returns true if geometry_a and geometry_b share no space at all. |
| POST |
convex_hull_operations_convex_hull_post /operations/convex-hull |
Return the convex hull (smallest convex polygon that contains the geometry). |
| POST |
difference_operations_difference_post /operations/difference |
Return geometry_a minus geometry_b (A - B). |
| POST |
centroid_operations_centroid_post /operations/centroid |
Return the geometric centroid (center of mass) of the geometry. |
| POST |
intersects_operations_intersects_post /operations/intersects |
Returns true if geometry_a and geometry_b share any space. |
| POST |
envelope_operations_envelope_post /operations/envelope |
Return the minimum bounding rectangle (envelope / bounding box) of the geometry. |
| POST |
symmetric_difference_operations_symmetric_difference_post /operations/symmetric-difference |
Return all parts of A and B that do not overlap (A XOR B). |
| Validate | ||
| POST |
validate_validate__post /validate/ |
Check whether a GeoJSON geometry is topologically valid. - Returns `is_valid: true/false` and an explanation if invalid - Set `attempt_repair: true` to return a repaired geometry… |
| Ping | ||
| GET |
health_ping_get /ping |
|
Geospatial Services pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|