is-sea icon indicating copy to clipboard operation
is-sea copied to clipboard

🌊 Check whether a geographic coordinate is in the sea or not on the earth.

Results 8 is-sea issues
Sort by recently updated
recently updated
newest added

@simonepri - this was my attempt to add buffer zone logic to your is-sea module. I updated index.js and package.json but did not update readme, demos, or test. Was not...

I believe most countries recognize 12 and 24 nm boundaries. How could we approach something like is-open-sea(lat,Lon,boundary =12)? When I use your demo, this currently shows True even when inside...

- Updates dependencies - Fixes lint errors - Updates test matrix, drops node 10 support because dependency `geojson-geometries-lookup` did Tests don't pass - doesn't look like they ever worked? The...

Thanks for this awesome project! I found a little mistake in the README, you give the following example: ```javascript const isSea = require('is-sea'); // Query a point in Italy. isSea.get(41.9028,...

import issea from 'is-sea' issea(41.9028, 12.4964) ![TIM图片20200808002126](https://user-images.githubusercontent.com/49784845/89666543-1fd3d500-d90d-11ea-9aac-92c9cfd65f3d.jpg)

@simonepri could you extend this library to know if it's land or pure water ? (not only sea). Thanks a lot !

Minimum changes to allow test.js tests to pass with latest version of Node. This includes converting package to type module, and a few minor tweaks.