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


##########
rust/sedona-testing/src/data.rs:
##########
@@ -125,6 +125,33 @@ pub fn sedona_testing_dir() -> Result<String> {
     )
 }
 
+/// Get the path to a raster test file from the sedona-testing data directory.
+///
+/// # Arguments
+/// * `name` - The name of the raster file (e.g., "test1.tiff", "test4.tiff")
+///
+/// # Returns
+/// The full path to the raster test file if it exists.
+///
+/// # Example
+/// ```ignore
+/// let path = test_raster("test4.tiff")?;
+/// ```

Review Comment:
   ```suggestion
   ```
   
   I'm not sure this particular documentation is adding much beyond the title



-- 
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