将图像集合的单个像素导出到csv

时间:2019-03-23 22:36:57

标签: google-earth-engine

我添加了一个图像集合,并使用shapefile对其进行了裁剪。现在,我需要提取所有像素值并将其保存到csv文件中,以便为收藏集中的每个图像提供一个csv文件。 https://code.earthengine.google.com/6e334f113ffdddaa8801009dd674396e

这是我的基本代码:

    $this->crud->addField([
        'name' => 'desc',
        'type' => 'summernote',
        'label' => "feature description",
        'options' => [
            'minheight: 300'
        ]
    ]);

0 个答案:

没有答案
相关问题