GeoTIFF / geoblaze

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

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

Open RaulPadillaCalderon opened 6 months ago

RaulPadillaCalderon commented 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