Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wavded/ogre

ogr2ogr geojson-focused web client
https://github.com/wavded/ogre

gdal geojson gis ogr2ogr

Last synced: 26 days ago
JSON representation

ogr2ogr geojson-focused web client

Awesome Lists containing this project

README

        

![Build Status](https://github.com/wavded/ogre/workflows/build/badge.svg?branch=master) [![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 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