GDAL中AttributeError: ‘NoneType‘ object has no attribute ‘GetLayer‘错误记录
Posted 空中旋转篮球
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GDAL中AttributeError: ‘NoneType‘ object has no attribute ‘GetLayer‘错误记录相关的知识,希望对你有一定的参考价值。
1.错误显示
小错误记录一下, 避免重复入坑!错误显示如下:
pFeatureDataset的方法Getlayer()报错
pFeaturelayer = pFeatureDataset.GetLayer(0)
AttributeError: 'NoneType' object has no attribute 'GetLayer'
2.问题产生的原因
路径问题,核查路径正确,并改为全英文即可。
以上是关于GDAL中AttributeError: ‘NoneType‘ object has no attribute ‘GetLayer‘错误记录的主要内容,如果未能解决你的问题,请参考以下文章
如何在带有 MinGW 的 Windows 中使用 <gdal/gdal.h>?