Skip to content

Commit

Permalink
Fix image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Oct 14, 2023
1 parent 13c9866 commit 7f3be85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`,
Expand All @@ -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/).
Expand Down

2 comments on commit 7f3be85

@evetion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93397

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.4 -m "<description of version>" 7f3be85f3963694068199024d098932f8dfaf6a7
git push origin v0.8.4

Please sign in to comment.