4.4.0 • Published 3 years ago

@cogeotiff/source-file v4.4.0

Weekly downloads
61
License
MIT
Repository
github
Last release
3 years ago

@cogeotiff/source-file

Deprecated: this module has moved to @chunkd/source-file

Load a COG from a file using fs

Usage

import { SourceFile } from '@cogeotiff/source-file';

const source = new SourceFile('./cog.tif');


// Read in the first 1KB of data
await source.loadBytes(0, 1024);
4.4.0

3 years ago

4.3.0

3 years ago

4.2.0

3 years ago

4.1.2

3 years ago

4.1.0

3 years ago

3.1.0

3 years ago

3.0.0

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago