0

I'm writing a program where I need the range of latitudes and longitudes that correspond to land on the earth. This can be a rough approximation, but I'm not sure how to go about obtaining this range. I mainly want to differentiate the continents from the oceans.

Thanks

  • 1
    http://stackoverflow.com/questions/13905646/get-the-continent-given-the-latitude-and-longitude seems to give you a good start. – Michael Dorgan May 12 '15 at 23:34

1 Answers1

0

You can try The Google Time Zone API

When you enter a coordiante which is ouside land (i.e. on a ocean) then the returned time zone is ZERO_RESULTS. This response you can use.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Wernfried Domscheit
  • 54,457
  • 9
  • 76
  • 110