Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16 bit support #36

Merged
merged 29 commits into from
Sep 22, 2020
Merged

16 bit support #36

merged 29 commits into from
Sep 22, 2020

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Sep 13, 2020

Closes #16 , ref #17,

  • Working uint16 textures in WebGL2 (tested with Landsat)
  • Working full bit-depth fallbacks in WebGL1 (Safari) by coercing uint16 to float32
  • Loader for NPY files
  • Add sigmoidal and linear rescaling (ref Port rio-color operations #17)
  • Update pansharpening for uint16 textures

Todo:

  • Add new example instead of modifying existing example

@kylebarron kylebarron marked this pull request as ready for review September 22, 2020 04:20
@kylebarron kylebarron merged commit dcd32a2 into master Sep 22, 2020
@kylebarron kylebarron deleted the 16-bit-new branch September 22, 2020 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support 16bit bands
1 participant