We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243de43 commit d86346bCopy full SHA for d86346b
.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