gpt4 book ai didi

xml - 将 shapefile (.shp) 转换为 xml/json

转载 作者:数据小太阳 更新时间:2023-10-29 01:37:02 28 4
gpt4 key购买 nike

我正在使用 shapefile(.shp、.dbf 等)并想将其转换为 xml。我使用的是 Mac,但找不到可以帮助我进行转换的应用程序。有谁知道将这种文件格式转换成 xml 文件的方法吗?

最佳答案

达苏基说的。从 http://www.kyngchaos.com/software:frameworks 获取 GDAL .使用它将 shapefile 转换为 GeoJSON像这样:

$ ogr2ogr -f "GeoJSON" output.json input.shp

例如

$ ogr2ogr -f "GeoJSON" /tmp/world.json world_borders.shp world_borders
$ cat /tmp/world.json
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "CAT": 1.000000, "FIPS_CNTRY": "AA",
"CNTRY_NAME": "Aruba", "AREA": 193.000000, "POP_CNTRY": 71218.000000 },
"geometry": { "type": "Polygon", "coordinates": [ [ [ -69.882233, ...
...

关于xml - 将 shapefile (.shp) 转换为 xml/json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2223979/

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