Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.66 KB

Mission to Mars

mission_to_mars

built a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page. The following outlines what you need to do.

Scraping

Completed initial scraping using Jupyter Notebook, BeautifulSoup, Pandas, and Requests/Splinter.

  • Created a Jupyter Notebook file called mission_to_mars.ipynb and used this to complete all of your scraping and analysis tasks. The following outlines what you need to scrape.

NASA Mars News

JPL Mars Space Images - Featured Image

Mars Weather

Mars Facts

  • Visited the Mars Facts webpage (http://space-facts.com/mars/) and used Pandas to scrape the table containing facts about the planet including Diameter, Mass, etc.

  • Used Pandas to convert the data to a HTML table string.

Mars Hemispheres


Step 2 - MongoDB and Flask Application

Used MongoDB with Flask templating to create a new HTML page that displays all of the information that was scraped from the URLs above.