From 7f3be85f3963694068199024d098932f8dfaf6a7 Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Sat, 14 Oct 2023 16:50:43 +0200 Subject: [PATCH] Fix image links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ebe1cf..af3833d 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ julia> plot(ga) julia> plot(ga, band=2) ``` -![example plot](docs/img/RGB.byte.png) +![example plot](docs/src/img/RGB.byte.png) Note that for larger GeoArrays, only a sample of the data is plotted for performance. By default the sample size is twice figure size. You can control this factor by calling `plot(ga, scalefactor=2)`, @@ -223,7 +223,7 @@ AffineMap([300.0379266750948 0.0; 0.0 -300.041782729805], [161692.54740834387, 2 julia> plot(ga_sub) ``` -![example plot](docs/img/RGB.byte.subset.png) +![example plot](docs/src/img/RGB.byte.subset.png) ### Profile You can sample the values along a line in a GeoArray with `profile(ga, linestring)`. The linestring can be any geometry that supports [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl/).