wmtiff

0.4.2 • Public • Published

Web Mercator Tiff

Reproject a TIFF into web mercator using node-gdal.

Usage

On the command line:

wmtiff [srcpath] [dstpath]

In node:

var wmtiff = require('wmtiff');
var path = require('path');

var srcpath = path.join('path', 'to', 'source', 'image');
var dstpath = path.join('path', 'to', 'destination', 'image');

wmtiff.reproject(srcpath, dstpath);

Readme

Keywords

none

Package Sidebar

Install

npm i wmtiff

Weekly Downloads

2

Version

0.4.2

License

none

Unpacked Size

50.7 MB

Total Files

33

Last publish

Collaborators

  • mapbox-admin