Skip to content

wavded/ogre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 21, 2025
897fc66 · Apr 21, 2025
Mar 7, 2025
Jul 30, 2021
Mar 7, 2025
Jul 30, 2021
Mar 3, 2023
Mar 7, 2025
Apr 21, 2025
Mar 10, 2025
Mar 10, 2025
Mar 7, 2025
Jul 30, 2021
Apr 21, 2025
Mar 7, 2025
Mar 7, 2025
Mar 10, 2025
Mar 7, 2025

Repository files navigation

build NPM NPM Downloads

Ogre is a web frontend and API for the ogr2ogr module. See a live demo here.

Installation

  1. Install GDAL tools (includes the ogr2ogr command line tool)

  2. Install package:

npm install -g ogre

Usage

To run the app:

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)