I'm trying to find whether a given location with latitude/longtitude is a land or water. Is there any library in Java that gives me a result of my question?
Asked
Active
Viewed 159 times
1
geonameswhich I think can do that for you. I don't know if there's a Java library to make calling it easier or if it is simple to build an HTTP query in Java and do it yourself. See http://geonames.org for more, specifically I think the "ocean" query in the API. – Spacedman Jun 26 '20 at 14:00