All Projects → Kosmorro → kosmorro

Kosmorro / kosmorro

Licence: AGPL-3.0 license
A program to calculate your ephemerides.

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to kosmorro

ephemeris-compute-de405
A command-line tool for producing tables of the positions of solar system objects over time.
Stars: ✭ 14 (-73.58%)
Mutual labels:  astronomy, ephemeris
nightlight
Nightlight: Astronomic Image Processing
Stars: ✭ 25 (-52.83%)
Mutual labels:  astronomy
astrobook
The Astrobook source files
Stars: ✭ 32 (-39.62%)
Mutual labels:  astronomy
pydl
Library of IDL astronomy routines converted to Python.
Stars: ✭ 20 (-62.26%)
Mutual labels:  astronomy
allsky-portal
A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
Stars: ✭ 28 (-47.17%)
Mutual labels:  astronomy
indi-allsky
Software to manage a Linux-based All Sky Camera.
Stars: ✭ 59 (+11.32%)
Mutual labels:  astronomy
Messier87
A realtime raytracing blackhole renderer
Stars: ✭ 53 (+0%)
Mutual labels:  astronomy
PyNeb devel
PyNeb development repository
Stars: ✭ 22 (-58.49%)
Mutual labels:  astronomy
curvit
Create light curves from UVIT data.
Stars: ✭ 14 (-73.58%)
Mutual labels:  astronomy
nmmn
Miscellaneous methods for: astronomy, dealing with arrays, statistical distributions, computing goodness-of-fit, numerical simulations and much more
Stars: ✭ 16 (-69.81%)
Mutual labels:  astronomy
starclass
Stellar Classification
Stars: ✭ 15 (-71.7%)
Mutual labels:  astronomy
fritz
Astronomical data platform for the Zwicky Transient Facility.
Stars: ✭ 20 (-62.26%)
Mutual labels:  astronomy
kerykeion
Kerykeion is a python library for astrology. It can generate SVG charts and extract all data about a birthchart, a composite chart and a transit chart.
Stars: ✭ 72 (+35.85%)
Mutual labels:  ephemeris
A-Track
A-Track: Detecting Moving Objects in FITS images.
Stars: ✭ 18 (-66.04%)
Mutual labels:  astronomy
api-rest
API - The Solar System OpenData
Stars: ✭ 18 (-66.04%)
Mutual labels:  astronomy
AstroTime.jl
Astronomical time keeping in Julia
Stars: ✭ 32 (-39.62%)
Mutual labels:  astronomy
sunraster
A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.
Stars: ✭ 19 (-64.15%)
Mutual labels:  astronomy
PandExo
A Community Tool for Transiting Exoplanet Science with the JWST & HST
Stars: ✭ 23 (-56.6%)
Mutual labels:  astronomy
marvin
Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
Stars: ✭ 48 (-9.43%)
Mutual labels:  astronomy
ha skyfield
See the apparent positions of the Sun, Moon, and planets in this home assistant custom component
Stars: ✭ 26 (-50.94%)
Mutual labels:  astronomy

Kosmorro

Version on PyPI Packaging status Help translating Kosmorro!

A program that calculates your astronomical ephemerides!

Stand with Ukraine

Installation

Production environment

If you want to give a try to Kosmorro, head to its official download page and follow the instructions that correspond to your operating system.

Development environment

Before you run Kosmorro in your development environment, check you have installed these programs on your system:

  • Python ≥ 3.7.0 (needed run Kosmorro)
  • PIP3 (needed for package management, usually installed among with Python 3)
  • Poetry (needed to manage the virtual environment)

Clone this repository and run poetry install to install all the dependencies. Then, run Kosmorro by invoking poetry run python kosmorro.

For comfort, you may want to invoke poetry shell first and then just python kosmoro.

Using Kosmorro

Using Kosmorro is as simple as invoking kosmorro in your terminal!

By default, it will give you the current Moon phase and, if any, the events that will occur today. To get the rise, culmination and set of the objects of the Solar system, you will need to give it your position on Earth: get your current coordinates (with OpenStreetMap for instance), and give them to Kosmorro by invoking it with the following parameters: --latitude=X --longitude=Y (replace X by the latitude and Y by the longitude).

Kosmorro has a lot of available options. To get a list of them, run kosmorro --help, or read its manual with man kosmorro.

Note: the first time it runs, Kosmorro will download some important files needed to make the computations. They are stored in a cache folder named .kosmorro-cache located in your home directory (/home/<username> on Linux, /Users/<username> on macOS).

Exporting to PDF

Kosmorro can export the computation results to PDF files, but this feature requires first that you install some additional dependencies. You can find documentation about this on Kosmorro's website.

Help translating Kosmorro!

Kosmorro is translated on Weblate, a popular free platform for crowd-sourced internationalization. If you speak a language that is not supported yet, feel free to contribute!

Translation state per language

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].