Skip to content

Commit 04db5c0

Browse files
authored
Update README.md
1 parent 2f403fb commit 04db5c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Geotiff gives you access to all GeoTIFF metadata, but does not offer any one spe
4848
As an example, here is how you would resolve GPS coordinates to elevation in a GeoTIFF that encodes WGS-84 compliant geo data:
4949

5050
```js
51-
import fs from "fs";
5251
import { fromUrl, fromArrayBuffer, fromBlob } from "geotiff";
5352

5453
const lerp = (a, b, t) => (1 - t) * a + t * b;

0 commit comments

Comments
 (0)