Calculate the position of the Sun, Moon and Milky Way in order to plan the position and time for an photograph.
 
 
 
Go to file
Zwarf a5ec6988c2 v0.5.0 2023-11-14 00:25:35 +01:00
build-aux/meson changing to GTK4 and restructuring the application 2021-11-21 00:54:55 +01:00
data v0.5.0 2023-11-14 00:25:35 +01:00
po Improve language support 2023-04-25 18:49:32 +02:00
screenshots Version 0.3.0 2022-09-12 01:18:08 +02:00
src v0.5.0 2023-11-14 00:25:35 +01:00
.gitignore Update dependencies, code cleanup 2023-04-20 13:39:25 +02:00
CHANGELOG v0.5.0 2023-11-14 00:25:35 +01:00
COPYING changing to GTK4 and restructuring the application 2021-11-21 00:54:55 +01:00
README.md Update README.md 2023-11-13 13:11:50 +00:00
copyright Fix issues which came in by the merges. Delete unnecessary files 2023-11-13 14:50:04 +01:00
de.zwarf.picplanner.json v0.5.0 2023-11-14 00:25:35 +01:00
de.zwarf.picplanner.json~ Improve language support 2023-04-25 18:49:32 +02:00
icon.png Icon update and adding of title image 2022-02-16 15:57:55 +01:00
meson.build Merge branch 'main' into 'more_warnings' 2023-11-13 11:23:10 +00:00
title-image.png Icon update and adding of title image 2022-02-16 15:57:55 +01:00

README.md

PicPlanner

PicPlanner Icon

A GTK application for photographers using GNU Linux or especially Linux phones. It can be used to calculate the position of the Sun, Moon and Milky Way in order to plan the position and time for a photograph.

The Idea

People who love to photograph know, that the biggest problem is being at the right spot at the right time. Therefore, landscape pictures should be planned before visiting the place of choice. To plan the location it is important to know the position of the sun, moon, and sometimes also the milky way. Where to find the sun at which time is most of the time easy to guess but when is the sunset? And for the milky way normally nobody knows where to find it in the night sky at which time at a specific location. This small program should answer all these questions.

Plan

+1.  Create a basic GNOME like GUI -- Starting from zero again... Update: I think we can call it basic now :D
+2.  Calculate the center of the milky way at a specific time -- Implemented and equations seem to be very precise (± 1°) 
+3.  Calculate the position of the sun -- Implemented and equations seem to be very precise (< ± 1°) 
+4.  Find the position of the moon at a spesific time -- Implemented and equations seem to be sufficiently precise (~ ± 2°) 
+5.  Present all calculated data in the GUI -- Most of the data is showen
+6.  Create the location search -- A simple offline search is implemented now more will follow
+7.  Implement "smarphone functionality" e.g. find location via GPS
+8.  Insert a map view with OSM
+9.  Visualise important data direktly on the map

Formulas used

Most of the formulas used are explained in detail directly inside the code. Reference is given or will be added soon. Some of these formulas are from the excellent book by Jean Meeus "Astronomical Algorithms". Others are from scientific papers or combined by me.

Libraries

  • GTK 4 is used to create the GUI.
  • Libadwaita is used to make the GUI adaptive.
  • Shumate is used to show a map.
  • Libgweather is used for the offline search functionality.
  • GeoClue is used to get the users current location.

Build

git clone https://gitlab.com/Zwarf/picplanner.git
cd picplanner
meson builddir
cd builddir
ninja
ninja install

Or download the Flatpak from Flathub

Screenshots Desktop Size, Light Theme

screenshot-large screenshot-large screenshot-large screenshot-large