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.
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
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
Thanks so much for this tutorial!
Impressive! Thank your, prof.Wu
You are a legend! thank you!
sir, i need biomass estimation by python/ google earth engine .
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.
吴老师,在这章节进行分区统计计算时,计算等待时间目前超过1个小时,这是什么原因呢,是因为网络的原因吗?
A Master!
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
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
Also see this github.com/giswqs/geemap/issues/63
@@giswqs Thanks! I will try to get the result as a pandas dataframe.