gdal-js icon indicating copy to clipboard operation
gdal-js copied to clipboard

This is an Emscripten port of GDAL, an open source X/MIT licensed translator library for raster and vector geospatial data formats.

Results 17 gdal-js issues
Sort by recently updated
recently updated
newest added

Thanks for your work @ddohler ! Using the following OS: `OS: Ubuntu 22.04.1 LTS x86_64` `./scripts/make gdal` generates the following error: ``` make[3]: Entering directory '/opt/gdaljs/gdal/frmts/pcidsk' /opt/emsdk/upstream/emscripten/em++ -c -DHAVE_LIBJPEG -I../jpeg/libjpeg...

Just needs to copy the relevant files into the `dist` folder.

Considering that the library requires these 2 modules, is it actually true that it can be run only in the browser?

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.

This is such an awesome library, I have gotten both georeferencing of images to work and compressing of tif But now, I would like to get the WKT and possibly...