Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finger563/python-astronomy-playground

A repo for downloading, exploring, and analyzing astronomical data
https://github.com/finger563/python-astronomy-playground

Last synced: 13 days ago
JSON representation

A repo for downloading, exploring, and analyzing astronomical data

Awesome Lists containing this project

README

        

# python-astronomy-playground
A repo for downloading, exploring, and analyzing astronomical data

## Setup

``` sh
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python plot_redshift.py
```