Socket
Socket
Sign inDemoInstall

ogre

Package Overview
Dependencies
128
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ogre

ogr2ogr web client


Version published
Weekly downloads
13
decreased by-64.86%
Maintainers
1
Install size
6.46 MB
Created
Weekly downloads
 

Readme

Source

Build Status 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)

Keywords

FAQs

Last updated on 22 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc