An open API service indexing awesome lists of open source software.

https://github.com/jvail/fetchling

Fetch tiles from remote jp2k
https://github.com/jvail/fetchling

Last synced: over 1 year ago
JSON representation

Fetch tiles from remote jp2k

Awesome Lists containing this project

README

          

# fetchling

Experimental JS library to extract single tiles from a remote jpeg2000 satellite image source that supports HTTP range requests.

## Requirements

* async/await
* WebAssembly
* Generators

## Example

* https://jvail.github.io/fetchling/examples/

## Dependencies

* J2K decoder (https://github.com/jvail/j2k.js)