Skip to content

Commit 53c9cdf

Browse files
committed
add preview to README feature matrix
1 parent acc9a9a commit 53c9cdf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e
340340
| [Zonal Statistics](xrspatial/zonal.py) | Computes summary statistics for a value raster within each zone | Standard | ✅️ | ✅️| ✅️ | 🔄 |
341341
| [Zonal Cross Tabulate](xrspatial/zonal.py) | Cross-tabulates agreement between two categorical rasters | Standard | ✅️ | ✅️| 🔄 | 🔄 |
342342

343+
-----------
344+
345+
### **Utilities**
346+
347+
| Name | Description | Source | NumPy xr.DataArray | Dask xr.DataArray | CuPy GPU xr.DataArray | Dask GPU xr.DataArray |
348+
|:----------:|:------------|:------:|:----------------------:|:--------------------:|:-------------------:|:------:|
349+
| [Preview](xrspatial/preview.py) | Downsamples a raster to target pixel dimensions for visualization | Custom | ✅️ | ✅️ | ✅️ | 🔄 |
350+
343351
#### Usage
344352

345353
##### Quick Start

0 commit comments

Comments
 (0)