https://github.com/linea-it/sky-viewer
LIneA Science Server - new data visualization platform for LSST and other surveys. Evolution of the DES Science Server found on 'dri' repository.
https://github.com/linea-it/sky-viewer
astronomical-images data-visualization science-platform
Last synced: 4 months ago
JSON representation
LIneA Science Server - new data visualization platform for LSST and other surveys. Evolution of the DES Science Server found on 'dri' repository.
- Host: GitHub
- URL: https://github.com/linea-it/sky-viewer
- Owner: linea-it
- License: mit
- Created: 2024-08-26T18:40:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T20:16:31.000Z (7 months ago)
- Last Synced: 2025-11-30T11:39:41.944Z (7 months ago)
- Topics: astronomical-images, data-visualization, science-platform
- Language: Python
- Homepage: https://science-server.linea.org.br
- Size: 4.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sky Viewer
LIneA Sky Viewer
## Setup Production Environment
https://github.com/linea-it/sky-viewer/blob/main/compose/production/README.md
## Build Manual do frontend e backend para utilizar no -dev
```bash
docker build -f compose/production/frontend/Dockerfile -t linea/skyviewer:frontend_$(git describe --always) .
docker build -f compose/production/django/Dockerfile -t linea/skyviewer:backend_$(git describe --always) .
```