0.0.3 • Published 4 years ago

terrain-rgb-slope v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

terrain-rgb-slope

Converts Mapbox's Terrain-RGB PNG tiles to 16 bit greyscale PNGs depicting integer slope percentage. See here for an online demo.

Installation

npm install terrain-rgb-slope

Examples

var converter = require('terrain-rgb-slope');

var options = {
  inputFilePath: '/path/to/my/terrain-rgb-tile.png',
  outputFilePath: '/path/to/output/16bit-slope.png'
};

converter.convertToSlope(options, function() {
  console.log("Finished.");
});
0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago