exportHor {skyscapeR} | R Documentation |
Exports a skyscapeR.horizon object into Stellarium format
Description
This function exports any skyscapeR.horizon object into the landscape format of Stellarium, ready to be imported.
Usage
exportHor(hor, name, author = "skyscapeR", description, ground_col, hor_col)
Arguments
hor |
Horizon data in skyscapeR.horizon format. |
name |
Horizon name to be displayed in Stellarium, if different from one in skyscapeR.horizon object. |
author |
(Optional) Author, to be included in landscape.ini file. |
description |
(Optional) Description, to be included in landscape.ini file. |
ground_col |
Color of ground. Defaults to Stellarium's default. |
hor_col |
Color of horizon line. Defaults to Stellarium's default. |
References
Stellarium: a free open source planetarium
See Also
createHor
, downloadHWT
, plot.skyscapeR.horizon
Examples
# Downloads horizon data from HeyWhatsThat and exports it into Stellarium:
## Not run:
hor <- downloadHWT('HIFVTBGK')
exportHor(hor, name='Test', description='Test horizon export to Stellarium')
## End(Not run)
[Package skyscapeR version 1.0.0 Index]