Extract current weather data from Open Weather Map API using python on AWS EC2

Поделиться
HTML-код
  • Опубликовано: 3 июн 2023
  • In this video I show you a very basic data engineering project on how to extract the current weather information of your interested city from the open weather map API using python on AWS EC2.
    *Books I recommend*
    1. Grit: The Power of Passion and Perseverance amzn.to/3EZKSgb
    2. Think and Grow Rich!: The Original Version, Restored and Revised: amzn.to/3Q2K68s
    3. The Book on Rental Property Investing: How to Create Wealth With Intelligent Buy and Hold Real Estate Investing: amzn.to/3LLpXRy
    4. How to Invest in Real Estate: The Ultimate Beginner's Guide to Getting Started: amzn.to/48RbuOb
    5. Introducing Python: Modern Computing in Simple Packages amzn.to/3Q4driR
    6. Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition: amzn.to/3rGF73G
    Below are the commands we used for installation on our EC2 instance
    1. sudo apt update
    2. sudo apt install python3-pip
    3. pip install pandas
    4. pip install requests
    Below is the link to: How to remotely SSH (connect) Visual Studio Code to AWS EC2
    • How to remotely SSH (c...
    Github Code: github.com/YemiOla/openweathe...
    After you have finished with the project, please don't forget to stop your AWS EC2 instance.
    Please don’t forget to like, share, comment and subscribe to our channel for more videos.
    DISCLAIMER: This video and description has affiliate links. This means when you buy through one of these links, we will receive a small commission and this is at no cost to you. This will help support us to continue making awesome and valuable contents for you.
  • НаукаНаука

Комментарии • 35

  • @ndthdproduction2900
    @ndthdproduction2900 6 месяцев назад

    Good video bro. Keep up the good work :D

  • @JW-pu1uk
    @JW-pu1uk 11 месяцев назад +1

    Such an awesome video. Thanks for this!

    • @tuplespectra
      @tuplespectra  11 месяцев назад

      Thanks so much. Your comment means a lot to us. I'm glad you find it valuable.

  • @gyungyoonpark
    @gyungyoonpark 6 месяцев назад +1

    another amazing video!!! thank you!!!

    • @tuplespectra
      @tuplespectra  6 месяцев назад

      Glad you enjoyed it! Thanks for the comment.

  • @xavierromerocarrion1369
    @xavierromerocarrion1369 2 месяца назад +1

    Amazing content!! My friend 🙌🙌

  • @user-ci5fy3vr7d
    @user-ci5fy3vr7d Год назад

    Very good Explanation. Thank you

  • @vikas6418
    @vikas6418 10 месяцев назад

    Very well explained.... Appreciated the efforts .. :)

  • @ashraf950901
    @ashraf950901 11 месяцев назад

    very well explained. thankyou for this.

    • @tuplespectra
      @tuplespectra  11 месяцев назад

      Thank you! I'm glad you find it valuable.

  • @-leaflet
    @-leaflet Год назад

    Awesome explanation!

  • @olaajo1
    @olaajo1 8 месяцев назад

    Nice video, thanks so much.Also for subsequent video, pls try and zoom out your screen so that its large enough for viewer to see and follow you.

    • @tuplespectra
      @tuplespectra  8 месяцев назад

      Thanks so much for your comment. I'm glad you found the video helpful. And thanks for your feedback. The suggestion you gave has already been implemented in my subsequent videos. Please explore my other videos and let me know if you see the same issue. Thanks so much.

  • @tech-n-data
    @tech-n-data 4 месяца назад +1

    Great video, don't forget to deactivate your API key so people don't use yours and run up a large bill.

  • @jasong1713
    @jasong1713 6 месяцев назад

    great video

  • @nikhilkuttan1447
    @nikhilkuttan1447 Год назад

    why we did __name__ in the last

  • @thepandawhowanders
    @thepandawhowanders 9 месяцев назад

    I tried solving the error since "Invalid API key" keeps on appearing but I still got the same response after retrying. What is the possible issue on this one? Thanks!

    • @tuplespectra
      @tuplespectra  9 месяцев назад +1

      Possible issue is that your API key has not been activated yet. So wait for few hours for your API key to be activated by the open weather map team. After like 4 to 5 hrs, you can try again.

    • @AbdurRahman-lv9ec
      @AbdurRahman-lv9ec 8 месяцев назад +1

      @@tuplespectra i am facing the same issues. with my api key, data is shown on browser. but when i run main.py file then its shows invalid API key

    • @gyungyoonpark
      @gyungyoonpark 6 месяцев назад

      @@AbdurRahman-lv9ec I am having the same issue. have you solved it?

  • @x-YouKnowWhoIm-x
    @x-YouKnowWhoIm-x 11 месяцев назад

    Could you kindly provide the link to the code please?

    • @tuplespectra
      @tuplespectra  11 месяцев назад +1

      Link to the code is provided in the description. Here it is as well: github.com/YemiOla/openweather_etl

    • @x-YouKnowWhoIm-x
      @x-YouKnowWhoIm-x 11 месяцев назад

      ​@@tuplespectraReally appreciate it, this video has immensely transformed my understanding within a few days. Much appreciated and grateful!🤍

    • @tuplespectra
      @tuplespectra  11 месяцев назад +1

      @@x-YouKnowWhoIm-x I'm glad you are learning a lot from our videos. Your comment really means a lot to me. Please don't forget to LIKE and share our videos/channel with your friends and colleagues so more people can benefit. Thank you!

    • @x-YouKnowWhoIm-x
      @x-YouKnowWhoIm-x 11 месяцев назад

      @@tuplespectra Sure thing!! Also, I have a small question on this, what if we want to show multiple "Cities" data? How shall we achieve that, by repeating the codes for individual city? In that case, I'm afraid the code would get way too long. Any hint or suggestions is appreciated!

    • @tuplespectra
      @tuplespectra  11 месяцев назад +1

      @@x-YouKnowWhoIm-x I have a video on that already. See link below. Don't forget to like, comment and share. Thank you!
      ruclips.net/video/ocFzNmgYW9o/видео.html

  • @mwanthidaniel1254
    @mwanthidaniel1254 Год назад

    do they charge for querying their API

    • @tuplespectra
      @tuplespectra  Год назад

      They charge when you go over the daily limit which you are not likely to go over when you only use it for just a project as this. I will encourage you to explore their website to see what they have if it meet your needs. Thanks for watching our video.

    • @mwanthidaniel1254
      @mwanthidaniel1254 Год назад

      @@tuplespectra thanks for information