OGR

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche

OGR Simple Feature Library: OGR Simple Features Library is a part of the GDAL library which is part of FWTools.

OGR is a C++ open source library (and commandline tools like OGR2OGR) providing read (and sometimes write) access to a variety of vector file formats including Shapefiles, Mapinfo mid/mif and TAB formats.

Siehe auch:

Software

  • OGR wird als Teil der FWTools verteilt (Linux und Windows-Version])

ogr2ogr

Dokumentation:

Beispiele

Konvertiere INTERLIS 1 nach Shape

Konvertieren von INTERLIS 1-Dateien (.itf und .ili) nach Shapefile.

  • Input: ili-bsp.itf and ili-bsp.ili
  • Resultat: Für jede INTERLIS 1-Tabelle wird eine shapefile erzeugt im Output-Verzeichnis shpdir/
 % ogr2ogr -f "ESRI Shapefile" shpdir ili-bsp.itf,ili-bsp.ili

Weblinks