Google Earth Engine Python API for Absolute Beginners

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • Learn more: spatialelearni...
    Enroll in the full course: bit.ly/earth-e...
    Subscribe to our channel for more tutorials: / spatialelearning
    In this tutorial, you will learn how to install the Earth Engine Python API using the geemap library. You will get started with the earth engine python API and load Landsat satellite data using a Jupyter Notebook.
    Blog: spatialelearni...
    Courses: courses.spatia...
    RUclips: / spatialelearning
    Facebook: / spatialelearning
    Twitter: / spatialelearn
    #earthengine #remotesensing #geospatial

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

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

    Visit our website to learn more: spatialelearning.com Hope this video was useful to you. What video topic would you like to see next?

  • @kulmanzoor9519
    @kulmanzoor9519 День назад

    Why my is not visualise

  • @alena7431
    @alena7431 5 месяцев назад

    in case map doesn’t show up, you need to make sure that geemap in installed on virtual env, it didn’t work for me without environment. Also in Jupyter notebook make sure, that you are in right env, you need to create an kernel for the env🙏🏻

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

    When I run a simple Map function nothing in my Juypter notebook displays. Am I missing something in the installation?

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

    Hi))) Is there a way to get terrain height changes via the API?

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

    got stuck with Map---> nothing's mapping, and it's stuck on the auth section

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

    ee.Authenticate() yields an error ---------------------------------------------------------------------------
    NameError Traceback (most recent call last)
    in
    ----> 1 ee.Authenticate()
    NameError: name 'ee' is not defined

    • @LucasMatheus-ix7ns
      @LucasMatheus-ix7ns Год назад

      do you import "ee"? Like this:
      import geemap
      import ee

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

      And in python run
      import ee
      ee.Authenticate()

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

    Hello! I got stuck adding the feature collection layer to the map - step at 17:06 in your video. Here's my script I executed
    countries = ee.FeatureCollection("USDOS/LSIB_SIMPLE/2017")
    roi = countries.filter(ee.Filter.eq("countr_na", "Swaziland"))
    In your video, the this step combines the previous script:
    Map = geemap.Map()
    Map
    Now they are combines in the same cell.

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

    Map=geemap.Map() do not print the map, any idea what I am doing wrong ?

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

      try to activate the environment first