google-earth-engine - 从 Earth Engine 导出到驱动器时​​,光栅被拆分为多个文件

标签 google-earth-engine

当我将光栅文件导出到我的驱动器时,它被分成 4 个部分。为什么会这样?

它可能与我不使用的 dimensions 属性有关。但是没有给出默认值。

我使用了这个命令:

Export.image.toDrive({
  image: exportImg, 
  description: 'description',
  region: roi, 
  scale: 10, 
  crs: 'EPSG:25832',
  maxPixels: 1e13
})

结果是 4 个带有名称的栅格

'description-0000000000-0000000000',

'description-0000018944-0000000000',

'description-0000000000-0000018944',

'description-0000018944-0000018944'

这显然是指宽度和高度。

最佳答案

实际上,您可以通过 ( https://developers.google.com/earth-engine/exporting ) 找到有关此情况的详细信息 正如他们解释的那样:

If the output image is large, it will be exported as multiple files. If you are exporting to GeoTIFF(s), the image is split into tiles. The filename of each tile will be in the form baseFilename-yMin-xMin where xMin and yMin are the coordinates of each tile within the overall bounding box of the exported image.

关于google-earth-engine - 从 Earth Engine 导出到驱动器时​​,光栅被拆分为多个文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58993563/

相关文章:

image-processing - 映射一个函数以在谷歌地球引擎中的图像集合中重命名波段

google-earth-engine - 从Google Earth Engine的图像集合中获取特定参数的数组

python - imageCollection.reduce() 函数在使用 Google Earth Engine Python API 导出时生成单像素图像

collections - 计算 Landsat 集合的 NDVI

google-earth-engine - 如何平滑谷歌地球引擎中的NDVI曲线

python-2.7 - HTTPException:URL 的 SSL 证书无效和/或丢失:https://accounts.google.com/o/oauth2/token

python - 无法在python中使用google Earth引擎的reduceRegion函数

time-series - 在 Google Earth Engine 中导出大型时间序列

javascript - 谷歌地球引擎: Finding the right image dimensions to get max resolution on satellite imagery

node.js - 尝试在 Node.js 服务器中连接 Google Earth Engine API 时出错