加载 GeoJson 时出现分段错误

Segmentation fault when loading a GeoJson

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

我的 JSON 似乎是有效的,我不知道如何不使用 geopandas。

这是我的地理位置JSON:http://pastebin.com/50fKz2T9

My JSON seems to be valid and I don't know how to do it without using geopandas.

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

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