Your Docusaurus site did not load properly.

A very common reason is a wrong site baseUrl configuration.

Current configured baseUrl = /ovr2shp/

We suggest trying baseUrl =

Installation

Building from source#

DependenciesVersion
GDAL>=3.2.0

ovr2shp depends GDAL & OGR headers for coordinate system operations and Shapefile creation. This would require a development version of GDAL.

Please refer to the GDAL's official build guide to build a local development version.

CompilerArch.
GCC 9.3x64
Optional DependenciesVersion
gnuplot5.2
gnuplot-iostream.hlatest
info

gnuplot is used as a lightweight plotting alternative to GIS softwares to visualize the geometry of annotation objects. It is mainly used as a development tool.

  • Build without gnuplot
make build
  • Build with gnuplot
make build-gnuplot

Docker#

Build

docker build -t ovr2shp .

Spin up a container

docker run -it --name ovr2shp -v <data_path>:/ovr2shp/data ovr2shp
  • data_path : path to local data directory that contains .ovr files to be converted

Run

:/ovr2shp# ./ovr2shp -o ./output ./data