Skip to content

Commit 778f47f

Browse files
Update README.md
1 parent d1da36e commit 778f47f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# geotiff-stats
22
Get Statistics from a GeoTIFF without Crashing Your Browser
3+
4+
# usage
5+
```javascript
6+
import { getStats } from 'geotiff-stats';
7+
8+
const stats = await getStats(image, { maximum: true, minimum: true, bufferSize: 10000 });
9+
```

0 commit comments

Comments
 (0)