Skip to content

Commit 2bbac27

Browse files
committed
Add contours to docs and README feature matrix (#964)
1 parent a75fd88 commit 2bbac27

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e
255255
| Name | Description | NumPy xr.DataArray | Dask xr.DataArray | CuPy GPU xr.DataArray | Dask GPU xr.DataArray |
256256
|:-----|:------------|:------------------:|:-----------------:|:---------------------:|:---------------------:|
257257
| [Polygonize](xrspatial/polygonize.py) | Converts contiguous regions of equal value into vector polygons | ✅️ | ✅️ | ✅️ | 🔄 |
258+
| [Contours](xrspatial/contour.py) | Extracts elevation contour lines (isolines) from a raster surface | ✅️ | ✅️ | 🔄 | 🔄 |
258259

259260
--------
260261

docs/source/reference/utilities.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Polygonize
2525

2626
xrspatial.polygonize.polygonize
2727

28+
Contours
29+
========
30+
.. autosummary::
31+
:toctree: _autosummary
32+
33+
xrspatial.contour.contours
34+
2835
Diagnostics
2936
===========
3037
.. autosummary::

0 commit comments

Comments
 (0)