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 832a930 commit a10746fCopy full SHA for a10746f
tests/conftest.py
@@ -138,7 +138,7 @@ def gee_dir(_hash: str) -> Optional[Path]:
138
gdf = gpd.GeoDataFrame({"data": data, "geometry": centers}, crs=3857).to_crs(4326)
139
ee_gdf = ee.FeatureCollection(gdf.__geo_interface__)
140
141
- image = ee.Image.random().multiply(4).byte()
+ image = ee.Image.random(42).multiply(4).byte()
142
143
lon = ee.Image.pixelLonLat().select("longitude")
144
lat = ee.Image.pixelLonLat().select("latitude")
0 commit comments