Skip to content

mapbox/tilelive-omnivore

Repository files navigation

tilelive-omnivore

Implements the tilelive api for a variety of raw data sources

Build Status

Install

npm install -g @mapbox/tilelive-omnivore

Example

var Omnivore = require('@mapbox/tilelive-omnivore');
var filepath = '/absolute/path/to/geographic/data';
var uri = 'omnivore://' + filepath;

new Omnivore(uri, function(err, source) {
  source.getInfo(function(err, info) {
    console.log(info);
  });
});

Using the command line will output the XML directly to your shell.

mapnik-omnivore <filepath>

Works with

any file supported by mapnik-omnivore

Command Line

About

Implements the tilelive api for a variety of data sources

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published