尝试使用ndjson-split分割文件时,出现有效的geojson错误

时间:2018-12-06 14:08:45

标签: npm geojson ndjson

我想从geojson文件中删除所有属性,因此我首先尝试制作一个ndjson文件,如下所示:

/root/npm/bin/ndjson-split 'd.features' < test.json > test.ndjson

但我收到此错误:

stdin:1
{"type":"FeatureCollection","features":[
^
SyntaxError: Unexpected end of JSON input

我的geojson是有效的,它就在这里:https://gist.github.com/2803media/b52c9078c6c7932396ce6b42d7f0073e

谢谢

1 个答案:

答案 0 :(得分:0)

在测试之后,如果geojson是带有换行符的格式似乎是一个错误,如果使用convert转换为topojson然后再返回geojson的窍门