John J Czaplewski
John J Czaplewski
The previous example was borrowed from the GDAL documentation, but does not produce the expected output. The amended version produces a raster that averages the values of two rasters.
I was unable to find any reference to these GDAL utilities within the source code or tests - are they accessible via any API in this library?
Simply expose the function `readTile` as `fromBuffer` in the exports. This allows one to use this library in situations in which the tile has already been loaded but needs to...
I would like to add some documentation related to using the `export` feature, and I was wondering if it would be best to add it to the `README`, or perhaps...
Thanks for making this great library open source! It is a really exciting contribution to the web mapping ecosystem. I was trying to run `procedural-gl.js` locally and ran into some...