加载GeoJson时出现分段错误

时间:2016-06-06 15:20:16

标签: python json geojson geopandas

我在使用geopandas加载JSON文档时遇到问题,但在调用data = geopandas.GeoDataFrame.from_file(json_data)时,我得到segmentation fault

我的JSON似乎是有效的,我不知道如何在不使用geopandas的情况下这样做。

这是我的GeoJSON:http://pastebin.com/50fKz2T9

1 个答案:

答案 0 :(得分:1)

  

我的JSON似乎是有效的,我不知道如何在不使用geopandas的情况下这样做。

有一个网站可以测试:geojsonlint.com。根据该验证器,该文件无效。

Line 5: GeoJSON features must have a type=feature property
Line 5: "properties" property required
Line 5: "geometry" property required