我正在尝试在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:
不确定该怎么做。
提前谢谢!