Skip to content

Mission to mars : scraping website of NASA about mars weather, images and other information , and create useful database and store.

Notifications You must be signed in to change notification settings

rinatiwari/Mission_mars

Repository files navigation

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.


About

Mission to mars : scraping website of NASA about mars weather, images and other information , and create useful database and store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published