diff options
author | typebrook <typebrook@gmail.com> | 2020-02-21 15:50:53 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-21 15:50:53 +0800 |
commit | 4e87e196c523e0c1ba5703140f8d528806c5e188 (patch) | |
tree | a288fec50e5f61976470be0cf33a9158c5c402c6 | |
parent | 4f1e657d6ca91ae55ed11f534d0938a8050e9c32 (diff) |
update
-rwxr-xr-x | scripts/csv2geojson | 3 |
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 |
43 | jq -s '{"type": "FeatureCollection", "features": .}' |\ | 43 | jq -s '{"type": "FeatureCollection", "features": .}' |\ |
44 | tee /tmp/geojson | 44 | tee /tmp/geojson |
45 | echo stored into /tmp/geojson | 45 | |
46 | echo stored into /tmp/geojson > /dev/tty | ||