Open RaulPadillaCalderon opened 6 months ago
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
i have this code for get array of pixel values:
how i can create a new georaster using the array of pixel values