This package has been deprecated

Author message:

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

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

4.4.0 • Public • Published

@cogeotiff/source-url

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

Load a chunks of a file from a URL Source using fetch

Usage

import { SourceUrl } from '@cogeotiff/source-url';

const source= new SourceUrl('https://example.com/cog.tif');

await source.loadBytes(0, 1024)

Nodejs

Nodejs does not come with a default fetch function, this package will use node-fetch when in used with nodejs

/@cogeotiff/source-url/

    Package Sidebar

    Install

    npm i @cogeotiff/source-url

    Weekly Downloads

    2

    Version

    4.4.0

    License

    MIT

    Unpacked Size

    27.5 kB

    Total Files

    25

    Last publish

    Collaborators

    • blacha