This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-testing.git
The following commit(s) were added to refs/heads/main by this push:
new 4a05ef1 feat: add tinymarble.tif and labels.tif raster test fixtures
(#11)
4a05ef1 is described below
commit 4a05ef1c3c9dbeaab8568211112b32a2a50fcda4
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Tue Mar 3 12:50:02 2026 +0800
feat: add tinymarble.tif and labels.tif raster test fixtures (#11)
---
data/raster/README.md | 7 +++++++
data/raster/labels.tif | Bin 0 -> 31918 bytes
data/raster/tinymarble.tif | Bin 0 -> 20189 bytes
3 files changed, 7 insertions(+)
diff --git a/data/raster/README.md b/data/raster/README.md
index dd2281d..3573f56 100644
--- a/data/raster/README.md
+++ b/data/raster/README.md
@@ -42,3 +42,10 @@ These files originate from the [Apache Sedona
repository](https://github.com/apa
- `test4.tiff`: A 10x10 single-band GeoTIFF (Byte)
- `test5.tiff`: A 1440x720 single-band GeoTIFF (Byte, palette color)
- `test.nc`: A NetCDF file (512x512)
+
+## Test Files from georust/gdal
+
+These files originate from the [georust/gdal
repository](https://github.com/georust/gdal/tree/master/fixtures), MIT licensed.
+
+- `tinymarble.tif`: A 100x50 GeoTIFF (Byte, RGB), no CRS
+- `labels.tif`: A 186x169 single-band GeoTIFF (Byte), WGS 84 / UTM zone 17N,
NoData=255, 3 classes
diff --git a/data/raster/labels.tif b/data/raster/labels.tif
new file mode 100644
index 0000000..74fc904
Binary files /dev/null and b/data/raster/labels.tif differ
diff --git a/data/raster/tinymarble.tif b/data/raster/tinymarble.tif
new file mode 100644
index 0000000..dd6e541
Binary files /dev/null and b/data/raster/tinymarble.tif differ