Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.23 KB

ovr2shp

A project that helps convert ERDAS HFA Annotation Layer (.ovr) to Shapefile(.shp)/GeoJSON(.geojson). To understand how ERDAS HFA file format works, I looked into how GDAL implements the conversion from ERDAS HFA Raster Format (.img) to .tif.

ERDAS also provided a detailed documentation explaining the internals of HFA structure. Although it details mainly on the raster .img format, .ovr follows the same file structure described in the documentation.

Development

Details of setting up ovr2shp for development can be found here

gnuplot is used in the linux build to visualize the geometries/shape extracted from .ovr files. Gnuplot-Iostream Interface is used to interface with the gnuplot binary.

Prebuilt binaries

References

img2tif

Detail Documentation

Sample Data