paleolimbot commented on code in PR #1203:
URL: https://github.com/apache/sedona-db/pull/1203#discussion_r3908190365


##########
python/sedonadb/python/sedonadb/testing.py:
##########
@@ -187,6 +187,43 @@ def create_raster_view(self, name, path) -> "DBEngine":
         """
         raise NotImplementedError()
 
+    def create_random_raster_view(
+        self,
+        name,
+        path,
+        *,
+        dtype="uint8",
+        bands=2,
+        height=6,
+        width=7,
+        gdal_transform=(100.0, 2.0, 0.0, 500.0, 0.0, -3.0),

Review Comment:
   Can this be a bbox instead of a transform? Or can you allow the option of a 
bbox and use it for plausibly readable tests?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to