
Is On Water
Check if coordinate is on water (seas, lakes, and rivers) with 1m precision
backend
dillonstreator/is-on-water
Just deployed
Redis
bitnami/redis
Just deployed
/bitnami
is-on-water
💧HTTP API using reverse geocoding to check whether a geographic coordinate is on water (seas, lakes, and rivers) with 1m precision
- Single coordinate
GET /api/is-on-water?lat=${lat}&lon=${lon}
- Batch coordinates
POST /api/is-on-water
with body containing array of coordinate objects [{ lat, lon }, { lat, lon }, ...]
Template Content
backend
dillonstreator/is-on-waterRedis
bitnami/redis