Skip to content

Commit

Permalink
Update index.rst (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardScottOZ committed Sep 20, 2021
1 parent 0707e18 commit 9d929c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Multiple Block instances together make a view. Each Block has the ``get_data``
method that fetches the data in one go, as well as a ``get_compute_graph``
method that creates a graph to compute the data later.

Blocks are used for the on-the-fly modification of raster- and vectordata,
Blocks are used for the on-the-fly modification of raster and vector data,
respectively through the baseclasses :meth:`~dask_geomodeling.raster.base.RasterBlock` and
:meth:`~dask_geomodeling.geometry.base.GeometryBlock`. Derived classes support
operations such has grouping
operations such as grouping,
basic math, shifting time, smoothing, reclassification, geometry operations,
zonal statistics, and property field operations.

Expand Down

0 comments on commit 9d929c7

Please sign in to comment.