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/).