Skip to content

Commit

Permalink
Merge pull request #161 from wri/develop
Browse files Browse the repository at this point in the history
use the same intensity value as Flagship
  • Loading branch information
solomon-negusse authored Oct 12, 2024
2 parents b5a6c07 + ec222be commit 2cb42de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip install . -t python
# to change the hash of the file and get TF to realize it needs to be
# redeployed. Ticket for a better solution:
# https://gfw.atlassian.net/browse/GTC-1250
# change 9
# change 10

RUN yum install -y zip geos-devel

Expand Down
2 changes: 1 addition & 1 deletion src/datapump/sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def build_jobs(self, config: DatapumpConfig) -> List[Job]:
source_uri=None,
pixel_meaning="intensity",
data_type="uint8",
calc="(A > 0) * 255",
calc="(A > 0) * 55",
grid="10/100000",
no_data=None,
)
Expand Down

0 comments on commit 2cb42de

Please sign in to comment.