node-gdal
node-gdal copied to clipboard
Node.js bindings for GDAL (Geospatial Data Abstraction Library)
I was wondering if there was any plans to support getting the color table from a raster band. I can figure out that the band is a Palette band but...
I think we should move the gdal sources out of git versioning to avoid the noise and git bloat when the bundled gdal version is upgraded (e.g. the diff for...
Flagging a potential cause of crashes we need to be aware of: http://lists.osgeo.org/pipermail/gdal-dev/2011-February/027837.html (previously dropped this link on #18 but seems important enough to have as a new issue).
Have discussed with @brianreavis that is reasonable to compile your own libpq.a and statically link it to be able to support talking to postgres servers on various systems. At least...
https://github.com/eddyxu/cpp-coveralls https://coveralls.io/
Hi there, I can't get it install in my M1 Mac in a react native project. When I run npm install gdal --save, I have the following errors. Can you...
It would be nice to have a support for node v18, currently there is none and predictably "npm i" fails with an error: ``` npm ERR! Failed to execute '/usr/local/bin/node...
The examples current show how to map tile corners pixel indices to GPS coordinates, but it does not show how to do the reverse, which is one of the most...
Hi, can we add to the README what versions of nodejs are supported, so we can see at a glance? This will make installations easier. Latest comment I can find...