Skip to content

Commit

Permalink
Final refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 19, 2024
1 parent 80660da commit 4c35303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions doc/source/core_inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ implemented in GeoUtils.

## Overview of {class}`~geoutils.Raster` inheritance

Below is a diagram showing current {class}`~geoutils.Raster` inheritance, which extends into other packages such as [xDEM](https://xdem.readthedocs.io/)
for analyzing digital elevation models. The {class}`~geoutils.Mask` implements overloaded methods specific to binary raster masks.
Current {class}`~geoutils.Raster` inheritance extends into other packages, such as [xDEM](https://xdem.readthedocs.io/)
for analyzing digital elevation models.
Within GeoUtils, inheritance extends only to {class}`~geoutils.Mask` that implements overloaded methods specific to binary raster masks,
as shown in the diagram below.

```{eval-rst}
.. inheritance-diagram:: geoutils.raster.raster xdem.dem
.. inheritance-diagram:: geoutils.raster.raster
:top-classes: geoutils.raster.raster.Raster
```

Expand Down
2 changes: 1 addition & 1 deletion examples/io/open_save/read_satimg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Parsing image metadata
Parsing sensor metadata
======================
This example demonstrates the instantiation of a raster while parsing image sensor metadata.
Expand Down

0 comments on commit 4c35303

Please sign in to comment.