diff options
Diffstat (limited to 'scripts/csv2geojson')
-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 | ||