GeoTIFF / geoblaze

Blazing Fast JavaScript Raster Processing Engine
http://geoblaze.io
MIT License
181 stars 28 forks source link

TypeError: geoblaze__WEBPACK_IMPORTED_MODULE_10___default.a.get is not a function #166

Open note5 opened 4 years ago

note5 commented 4 years ago

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?