is-sea
is-sea copied to clipboard
π Check whether a geographic coordinate is in the sea or not on the earth.
@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) 
@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.