Shapefile read errors please help!
6 ビュー (過去 30 日間)
古いコメントを表示
All:
I am a very beginner programer and I am running into some problems attempting to use the shaperead function. Every time I try and read a shapefile I get this error:
Error using openShapeFiles>checkSHP (line 67)
Unable to open both al092911_lin.shp and al092911_lin.SHP.
Error in openShapeFiles (line 18)
[basename, ext] = checkSHP(basename,shapeExtensionProvided);
Error in shaperead (line 206)
[shpFileId, shxFileId, dbfFileId, headerTypeCode] ...
Error in shape (line 1)
shaperead('al092911_lin.shp')
I have tried multiple shape files and still get the same thing. Any advice?
8 件のコメント
Ikmal Rosli
2021 年 11 月 24 日
@KSSV MATLAB 2021a, I am not sure if the problem arose from the file itself, or the machine I am using. I have tried using shapeinfo and shaperead on multiple .shp files and gotten the same results as the OP.
Ikmal Rosli
2021 年 11 月 24 日
@KSSV never mind got it. I just had to add the files into the MATLAB path.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Map Display についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!