Skip to content

Commit

Permalink
add checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
elpamart committed Aug 23, 2023
1 parent e67442d commit 48bd6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3be9066179d95ea0d9809d64ef56562ed07dc6393cb478a6add2ff4429310e4a natural_crop_conversion_by_human_lu_2022_10km.tif
3 changes: 2 additions & 1 deletion data/preprocessing/natural_crop_conversion/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Variables
data_dir=data
data_dir=./data/
resampling_resolution="0.083333"
checksums_dir=../../../h3_data_importer/data_checksums

Expand All @@ -9,6 +9,7 @@ checksums_dir=../../../h3_data_importer/data_checksums
all: download-natural-crop-conversion resample_natural_crop_conversion upload_results write_checksum

download-natural-crop-conversion:
mkdir -p $(data_dir)
gsutil -m cp \
"gs://landgriffon-gee-bucket/deforestation/natural_crop_conversion_by_human_lu_2022_1000m.tif" \
$(data_dir)
Expand Down

0 comments on commit 48bd6aa

Please sign in to comment.