aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-21 15:50:53 +0800
committertypebrook <typebrook@gmail.com>2020-02-21 15:50:53 +0800
commit4e87e196c523e0c1ba5703140f8d528806c5e188 (patch)
treea288fec50e5f61976470be0cf33a9158c5c402c6
parent4f1e657d6ca91ae55ed11f534d0938a8050e9c32 (diff)
update
-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