createHWT: Create and download horizon data from HeyWhatsThat
Description
This function send a data request to HeyWhatsThat, for the
creation of a horizon profile for a give Lat/Lon and elevation. It
then downloads the data and saves it as a skyscapeR.horizon
object.
(Optional) The elevation of the observer above
ground level in meters. Default is 1.6 meters (eye level).
name
(Optional) Name for horizon.
src
(Optional) Request source ID for HeyWhatsThat. Default is
'skyscapeR'. Only change this if you have been given a source ID by the
creator of HeyWhatsThat.
verbose
(Optional) Boolean switch to control output. Default is TRUE.
# NOT RUN {# Create and retrieve horizon data for the London Mithraeum:hor <- createHWT(lat=ten(51,30,45), lon=ten(0,5,26.1), name='London Mithraeum')
# }