You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to use the get function to the pixel values To Reproduce const pixels= geoblaze.get(georaster,[georaster.xmin,georaster.ymin,georaster.xmax,georaster.ymax]);
Expected behavior
running the above function I expect to get the pixel so that I can get the tiff raster values so that I can create a color scale legend by getting a set of the array data
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
I am using Chrome on windows 10
I am using quasar framework. Other functions like sum, min, identify and max works fine
Is there a better way to just the values of the geotiff that i can manipulate to create coloring etc?
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to use the get function to the pixel values
To Reproduce
const pixels= geoblaze.get(georaster,[georaster.xmin,georaster.ymin,georaster.xmax,georaster.ymax]);
Expected behavior
running the above function I expect to get the pixel so that I can get the tiff raster values so that I can create a color scale legend by getting a set of the array data
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
I am using Chrome on windows 10
I am using quasar framework. Other functions like sum, min, identify and max works fine
Is there a better way to just the values of the geotiff that i can manipulate to create coloring etc?
The text was updated successfully, but these errors were encountered: