Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Feb 1, 2022
1 parent f309424 commit 67554ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Calculate a Bounding Box given a World File and Raster Size.
- doesn't support World Files with a skew (rotation around the x or y axis)


# install
## install
```bash
npm install wld-bbox
```

# usage
## usage
```js
const calcWorldFileBoundingBox = require("wld-bbox");

Expand All @@ -40,5 +40,5 @@ const bbox = calcWorldFileBoundingBox({ wld, size, precise: false });
[7698736.857788673, 163239.83797837654, 10066450.245949663, 1325082.6679127468]
```

# related
To read the data from a raw World File into an object, consider using [wld-reader](https://github.com/WorldFile/wld-reader).
## related
To read the data from a World File into an object, consider using [wld-reader](https://github.com/WorldFile/wld-reader).

0 comments on commit 67554ae

Please sign in to comment.