Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petabyt/astro
A web format for storing astronomy data
https://github.com/petabyt/astro
astronomy php
Last synced: 1 day ago
JSON representation
A web format for storing astronomy data
- Host: GitHub
- URL: https://github.com/petabyt/astro
- Owner: petabyt
- License: gpl-3.0
- Created: 2021-10-29T01:41:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T19:47:54.000Z (over 1 year ago)
- Last Synced: 2025-01-12T22:15:01.308Z (6 days ago)
- Topics: astronomy, php
- Language: PHP
- Homepage: https://petabyt.dev/astro/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astrodump
A simple format I devised for storing my astrophotography.
You can see it in action here: https://s1.danielc.dev/astro## File Structure
Alongside the index.php file, folders are created for each
astronomy night, or session, with the name being the date.Inside each folder, a `description` file is created describing
Bortle levels, processing information, settings, etc.The web server should show the contents of these folders (Nginx
`autoindex`)