This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@cogeotiff/source-file
TypeScript icon, indicating that this package has built-in type declarations

4.4.0 • Public • Published

@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);

/@cogeotiff/source-file/

    Package Sidebar

    Install

    npm i @cogeotiff/source-file

    Weekly Downloads

    1

    Version

    4.4.0

    License

    MIT

    Unpacked Size

    21 kB

    Total Files

    20

    Last publish

    Collaborators

    • blacha