We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resample*() functions do not handle noData values.
resample*()
noData
Looks like the value of noData can obtained at
geotiff.js/src/geotiffimage.js
Line 526 in af0421b
const noData = this.getGDALNoData();
Maybe add as an argument between outHeight and method in resample() to preserve the default value for method
outHeight
method
resample()
Thank you for this very nice library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
resample*()
functions do not handlenoData
values.Looks like the value of
noData
can obtained atgeotiff.js/src/geotiffimage.js
Line 526 in af0421b
const noData = this.getGDALNoData();
Maybe add as an argument between
outHeight
andmethod
inresample()
to preserve the default value formethod
Thank you for this very nice library.
The text was updated successfully, but these errors were encountered: