rinatiwari / Mission_mars

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

Home Page:https://astrogeology.usgs.gov/search/results?q=hemisphere+enhanced&k1=target&v1=Mars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://astrogeology.usgs.gov/search/results?q=hemisphere+enhanced&k1=target&v1=Mars


Languages

Language:Jupyter Notebook 67.3%Language:Python 20.8%Language:HTML 11.9%