aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/csv2geojson
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/csv2geojson')
-rwxr-xr-xscripts/csv2geojson3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/csv2geojson b/scripts/csv2geojson
index d719801..028aed7 100755
--- a/scripts/csv2geojson
+++ b/scripts/csv2geojson
@@ -42,4 +42,5 @@ jq '{"type": "Feature", "properties": .[2], "geometry":{ "type": "Point", "co
42# wrap features as geojson format 42# wrap features as geojson format
43jq -s '{"type": "FeatureCollection", "features": .}' |\ 43jq -s '{"type": "FeatureCollection", "features": .}' |\
44tee /tmp/geojson 44tee /tmp/geojson
45echo stored into /tmp/geojson 45
46echo stored into /tmp/geojson > /dev/tty