Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 745 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 745 Bytes

Messier Catalogue

Charles Messier was a French astronomer most notable for publishing an astronomical catalogue consisting of 110 nebulae and star clusters, which came to be known as the Messier objects. The purpose of the catalogue was to help astronomical observers, in particular comet hunters like himself, distinguish between permanent and transient visually diffuse objects in the sky.

Data Source

The data is sourced from Wikipedia

Loading Data

$ git clone https://github.com/jbcurtin/messier-catalogue.git $ cd $HOME/messier-catalogue $ virtualenv -p $(which python3) env $ source env/bin/activate $ pip install pandas requests $ python load-data.py