Displaying 1 result from an estimated 1 matches for "gridref".
2023 Oct 13
1
rnrfa package problems
...allStations <- catalogue()
allStations
This works OK
But when I try to run the example codes there are various problems
The code is lifted directly from the document btw it?s not mine
This bit to convert gives an error message:
# Option a: from OS grid reference to WGS84 >
osg_parse(gridRef = "NC581062", CoordSystem = "WGS84")
# Option b: from OS grid reference to BNG
osg_parse(gridRef = "NC581062", CoordSystem = "BNG")
##
osg_parse seems to be built into the rnrfa package so I don?t know why it
doesn?t work?
Then this bounding box code...