Skip to content

Commit

Permalink
fix(data): fix biomass colors (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach authored Jul 14, 2020
1 parent 38378dc commit 1eff332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/gdal-colors/colors-agb.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
100 0 255 0
1 255 255 0
100 60 190 76 255
1 0 255 0 0
0 0 0 0 0
nv 0 255 255 0
nv 0 0 0 0
2 changes: 1 addition & 1 deletion data/triggers/biomass_agb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ ! -f ./package.json ]; then
exit 1
fi

# Note! If process takes too long use "-ts 81000 x 31500 \" in gdalwarp command to
# Note! If process takes too long use "-ts 81000 31500 \" in gdalwarp command to
# output only a 1/5th-resolution image

gcloud builds submit --config ./ci/cloudbuild-tiles-reproject.yaml \
Expand Down

0 comments on commit 1eff332

Please sign in to comment.