MODIS NDVI Times Series Animation in Google Earth Engine [GEE]

Поделиться
HTML-код
  • Опубликовано: 2 янв 2022
  • We adapt the codes from the community section (earth engine guide) to generate NDVI time series animation in earth engine. Any comments are always welcomed.
    Animation:
    / 1478052399776288769
    ----
    Resources and Links:
    * MODIS NDVI Times Series Animation: developers.google.cn/earth-en...
    * code.earthengine.google.com/1...
    * Adding text and legend to image collection animation in Earth Engine gis.stackexchange.com/questio...
    ----
    #earthengine
    #timeseries #MODIS
    #AnimationInEarthEngine #GEE

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

  • @gezahagnnegash9740
    @gezahagnnegash9740 2 года назад +1

    Thanks for sharing, it's helpful.

  • @MuddasirShah
    @MuddasirShah 2 года назад +1

    Beautiful

  • @adrianalonso7583
    @adrianalonso7583 2 года назад +1

    Thank you so much, i'm going to try with Sentinel2

  • @AshrafulIslam-cc3lp
    @AshrafulIslam-cc3lp 2 года назад

    Great video indeed, wondering if it is possible to use the code on a small study area to represent NDWI time-series animation?

    • @ksabmagar7
      @ksabmagar7  2 года назад

      probaby caluclating NDWI from the sentinel 2, and stacking the collection to generate the timeseries might help, the process is similar. thanks!

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

    great work! can we create this animation with other ee.imagcollection data sets? such as LAI from the GEE catalog. where we have a composite image of 4 days?

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

      yes, the things will be the same, try changing the dataset.

  • @JDKSH25
    @JDKSH25 2 года назад +1

    Thank you. Works perfectly. Moreover, shows interannual changes.
    Could you inform how to extract database? İ really appreciate

    • @ksabmagar7
      @ksabmagar7  2 года назад +1

      By database, if you mean spatio-temporal statistics (finding mean and others), there is tutorial in the earth engine tutorials, may be you can follow from there. OR may be I am not clear with your question. -Thankyou

    • @JDKSH25
      @JDKSH25 2 года назад +1

      @@ksabmagar7 sure. İ mean statistical data.

    • @ksabmagar7
      @ksabmagar7  2 года назад

      @@JDKSH25 Then check this, developers.google.com/earth-engine/tutorials/community/spatiotemporal-image-statistics
      you can modify this for your use.

  • @boi_ratie
    @boi_ratie Год назад +1

    Hello, i am working on this and just when i was almost done i got an error: Image asset 'users/gena/fonts/Arial30' not found. How can i solve it

    • @ksabmagar7
      @ksabmagar7  Год назад +1

      probably because something might be missing in your codes, please check line by line, thankyou

  • @oznurabdioglu3219
    @oznurabdioglu3219 2 года назад +2

    hello, teacher. Can we use NDVI in our glaciers study?

    • @ksabmagar7
      @ksabmagar7  2 года назад

      Hello, thankyou for the question. Firstly, I am not a teacher, but a learner like you.
      As for the NDVI in glacier study, I am sure it is used as many of the parameters in modeling study. Please search the relevant literature, you will sure find the appropriate methodologies. -Thankyou

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

    Can we print each of the time series imshes

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

      Yes, we can. There is a function to do that getFilmstripThumbUrl.
      Thanks!

    • @manglem10
      @manglem10 Год назад +1

      @@ksabmagar7 Thank you
      Is the script use here an open source code where can we get it

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

      @@manglem10 yes you can, the resource is adapted from the earth engine guides. For what you were asking, there is the example for that too. developers.google.com/earth-engine/guides/ic_visualization#filmstrip -Thanks

  • @bhaskarshrestha318
    @bhaskarshrestha318 2 года назад

    Thank you very much for the effort!!!
    I followed the steps as mentioned, however I am getting an error at the end stating: "A mapped function's arguments cannot be used in client-side operations." in the second last line "print(rgbVis.getVideoThumbURL(gifParams));"

    • @ksabmagar7
      @ksabmagar7  2 года назад

      This happens when server-side object and client-side object get mixed. There sure must have been some mixing unknowingly.

    • @katunduchabala7266
      @katunduchabala7266 7 месяцев назад +1

      @@ksabmagar7 Getting a different error: List index must be between 0 and 0, or -1 and -1. Found 1. Any solutions?

    • @katunduchabala7266
      @katunduchabala7266 7 месяцев назад +1

      @@ksabmagar7 managed to resolve it. Problem was with spelling in one of the lines. Thanks again!

    • @ksabmagar7
      @ksabmagar7  7 месяцев назад

      @@katunduchabala7266 good to know. :)