Download jq (het is een sed-achtig programma maar dan voor JSON)
Voer dan uit:
jq --compact-output ".features" input.geojson > output.geojson
dan
mongoimport --db dbname -c collectionname --file "output.geojson" --jsonArray
Download jq (het is een sed-achtig programma maar dan voor JSON)
Voer dan uit:
jq --compact-output ".features" input.geojson > output.geojson
dan
mongoimport --db dbname -c collectionname --file "output.geojson" --jsonArray