因此,我一直在遵循Mike关于创建地图的教程。
要使用subunits.json
和ne_10m_admin_0_map_subunits.shp
(这是输入)创建GeoJSON文件,输入如下:
ogr2ogr \
-f GeoJSON \
-where "ADM0_A3 IN ('GBR', 'IRL')" \
subunits.json \
ne_10m_admin_0_map_subunits.shp
但我得到了:
Unable to open datasource 'ne_10m_admin_0_map_subunits.shp' with the following drivers.
我的笔记本电脑上有qgis,我想qgis会做千斤顶,但我想不是:P,有人知道如何修复它吗??
发布于 2014-06-20 06:55:37
这个错误的一个典型来源似乎就是没有在您解压缩文件的目录中。导航到通过终端解压缩下载文件的地方,并在那里运行命令。
https://stackoverflow.com/questions/23995291
复制相似问题