GEE Tutorial #13 - Calculating zonal statistics by group with Earth Engine

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 12

  • @Themaryss
    @Themaryss ปีที่แล้ว

    Thanks so much for this tutorial!

  • @M94-24
    @M94-24 3 ปีที่แล้ว

    Impressive! Thank your, prof.Wu

  • @Ninguempensonesse
    @Ninguempensonesse 3 ปีที่แล้ว

    You are a legend! thank you!

  • @alokraj3300
    @alokraj3300 4 ปีที่แล้ว +2

    sir, i need biomass estimation by python/ google earth engine .

  • @AdrianRodriguez-or8zc
    @AdrianRodriguez-or8zc 3 ปีที่แล้ว

    Greetings Dr. Qiusheng Wu thanks for the tutorials. I am linked with the video series, but I have certain comments that I would like you to answer.
    1) What is the difference between MODIS / 051 / MCD12Q1 and MODIS / 006 / MCD12Q1? At the time of practicing, I did not find MODIS / 051 in GEE datasets, in addition, the colors of the legend correspond to MODIS / 006.
    2) How do you write to change the crs within the code? I have tried to modify the format and crs prior to the download without having any success, I also tell you that in json format it does not work and the kml and kmz formats eliminate certain polygons at the time of download.

  • @Mag-fx2cm
    @Mag-fx2cm 4 ปีที่แล้ว

    吴老师,在这章节进行分区统计计算时,计算等待时间目前超过1个小时,这是什么原因呢,是因为网络的原因吗?

  • @pvelasquezfranco
    @pvelasquezfranco 3 ปีที่แล้ว

    A Master!

  • @Digdgeografo
    @Digdgeografo 4 ปีที่แล้ว +1

    Hi Qiusheng. I am trying to do that and I get this error:
    Computing statistics ...
    Generating URL ...
    An error occurred while downloading.
    'str' object has no attribute 'select'
    Same with my own data than with your examples

    • @giswqs
      @giswqs  4 ปีที่แล้ว +1

      The recent Earth Engine API update breaks the .getDownloadURL() function. We will have to wait for Google to fix it. See this issue I opened issuetracker.google.com/issues/156139602

    • @giswqs
      @giswqs  4 ปีที่แล้ว +1

      Also see this github.com/giswqs/geemap/issues/63

    • @Digdgeografo
      @Digdgeografo 4 ปีที่แล้ว

      @@giswqs Thanks! I will try to get the result as a pandas dataframe.