导出CSV表格时,总是带有.geo信息
加上一行代码: selectors: ['XZQHDM', 'date_1', 'ndvi_1', 'rvi_1', 'cr_1', 'nrpb_1', 'span_1', 'dpsvi_1'] // 选择要导出的属性,不包括几何信息即可
Export.table.toDrive({
collection: allFormattedStats,
description: 'All_Images_Stats', // 文件名
folder: '2019-2020 data', // 文件夹
fileFormat: 'CSV',
selectors: ['XZQHDM', 'date_1', 'ndvi_1', 'rvi_1', 'cr_1', 'nrpb_1', 'span_1', 'dpsvi_1'] // 选择要导出的属性,不包括几何信息
});
结果: