(SHOW & TELL) Skyfield in QGIS #621
hamiltoncj
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing about your project! This is the first time I remember seeing Skyfield hooked up to QGIS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have partially implemented some of the Skyfield algorithms into a QGIS plugin. Three of the algorithms show the coordinates where the sun, moon, and planets are directly overhead for a particular date and time. This is an example output.
Another panel allows the user to click on the map to capture the coordinate at that location and display sun and moon stats such as azimuth, elevation, moon phase, dawn, sunrise, solar noon, sunset, etc. This is an example.
If you want to try this in QGIS 3.14+ (don't use an older QGIS), you can download it as follows. If you are on windows and want to download a self contained windows plugin use this link to download:
earthsunmoon-alpha-windows.zip
If you are using some other OS, use this link, but before you install it in QGIS open your OSGeo4W console and run "pip install skyfield'.
earthsunmoon-alpha.zip
In QGIS select the menu item "Plugins->Manage and Install Plugins..." Click on the "Install from ZIP" tab. Click on the "..." button and navigate to where you saved the plugin as a zip file and select it. Next click on the "Install Plugin" button. You will find the plugin installed in "Plugins->Earth, sun, moon, & planets". As I update this plugin, I will update this page.
Comments are welcome. I would like to have a day / night terminator algorithm as well, but the one suggested in an earlier discussion does not work correctly and I don't know how to fix it. I may start a new discussion on it.
Beta Was this translation helpful? Give feedback.
All reactions