find_square: Find the OS square for a location

View source: R/find_square.R

find_squareR Documentation

Find the OS square for a location

Description

Find the OS 100km grid square containig the location based on easting and northing.

Usage

find_square(location)

Arguments

location

A vector consisting of easting and northing, e.g. c(349950, 673605)

Details

For information on the 100km grid, see https://www.ordnancesurvey.co.uk/documents/resources/guide-to-nationalgrid.pdf

Examples


find_square(c(349950, 673605))

n-fanton/aesmapr documentation built on May 7, 2022, 12:09 a.m.