gpt4 book ai didi

python - GeoJson 到 TopoJSON 转换

转载 作者:行者123 更新时间:2023-11-28 18:20:53 30 4
gpt4 key购买 nike

我正在尝试将 Shapefile 转换为 Topojson。目前我使用的是 npm 版本 2.15.11。

我正在使用以下步骤:

1.Shapefile转GeoJson:

ogr2ogr -f GeoJSON -s_srs epsg:4326 -t_srs epsg:4326 geo_json.json geo_shape.shp 

2.Geojson 到 Topojson:

geo2topo -o geo_topo.json levels=geo_json.json 

此命令运行成功,但在 'transform' 中,对象未在 topojson 文件中创建。所以我无法在 map 中加载 topojson。

如果我使用了任何错误的命令,请帮助我。

最佳答案

使用 npm(版本 3.10.10),我使用 npm install topojson

安装了 topojson 我通常使用 QGIS 将 shapefile 转换为 geojson 文件。但是 ogr2ogr 应该可以工作。

要将 GeoJSON 转换为 TopoJSON,我运行以下命令(使用 topojson vers 3.0.2)
geo2topo path_to_geojson_file > path_to_topojson_file

关于python - GeoJson 到 TopoJSON 转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45146862/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com