我正在尝试在 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:
不知道该怎么办。
提前谢谢!