gdal : Bindings to GDAL (Geospatial Data Abstraction Library). You can installing gdal npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gdal $ sudo npm install -g gdal
If want to update the gdal package execute the command as below,
$ sudo npm update gdal
Update package globally,
$ npm install -g gdal
$ sudo git clone https://github.com/rektide/gdal.git
$ sudo npm install -g ./gdal
gdal@0.9.6 /usr/lib/node_modules/gdal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gdal
Package Name | gdal |
Version | 0.9.6 |
Description | Bindings to GDAL (Geospatial Data Abstraction Library) |
Released Date | 2017-08-19T19:27:07.022Z |
Published by | brianreavis |
How to Learn | https://www.npmjs.com/package/gdal/tutorial |