Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Jan 9, 2020
1 parent d1da36e commit 778f47f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# geotiff-stats
Get Statistics from a GeoTIFF without Crashing Your Browser

# usage
```javascript
import { getStats } from 'geotiff-stats';

const stats = await getStats(image, { maximum: true, minimum: true, bufferSize: 10000 });
```

0 comments on commit 778f47f

Please sign in to comment.