UNPKG

ogre

Version:
42 lines (28 loc) 1.05 kB
[![build](https://github.com/wavded/ogre/actions/workflows/build.yml/badge.svg)](https://github.com/wavded/ogre/actions/workflows/build.yml) [![NPM](https://img.shields.io/npm/v/ogre.svg)](https://npmjs.com/package/ogre) ![NPM Downloads](https://img.shields.io/npm/dt/ogre.svg) Ogre is a web frontend and API for the [ogr2ogr][2] module. See a [live demo here][3]. ## Installation 1. [Install GDAL tools][1] (includes the `ogr2ogr` command line tool) 2. Install package: ```sh npm install -g ogre ``` ## Usage To run the app: ```sh ogre -p 3000 ``` Then visit <http://localhost:3000> in a your favorite browser. Options include: ``` Usage: ogre [options] Options: -h, --help help -p, --port port number (default 3000) -v, --version version number -t, --timeout timeout before ogre kills a job in ms (default 15000) -l, --limit byte limit for uploads (default 50000000) ``` [1]: https://gdal.org/download.html [2]: https://github.com/wavded/ogr2ogr [3]: https://ogre.adc4gis.com [4]: https://github.com/wavded/ogre/wiki