Description Usage Arguments References See Also Examples
This function exports any skyscapeR.horizon object into the landscape format of Stellarium, ready to be imported.
1 |
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. |
Stellarium: a free open source planetarium
createHor
, downloadHWT
, plot.skyscapeR.horizon
1 2 3 4 5 6 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.