Derek Dohler
Derek Dohler
This could either be accomplished by modifying `loam.open()` to detect URLs, or by creating a new method specifically for the purpose of opening remote files. Either way, the corresponding Emscripten...
Using `transferList` in `Worker.postMessage()` will reduce memory usage and probably boost performance somewhat by allowing large byte arrays (which we deal with a lot) to be transferred between the worker...
OGR methods are exported by the latest release of gdal-js, so we should add wrappers for them to Loam. Related: #82
Just needs to copy the relevant files into the `dist` folder.
Accessing features that utilize PAM, such as generating raster statistics, will cause CE_FAILURE error to be raised when closing a dataset using `GDALClose`. Determine the current value of `GDAL_PAM_ENABLED` and...
~Tiffs compressed using LZW can take several orders of magnitude longer to decode than those encoded with Deflate. Using native code, there is little difference. This is probably an Emscripten...
Emscripten caches builds of system libraries in a specific filesystem location. However, because we build inside a container which is removed after building, the cached libraries are deleted, which makes...
Add a contributor license agreement that is compliant with GDAL and PROJ.4 licensing. Add a checkbox to pull request templates that indicates agreement with the CLA.