geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
841 stars 175 forks source link

Sir, Can I reclassify tiff images? #308

Open NewRudy opened 2 years ago

NewRudy commented 2 years ago

Hi, I am glad to see your result, it's very significant and helpful! And I would like to know if it is possible to reclassify remote sensing images.

constantinius commented 2 years ago

Hi @Ting-xin

I'm not sure what you mean by reclassify. With geotiff.js you can open and read TIFF data, and there is some writing capability. Maybe you can elaborate a bit on what you need to do?