Skip to content

Commit

Permalink
Comment on fill value
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 18, 2023
1 parent 42f0be5 commit 877a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/vds_access/vds_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_fence(self, coordinates: List[List[float]], coordinate_system: str = "cd
"vds": self.vds_url,
"sas": self.sas,
"interpolation": "linear",
"fillValue": 10,
"fillValue": -999, # Assumption is that this will fill out-of-bounds values, but it doesn't seem to work
}
response = self._query(endpoint, params)

Expand Down

0 comments on commit 877a86a

Please sign in to comment.