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
- Host: GitHub
- URL: https://github.com/jvail/fetchling
- Owner: jvail
- License: mit
- Created: 2018-06-22T06:39:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T06:25:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T23:44:01.063Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jvail.github.io/fetchling/examples/
- Size: 125 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)