Skip to content

Commit

Permalink
Update annotation.md (#696)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
bw4sz authored Jun 24, 2024
1 parent 1237965 commit cce441c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Many remote sensing assets are stored as an ImageServer within ArcGIS REST proto

More work is needed to encompass the *many* different param settings and specifications. We welcome pull requests from those with experience with [WebMapTileServices](https://enterprise.arcgis.com/en/server/latest/publish-services/windows/wmts-services.htm).

## Example: Specificy a lat long box and crop an ImageServer asset
## Example: Specify a lat-long box and crop an ImageServer asset

```
from deepforest import utilities
Expand All @@ -148,4 +148,4 @@ with rio.open("{}/{}".format(tmpdir, image_name)) as src:
# Show
plt.imshow(src.read().transpose(1,2,0))
plt.show()
```
```

0 comments on commit cce441c

Please sign in to comment.