Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wavded/ogre
- Owner: wavded
- License: mit
- Created: 2010-08-10T19:48:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T17:59:48.000Z (10 months ago)
- Last Synced: 2024-09-24T03:41:43.878Z (about 2 months ago)
- Topics: gdal, geojson, gis, ogr2ogr
- Language: HTML
- Homepage: http://ogre.adc4gis.com
- Size: 1.79 MB
- Stars: 266
- Watchers: 21
- Forks: 78
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-starred - wavded/ogre - ogr2ogr geojson-focused web client (gis)
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