@shyx32/ogre
v3.0.7
Published
ogr2ogr WEB API 接口
Downloads
5
Readme
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 @shyx32/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)