Best Effort or MaxPixels to fix Reducer Errors in Google Earth Engine?

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

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

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

    Update:
    Never set bestEffort to true if you’re doing scientific analysis. Enabling it will only take a subset of pixels 1e7 pixels from the raster. Always set the maxPixels to a higher number like 1e13 or do server side rendering

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

    Thank you. You brighten my day!!

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

      Never set bestEffort to true if you’re doing scientific analysis. Enabling it will only take a subset of pixels 1e7 pixels from the raster. Always set the maxPixels to a higher number like 1e13 and tileScale parameter to 16…. or do server side rendering if it shows error. Rather than printing the featurecollection export it to google drive / gee assets “export.table.toDrive() or toAsset()” as csv or shp. It’s called server side rendering. There you’ll have the values and you can see it.