Skip to content
Prev 21048 / 29559 Next

Warning message: points were rejected as lying outside the specified window

On Sun, 18 May 2014, Hossain, Md wrote:

            
So either you can choose a different approximation to the shoreline you 
are interested in from another source. Or perhaps buffer it out the 
maximum distance from the excluded points to the original polygon (see 
rgeos::gDistance and rgeos::gBuffer)? This may not be adequate, as your 
polygon and points appear to be in geographical rather than planar 
coordinates, which will affect the naive distances obtained when using 
geographical coordinates as if they are planar.

Roger