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

How i create a new georaster form array of pixel values (geoblaze.get) #231

Open
RaulPadillaCalderon opened this issue May 12, 2024 · 0 comments

Comments

@RaulPadillaCalderon
Copy link

i have this code for get array of pixel values:

              var bbox = turf.bbox(featureCollection);
              const pixels = geoblaze.get(georaster,bbox);
              console.log(pixels);

how i can create a new georaster using the array of pixel values

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