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

Node.js bindings for GDAL (Geospatial Data Abstraction Library)

Results 71 node-gdal issues
Sort by recently updated
recently updated
newest added

Hi, I have noticed that the coordinates that I get with the example implementation of "gdalinfo" is different from those that my installed _gdalinfo_ binary/command gives me. Relevant sections of...

Some doc to help users to use your great library (see https://github.com/mapbox/shp-write/issues/17#issuecomment-313489747). Thanks for your work :-)

I'm attempting to open a MBTiles using `node-gdal` and it seems to not be supported even though the GDAL version is `2.1.1`. Is there something I'm missing or do I...

#130 Showed that the documentation of the `driver.createCopy()` method didn't match up with the implementation. The `strict` option is missing. Tests are also needed.

node-gdal version: 0.9.4 nodejs version: 6.9.2 gcc: 4.9.2 I'm building node-gdal from source in CentOS 6 against gdal and libiconv located in non-standard places. Everything works fine but node-gdal does...

I'm trying to open a grib file using the example script here: https://github.com/naturalatlas/node-gdal/blob/master/examples/gdalinfo.js I'm getting the following error: ``` Error: Error opening dataset at Error (native) at Object.open (/Users/david/projects/grib/node_modules/gdal/lib/gdal.js:571:15) at...

``` module.js:472 throw err; ^ Error: Cannot find module 'nan' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at [eval]:1:1 at ContextifyScript.Script.runInThisContext (vm.js:23:33) at Object.exports.runInThisContext (vm.js:74:17)...

This may be related to #169, but it's different enough that I figured I'd open a new issue. I have an AWS Elastic Beanstalk app that depends on `node-gdal` but...

Hi, One question, I have searched the internet and I found with gdal_translate can be created pdfs from raster datasets and also gdal_translate is utility and not a native component...

Starting with OGR 1.11, several geometry fields can be associated to a feature, as per [[rfc 41]](https://trac.osgeo.org/gdal/wiki/rfc41_multiple_geometry_fields). Also specified in the [OGR API Tutorial](http://www.gdal.org/ogr_apitut.html#ogr_apitut_write) (all the way at the bottom)....