From 84dfc875fb8ccf7379e5422bcd8760bd1ec93f36 Mon Sep 17 00:00:00 2001 From: Dennis Ndubi Date: Wed, 29 Mar 2023 17:13:42 +0300 Subject: [PATCH 1/3] Add Raw Data Signed-off-by: Dennis Ndubi --- .dvc/.gitignore | 3 +++ .dvc/config | 0 .dvcignore | 3 +++ Data/Administrative/.gitignore | 1 + Data/Administrative/KEN_AL2_Kenya_GEZ.json.dvc | 4 ++++ 5 files changed, 11 insertions(+) create mode 100644 .dvc/.gitignore create mode 100644 .dvc/config create mode 100644 .dvcignore create mode 100644 Data/Administrative/.gitignore create mode 100644 Data/Administrative/KEN_AL2_Kenya_GEZ.json.dvc diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 000000000..69f937ac5 --- /dev/null +++ b/.dvc/.gitignore @@ -0,0 +1,3 @@ +/config.local +/tmp +/cache diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 000000000..e69de29bb diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 000000000..2ccdbc99b --- /dev/null +++ b/.dvcignore @@ -0,0 +1,3 @@ +# Add patterns of files dvc should ignore, which could improve +# the performance. Learn more at +# https://dvc.org/doc/user-guide/dvcignore diff --git a/Data/Administrative/.gitignore b/Data/Administrative/.gitignore new file mode 100644 index 000000000..f5dfd2e75 --- /dev/null +++ b/Data/Administrative/.gitignore @@ -0,0 +1 @@ +/KEN_AL2_Kenya_GEZ.json diff --git a/Data/Administrative/KEN_AL2_Kenya_GEZ.json.dvc b/Data/Administrative/KEN_AL2_Kenya_GEZ.json.dvc new file mode 100644 index 000000000..6598abef0 --- /dev/null +++ b/Data/Administrative/KEN_AL2_Kenya_GEZ.json.dvc @@ -0,0 +1,4 @@ +outs: +- md5: 2c239f954ee75a702399ade2733ac679 + size: 2331819 + path: KEN_AL2_Kenya_GEZ.json From 4f76837a271e5ae5124314608d3b42d6b1e3f4d3 Mon Sep 17 00:00:00 2001 From: Dennis Ndubi Date: Wed, 29 Mar 2023 17:16:55 +0300 Subject: [PATCH 2/3] Configured Remote Storage Signed-off-by: Dennis Ndubi --- .dvc/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dvc/config b/.dvc/config index e69de29bb..6251098f8 100644 --- a/.dvc/config +++ b/.dvc/config @@ -0,0 +1,4 @@ +[core] + remote = storage +['remote "storage"'] + url = gdrive://1hg9La65T7ObxvaFMDFJZ9ZHOhBVOuqmk From b446bc31410bd24d498f239c88231c8a234c6251 Mon Sep 17 00:00:00 2001 From: Dennis Ndubi Date: Sun, 2 Apr 2023 13:13:38 +0300 Subject: [PATCH 3/3] Added Kenyan All states dataset Signed-off-by: Dennis Ndubi --- Data/Administrative/KEN_ALL_states.json.dvc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Data/Administrative/KEN_ALL_states.json.dvc diff --git a/Data/Administrative/KEN_ALL_states.json.dvc b/Data/Administrative/KEN_ALL_states.json.dvc new file mode 100644 index 000000000..1da093f86 --- /dev/null +++ b/Data/Administrative/KEN_ALL_states.json.dvc @@ -0,0 +1,4 @@ +outs: +- md5: 995e3335750fbc4c2f61c3975737db1a + size: 2308266 + path: KEN_ALL_states.json