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

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

Open
note5 opened this issue Sep 2, 2020 · 0 comments

Comments

@note5
Copy link

note5 commented Sep 2, 2020

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?

DanielJDufour added a commit that referenced this issue Dec 29, 2020
Fix bug get is not a function #166
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

No branches or pull requests

1 participant