我想从我的 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
谢谢