gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-05 03:56:51 26 4
gpt4 key购买 nike

当我将光栅文件导出到我的驱动器时,它被分成 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com