Skip to content

Utilililility to reproject tiff images to web mercator

Notifications You must be signed in to change notification settings

mapbox/node-wmtiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Mercator Tiff

Reproject a TIFF into web mercator using node-gdal.

Build Status

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);

About

Utilililility to reproject tiff images to web mercator

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published