# tilelive-omnivore **Repository Path**: litcas/tilelive-omnivore ## Basic Information - **Project Name**: tilelive-omnivore - **Description**: Implements the tilelive api for a variety of data sources - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-10-07 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tilelive-omnivore Implements the tilelive api for a variety of raw data sources [![Build Status](https://travis-ci.com/mapbox/tilelive-omnivore.svg?branch=master)](https://travis-ci.com/mapbox/tilelive-omnivore) ## Install ``` npm install -g @mapbox/tilelive-omnivore ``` ## Example ```javascript 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. ```bash mapnik-omnivore ``` ## Works with any file supported by [mapnik-omnivore](https://github.com/mapbox/mapnik-omnivore) ## Command Line