We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b9868 commit 2523b8eCopy full SHA for 2523b8e
.gitignore
@@ -1 +1 @@
1
-*.json
+*.tif
dvc.yaml
@@ -11,6 +11,7 @@ stages:
11
- Data/Soil/transformed_file.tif
12
load:
13
cmd:
14
+ -mkdir Data/Soil/Transformed
15
- cp Data/Soil/transformed_file.tif Data/Soil/Transformed/
16
- rm -f Data/Soil/transformed_file.tif
17
deps:
0 commit comments