Ogre

Ogre is a web client (service) that translates spatial files into GeoJSON using the ogr2ogr command line tool for use in web applications and frameworks.


Convert to GeoJSON

Must be a supported format. See below.

SQL dialect for filtering data (e.g., 'sqlite')

SQL query for filtering data

Value for simplifying geometries (useful for curves in DXF files)

Note: GeoJSON can only support one layer

Convert from GeoJSON

Note: Shapefiles can only support one geometry type

Convert DXF to DWG

Must be a DXF file. Only DXF to DWG conversion is supported.

Converts DXF files to DWG format using LibreDWG

Convert GeoJSON to Raster (gdal_rasterize)

Upload a spatial file to rasterize, or provide GeoJSON below.

Only GeoTIFF format is currently supported.

Converts vector data to raster format (GeoTIFF only)

Get File Information (ogrinfo)

Upload a spatial file to analyze its information and structure.

Attribute query to filter features

SQL query for advanced filtering

SQL dialect to use with queries

Limit the number of features returned

Specific layer to analyze (leave empty for all layers)

Returns detailed information about the spatial file in JSON format

Translate Raster (gdal_translate)

Upload a raster file (GeoTIFF, etc.) to convert to another format.

Choose the output raster format.

Specify which bands to include (e.g., "1,2,3" for RGB).

Expand single band to multi-band (useful for color tables).

pixels

Spatial reference system for the projection window coordinates.

Converts raster files between formats (GeoTIFF, JPEG, PNG).

Get Raster File Information (gdalinfo)

Upload a raster file (GeoTIFF, GeoPackage with raster layers, etc.) to get metadata and information.

Accessing Ogre using a POST request

You can perform Ogre transformations directly by making a HTTP POST request:

Convert to GeoJSON

http://ogre.adc4gis.com/convert with the following params:

Convert from GeoJSON to Shapefile (or specified format)

http://ogre.adc4gis.com/convertJson with one of the following params:

Convert to DWG

http://ogre.adc4gis.com/convertToDwg with the following params:

Convert GeoJSON to Raster (gdal_rasterize)

http://ogre.adc4gis.com/rasterize with the following params:

Translate Raster (gdal_translate)

http://ogre.adc4gis.com/translate with the following params:

Get File Information (ogrinfo)

http://ogre.adc4gis.com/info with the following params:

Get GeoJSON Information

http://ogre.adc4gis.com/infoJson with one of the following params:

Where can I watch the project status, report issues, contribute, or fork the code?

Issues and feature requests can be submitted here and to watch, fork and/or contribute to the project, visit the github page .

"Orc Head" drawing by Jason J. Patterson