Introduction to the Earth Engine Python API

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024

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

  • @adsthunders6505
    @adsthunders6505 3 года назад

    Dear Madhu, very interesting and lots of hard work. Can we get the water availability month wise in India from similar analysis

  • @mj3096
    @mj3096 5 лет назад

    A very useful and very interesting demonstration. Worked like a charm and got to understand so much more about the Earth Engine.

  • @mselvabalan9593
    @mselvabalan9593 3 года назад

    Dear Madhu. Can we have water availability in India monsoon season wise. like to work on it with your support

  • @stefanschouteden5196
    @stefanschouteden5196 4 года назад

    Excellent presentation! Thanks for sharing!

  • @dongdongkong9649
    @dongdongkong9649 4 года назад +4

    How to make those animations in the beginning? Do you main to share your code?

  • @EarthAnalytics
    @EarthAnalytics 3 года назад

    This was fantastic - thank you!

  • @dibyajyotimohanty6371
    @dibyajyotimohanty6371 3 года назад

    From where can I learn the python api

  • @somnathparamanik
    @somnathparamanik 4 года назад

    I am facing problem when i am using Jupyter or spider... Problem is arising in ee.Initialize()...
    An error is coming "WinError 10060"...
    I am using Windows OS.
    Plz give some suggestions...
    Thank you...

    • @caoqianlidk
      @caoqianlidk 4 года назад

      Hello, Sir, i have the same problem, have you solved it?

    • @somnathparamanik
      @somnathparamanik 4 года назад

      @@caoqianlidk no, I failed to solve this problem till now..

    • @caoqianlidk
      @caoqianlidk 4 года назад

      @@somnathparamanik thanks,, I will tell u when I find the solution. :)

    • @somnathparamanik
      @somnathparamanik 4 года назад

      @@caoqianlidk please... Thank you...

    • @caoqianlidk
      @caoqianlidk 4 года назад +1

      @@somnathparamanik
      import ee
      import os
      # update the proxy settings
      os.environ['HTTP_PROXY'] = '127.0.0.1:2334'
      os.environ['HTTPS_PROXY'] = '127.0.0.1:2334'
      # Initialize the Earth Engine object, using the authentication credentials.
      ee.Initialize()
      # Print the information for an image asset.
      image = ee.Image('srtm90_v4')
      print(image.getInfo())