We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a403eff commit b2b71fdCopy full SHA for b2b71fd
xrspatial/gpu_rtx/mesh_utils.py
@@ -4,7 +4,7 @@
4
5
6
def create_triangulation(raster, optix):
7
- datahash = np.uint64(hash(str(raster.data.get())))
+ datahash = np.uint64(hash(str(raster.data.get())) % (1 << 64))
8
optixhash = np.uint64(optix.getHash())
9
10
# Calculate a scale factor for the height that maintains the ratio
0 commit comments