在python中使用Rasterio读取光栅文件时出现内存错误

时间:2019-06-10 18:09:15

标签: python rasterio

我正在尝试在python中使用rasterio包读取光栅文件。

栅格文件来自USDA-CDL层:https://www.nass.usda.gov/Research_and_Science/Cropland/Release/index.php

当我尝试读取乐队时出现内存错误:

---------------------------------------------------------------------------
MemoryError                               Traceback (most recent call last)
<ipython-input-13-4c562498861d> in <module>
----> 1 cdl_df = cdl.read(1)

rasterio/_io.pyx in rasterio._io.DatasetReaderBase.read()

MemoryError: 

不确定该怎么做。

提前谢谢!

0 个答案:

没有答案