(Assisted) request of EDINA's Digimap data from the Ordnance Survey
Source:R/utils-digimap.R
digimap_os.Rd
Digimap’s Ordnance Survey collection provides a full range of topographic Ordnance Survey data for the UK. Note that this function helps you to request the data, once your request has been processed, you will have to manually download the data (email instructions will be provided by Digimap).
Usage
digimap_os(
client,
area_name = NULL,
dataset = NULL,
format = NULL,
version = NULL,
org = Sys.getenv("ORG"),
sleep = 1
)
Arguments
- client
RSelenium
client.- area_name
String with UK national grid name (e.g., 'SD', 'SD20'). See ordnancesurvey.co.uk/documents/resources/guide-to-nationalgrid.pdf.
- dataset
String with the name of the data set to download (e.g., 'NTM' for National Tree Map or 'Terrain-5 DTM' for the OS Terrain 5 Digital Terrain Model). See https://digimap.edina.ac.uk/help/our-maps-and-data/os_products/.
- format
String with the data format (e.g., 'SHAPE'). See https://digimap.edina.ac.uk/help/our-maps-and-data/os_products/.
- version
String with the version of the data set (e.g., 'July 2023'). See https://digimap.edina.ac.uk/help/our-maps-and-data/os_products/.
- org
String with your organisation name (for login purposes, this can be done manually). Done only once per session.
- sleep
Integer with number of seconds to use as pause between actions on the web page.