Socket
Book a DemoInstallSign in
Socket

ogre

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogre

ogr2ogr web client

latest
Source
npmnpm
Version
5.0.4
Version published
Weekly downloads
122
58.44%
Maintainers
1
Weekly downloads
 
Created
Source

build NPM NPM Downloads

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

Installation

  • Install GDAL tools (includes the ogr2ogr command line tool)

  • 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)

Keywords

ogr2ogr

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts