How to set up Google Earth Engine in R and Create Amazing Earthquake Maps [2023]

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

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

  • @milos-makes-maps
    @milos-makes-maps  9 месяцев назад +1

    Guys, check out the Awesome GEE Community catalog for more amazing datasets: gee-community-catalog.org/

  • @AleksPopovic
    @AleksPopovic 9 месяцев назад +4

    This looks great Milos! Thanks for this tutorial!

    • @milos-makes-maps
      @milos-makes-maps  9 месяцев назад +1

      Thank you for your kind words and for following my tutorials, Aleks! Happy to have you here!

  • @lbarq
    @lbarq 9 месяцев назад +2

    I was excited about the new tutorial that you give us every Sunday. I must say that it once again exceeded my expectations. Wonderful. Thank you

    • @milos-makes-maps
      @milos-makes-maps  9 месяцев назад +1

      What a lovely message! Thank you very much, Luis! I enjoy making this content and sharing with talented enthusiasts like yourself

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

    Everytime i need to learn or do something in my project, you upload a tutorial about it. You the best.❤

    • @milos-makes-maps
      @milos-makes-maps  9 месяцев назад +1

      I'm happy that my channel helps you grow!

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

    Your works are amazing. Every tutorial is my favorite and this one is maybe the best. many things to learn..

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

    Wonderfull tutorial. I normally use Python when dealing with Google Earth engine, It is good to do it in R. Croping interest areas with Gscore makes iteasy. Thank you again for amazing tutorials.

    • @milos-makes-maps
      @milos-makes-maps  9 месяцев назад

      Excellent! My goal was to show R users like you how they can connect to GEE via rgee. Let me know how it goes

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

      Thanks a lot I will definitely do a project with this @@milos-makes-maps

  • @ShubhamSharma-xx9fy
    @ShubhamSharma-xx9fy 9 месяцев назад +1

    This is amazing!!

  • @Trappenheimer
    @Trappenheimer 8 месяцев назад +2

    When I run the ee_check() I always get "Earth Engine Api not installed". Is there any way to solve this? Please let me know. Thanks in advance.

    • @milos-makes-maps
      @milos-makes-maps  8 месяцев назад +2

      Hi, it seems that you are having trouble with installing and initializing the rgee package in R. There are a few possible reasons and solutions for your issue:
      - One reason could be that the name of your folder contains spaces, which can cause problems with the path to the Python environment. You can try renaming your folder or moving your project to a different location without spaces.
      - Another reason could be that you have not installed the earthengine-api Python package, which is required for rgee to work. You can try installing it manually with the following command in R: `py_install("earthengine-api==0.1.277", "rgee")`.
      - A third reason could be that you have not authenticated your Google account with Earth Engine. You can do this by running the `ee_Authenticate()` function in R and following the instructions.

  • @gbadishomeassistant748
    @gbadishomeassistant748 8 месяцев назад +1

    You are great.Thanks for your knowledge. Το ονομα σας μου θυμιζει Ελληνα. Ειναι αληθεια???

    • @milos-makes-maps
      @milos-makes-maps  8 месяцев назад

      Thank you for your kind words. I'm glad you found my knowledge useful. My name is not Greek, but I have always admired the Greek culture and language.

  • @sofiamoreno6281
    @sofiamoreno6281 3 месяца назад

    Hi Milos, I'm trying to set up GEE in R with your tutorial, but, when reticulate::py_discover_config() is run, only numpy appears and ee doesn't find. How do I fix it? ....
    numpy_version: 1.26.4
    ee: [NOT FOUND]

    • @milos-makes-maps
      @milos-makes-maps  3 месяца назад

      Hi, have you tried the next step, i.e. rgee::ee_install_set_pyenv?

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

    Can it be done without using R? It's a bit frustrating u know... syntax is just too much different from Python

  • @ELECTROKARDONA
    @ELECTROKARDONA 3 месяца назад

    is it necessary to have anaconda installed?