We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878dad8 commit 5a5702cCopy full SHA for 5a5702c
pipeline/process.sh
@@ -57,7 +57,7 @@ echo 'Done parsing files'
57
58
echo "Combining files"
59
output_file="/tmp/${start_date}T${start_hour}:00.geojsonld"
60
-cat "/tmp/${start_date}-${start_hour}-*.geojson" > $output_file
+cat /tmp/${start_date}-${start_hour}-*.geojsonld > $output_file
61
echo "Done combining files"
62
63
echo 'Replace nulls with 0'
0 commit comments