Skip to content

Commit

Permalink
new raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
David Janes committed Apr 5, 2020
1 parent 8498936 commit 32db6df
Show file tree
Hide file tree
Showing 6 changed files with 16,464 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/ca-cyhz.flights/raw/2020-04-05.arr.yaml

This file was deleted.

1 change: 0 additions & 1 deletion data/ca-cyhz.flights/raw/2020-04-05.dep.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions data/ca-cyyc.flights/BUILD_2.sh
@@ -0,0 +1,20 @@
#
# BUILD_2.sh
#
# David Janes
# Consensas
# 2020-04-05
#
# Update local database
#

set -e
cd $(dirname $0)

node ../../tools/pull-json \
--any-cert \
--url "https://rmsflightdata.yyc.com:8091/flights" \
--path "raw/YYYY-MM-DD.yaml"

git add raw/*.yaml
git commit -am "new raw data"
1 change: 1 addition & 0 deletions data/ca-cyyc.flights/README.md
@@ -0,0 +1 @@
# YUL fight data

0 comments on commit 32db6df

Please sign in to comment.