We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b872c7d commit 608acd0Copy full SHA for 608acd0
doc/releases.rst
@@ -84,7 +84,7 @@ Add an example for creating a new Raster and setting random values::
84
GeoTIFF geotiff = new GeoTIFF(file)
85
geotiff.write(raster)
86
87
-image:: images/random_raster.png
+.. image:: images/random_raster.png
88
89
Add getMinValue and getMaxValue to Raster. Both methods first tries to get the value from the Band's metadata
90
and then calculates it from the actual data.
0 commit comments