GIS-Datei-Format: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Rasterdatei-Formate)
 
(39 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
Siehe auch [[Geodaten]].
+
Siehe auch [[Geodaten]]
  
== INTERLIS-Dateiformate ==
+
== Ueberblick ==
* .ili: Datenbeschreibung
 
* .itf: INTERLIS 1-Format (ASCII)
 
* .xml: INTERLIS 2-Format (XML)
 
* .uml: UML/INTERLIS-Format (XML)
 
 
 
 
 
== GML ==
 
* .gml
 
  
 +
Man unterscheidet bei den GIS-Datei-Formaten, 1. Rasterdatei-Formate und 2. Vektorformate.
  
== DXF ==
+
Die wichtigsten GIS-Datei-Formate in der Schweiz sind (subjektive Liste ohne empirische Grundlage):
* .dxf
+
* Vektor: [[Shapefile]], [[DXF]], [[Personal Geodatabase]], [[GML]], [[KML]], [[GeoJSON]], [[INTERLIS]]
 
+
* Raster: [[TIFF]]/[[GeoTIFF]], [[ECW]], [[GPX]]
  
== ESRI GIS-Datei-Formate ==
+
Succeeded conversions at '''[[GeoConverter]]''' website (Source: [http://gis.hsr.ch GISpunkt HSR] S. Keller, 20.02.2009 - 3.12.2011):
 +
{| class="sortable" border="2" cellspacing="0" cellpadding="4" style="margin:1em 1em 1em 0; border-style:solid; border-width:1px; border-collapse:collapse; empty-cells:show;"
 +
!Format  !!in !!in % !!Ranking !!out !!out % !!Ranking !!Remarks
 +
|-
 +
|CSV ||608 ||4.4 ||5 ||288 ||2.1 ||6 || -
 +
|-
 +
|GML ||225 ||1.6 ||6 ||496 ||3.6 ||4 || -
 +
|-
 +
|GPX ||2206 ||16.1 ||3 ||486 ||3.6 ||4 || -
 +
|-
 +
|ILI1/ITF ||119 ||0.9 ||7 ||433 ||3.2 ||5 || -
 +
|-
 +
|KML ||5909 ||43.1 ||1 ||3357 ||24.6 ||2 || -
 +
|-
 +
|MIF ||867 ||6.3 ||4 ||2286 ||16.8 ||3 || -
 +
|-
 +
|OSM/XML ||883 ||6.4 ||4 ||0 ||0.0 ||8 || no OSM output available
 +
|-
 +
|SHP ||2681 ||19.5 ||2 ||6269 ||46.0 ||1 || -
 +
|-
 +
|ILI2/XML ||225 ||1.6 ||6 ||15 ||0.1 ||7 || -
 +
|-
 +
|SUM ||13723 ||100.0 ||- ||13630 ||100.0 || - || -
 +
|-
 +
|}
  
ESRI-Formate und ihre Extensions:
+
'''Fazit:''' KML, SHP and GPX are the 3 most used source formats; SHP, KML and MIF are the 3 most used target formats.
* .shp: The SHP file contains the geospatial data.
 
* .shx: The SHX file contains the index of the geospatial data.
 
* .dbf: The DBF file contains the attribute data in dBASE® format.
 
* .prj: The PRJ file contains the coordinate system information (optional).
 
* .avl: The AVL file contains the legend information (optional).
 
* .sbn/.sbx: The SBN and SBX files contain the spatial index of the geospatial data (optional).
 
* .xml: The XML file (*.shp.xml) contains the metadata describing the data set (optional).
 
  
 +
== Rasterdatei-Formate ==
  
=== Shapefile (.shp/.dbf/.shx) ===
+
=== Allgemeines ===  
  
Vektorformat. Spezifikation: [http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf ESRI Whitepaper].
+
Siehe [[Grafikformat]]e wie PNG, (GIF), TIFF (GeoTIFF), etc..
  
 
=== ASCII Grid (.grd) ===
 
=== ASCII Grid (.grd) ===
  
Refers to a specifc interchange format developed for ARC/INFO rasters in ASCII format.  
+
Refers to a specifc grid interchange format developed for Esri / ArcInfo rasters in ASCII format which consists of exactly one attribute (channel).  
The format consists of a header that specifies the geographic domain and resolution, followed by the actual grid cell values. Usually the file extension is .asc, but recent versions of ESRI software also recognize the extension .grd.  
+
The format consists of a header that specifies the geographic domain and resolution, followed by the actual grid cell values.  
 +
Usually the file extension is .asc, but recent versions of ESRI software also recognize the extension .grd.  
  
 
Es können Werte von entweder integer (+/- 2 Milliarden) oder Float (+/- 10E38, 15 Digits) verwaltet werden.
 
Es können Werte von entweder integer (+/- 2 Milliarden) oder Float (+/- 10E38, 15 Digits) verwaltet werden.
Zeile 43: Zeile 55:
 
* http://docs.codehaus.org/display/GEOTOOLS/ArcInfo+ASCII+Grid+format
 
* http://docs.codehaus.org/display/GEOTOOLS/ArcInfo+ASCII+Grid+format
 
* http://www.safe.com/support/online-documentation/ReadersWriters/ReadersWriters.htm#esriasciigrid_-_esri_ascii_grid_reader_writer.htm
 
* http://www.safe.com/support/online-documentation/ReadersWriters/ReadersWriters.htm#esriasciigrid_-_esri_ascii_grid_reader_writer.htm
 
  
 
Description:
 
Description:
Zeile 63: Zeile 74:
 
   ...
 
   ...
  
=== World File (.tfw, .jgw) ===
+
== Vektordatei-Formate ==
 +
alphabetisch.
  
Das ESRI World-Format speichert Bild-zu-Weltkoordinaten-Daten zur [[Georeferenzierung]] von Rasterbildern. Der Datei-Name heisst gleich, während die Datei-Extensions für tif tfw, für jpg jgw heissen. Hier ein Beispiel (mit CH1903-Koordinaten):
+
=== [[CSV]] ===
 +
.csv oder andere (.txt)
  
  A: 1.25
+
=== [[DXF]] ===
  B: 0
+
* .dxf
  C: 0
+
* .dwg
  D: -1.25
 
  E: 675000.625
 
  F: 277999.375
 
  
Erläuterungen:
+
=== [[GeoRSS]] ===
* Zeile 1: Die erste Zahl ist gleich der Länge eines Pixels in horizontaler Richtung.
+
* .rss: GeoRSS Simple/RSS
* Zeile 2: Die zweite ...
+
* .atom: GeoRSS Simple/Atom
* Zeile 3: und die dritte Zahl sind Rotationswinkel, die jedoch 0 sind oder ignoriert werden.
+
* auch .xml
* Zeile 4: Die vierte Zahl ist die Länge eines Pixels in vertikaler Richtung. Zu beachten ist hier das negative Vorzeichen.
 
* Zeile 5: Die zwei letzten Zahlen sind die Koordinaten der linken unteren Ecke des Bildes.  
 
  
Laut folgender Quelle handelt es sich um die obere linke Ecke des Bildes und nicht die linke untere Ecke.
+
=== [[GML]] ===
http://www.kralidis.ca/gis/worldfile.htm
+
Geography Markup Language
 +
* .gml
 +
* auch .xml
  
English text:
+
=== [[INTERLIS]] ===
+
* .ili: Datenbeschreibung (ASCII)
The ESRI World format stores the image-coordinates-to-world-coordinates transformation data resulting from the georeferencing process executed in the Map Assistant.
+
* .itf: INTERLIS 1-Format [[ITF]] (ASCII)
The resulting file contains the transformation factors A to F defining the registering of the image in accordance with the equation below:
+
* .xml: INTERLIS 2-Format (XML)
 +
* .uml: UML/INTERLIS-Format (XML)
 +
 
 +
=== [[KML]] ===
 +
.kml
 +
.kmz
 +
 
 +
=== Mikroformate ===
 +
* .html
 +
Siehe http://microformats.org/wiki/geo
  
  1. x' = A x + B y + C
+
=== [[Shapefile]] ===
  2. y' = D x + E y + F
 
  
with x,y = Image coordinates
+
* .shp Ein [[Shapefile]] besteht aus einem zwingenden Paar mit Endung .shp und .dbf. (siehe auch unten).  
    x',y'= Real world coordinates
 
    A = x-scale
 
    B,D = rotation terms
 
    C,F = translation terms
 
    E = y-scale (negative)
 
   
 
Example for a .tfw file:
 
  
    A: 4.23214625853148
+
== ESRI GIS-Datei-Formate ==
    D: 0.00000000000000
+
 
    B: 0.00000000000000
+
ESRI-Formate und ihre Extensions:
    E: -4.23214625853148
+
* .aep = ArcExporer-Projekt-Datei
    C: 3404018.70881921
+
* .shp: The [[Shapefile]] contains the geospatial data (Shapefile, Shape).
    F: 5819863.55539414
+
* .shx: The SHX file contains the index of the geospatial data (derived from shp).
 +
* .dbf: The [[DBF]] file contains the attribute data in dBASE format.  
 +
* .prj: The [[PRJ]] file contains the coordinate system information (optional).  
 +
* .avl: The AVL file contains the legend information (optional).  
 +
* .sbn/.sbx: The SBN and SBX files contain the spatial index of the geospatial data (optional).
 +
* .xml: The [[XML]] file (*.shp.xml) contains the metadata describing the data set (optional).
 +
* .grd: ASCII Grid (siehe oben)
 +
* .tfw, .jgw: Siehe [[World file]].
 +
* .gdb: File [[Geodatabase]] (Directory)
 +
* .mdb: Personal [[Geodatabase]] - Einzelne Datei im Microsoft Access Format
 +
 
 +
[[ArcExplorer]] kann [[ArcView]]-Projekte darstellen: .aep = ArcExporer-Projekt-Datei
  
 
== Weblinks ==
 
== Weblinks ==
 
* GIS-Datei-Format auf [http://de.wikipedia.org/wiki/GIS_Datei-Format Wikipedia]
 
* GIS-Datei-Format auf [http://de.wikipedia.org/wiki/GIS_Datei-Format Wikipedia]
 +
 +
[[Kategorie:Dateiformat]] [[Kategorie:Vektor]] [[Kategorie:Raster]]

Aktuelle Version vom 22. April 2019, 16:04 Uhr

Siehe auch Geodaten

Ueberblick

Man unterscheidet bei den GIS-Datei-Formaten, 1. Rasterdatei-Formate und 2. Vektorformate.

Die wichtigsten GIS-Datei-Formate in der Schweiz sind (subjektive Liste ohne empirische Grundlage):

Succeeded conversions at GeoConverter website (Source: GISpunkt HSR S. Keller, 20.02.2009 - 3.12.2011):

Format in in % Ranking out out % Ranking Remarks
CSV 608 4.4 5 288 2.1 6 -
GML 225 1.6 6 496 3.6 4 -
GPX 2206 16.1 3 486 3.6 4 -
ILI1/ITF 119 0.9 7 433 3.2 5 -
KML 5909 43.1 1 3357 24.6 2 -
MIF 867 6.3 4 2286 16.8 3 -
OSM/XML 883 6.4 4 0 0.0 8 no OSM output available
SHP 2681 19.5 2 6269 46.0 1 -
ILI2/XML 225 1.6 6 15 0.1 7 -
SUM 13723 100.0 - 13630 100.0 - -

Fazit: KML, SHP and GPX are the 3 most used source formats; SHP, KML and MIF are the 3 most used target formats.

Rasterdatei-Formate

Allgemeines

Siehe Grafikformate wie PNG, (GIF), TIFF (GeoTIFF), etc..

ASCII Grid (.grd)

Refers to a specifc grid interchange format developed for Esri / ArcInfo rasters in ASCII format which consists of exactly one attribute (channel). The format consists of a header that specifies the geographic domain and resolution, followed by the actual grid cell values. Usually the file extension is .asc, but recent versions of ESRI software also recognize the extension .grd.

Es können Werte von entweder integer (+/- 2 Milliarden) oder Float (+/- 10E38, 15 Digits) verwaltet werden.

Links:

Description:

The numbers of rows and columns are defined in the Grid NDX, NDY fields of the corresponding windows.

This format is used to export distributions in a ArcInfo compatible ASCII grid format. Cell Origin 0 or 0.5.

Syntax:

 ncols [number of columns]
 nrows [number of rows]
 xllcorner [x coordinate of lower left corner]
 yllcorner [y coordinate of lower left corner]
 cellsize  [cell size in meters]
 nodata_value [value which will be used if no data in grid cell; default is -9999]
 row 1 
 row 2
 ...

Vektordatei-Formate

alphabetisch.

CSV

.csv oder andere (.txt)

DXF

  • .dxf
  • .dwg

GeoRSS

  • .rss: GeoRSS Simple/RSS
  • .atom: GeoRSS Simple/Atom
  • auch .xml

GML

Geography Markup Language

  • .gml
  • auch .xml

INTERLIS

  • .ili: Datenbeschreibung (ASCII)
  • .itf: INTERLIS 1-Format ITF (ASCII)
  • .xml: INTERLIS 2-Format (XML)
  • .uml: UML/INTERLIS-Format (XML)

KML

.kml .kmz

Mikroformate

  • .html

Siehe http://microformats.org/wiki/geo

Shapefile

  • .shp Ein Shapefile besteht aus einem zwingenden Paar mit Endung .shp und .dbf. (siehe auch unten).

ESRI GIS-Datei-Formate

ESRI-Formate und ihre Extensions:

  • .aep = ArcExporer-Projekt-Datei
  • .shp: The Shapefile contains the geospatial data (Shapefile, Shape).
  • .shx: The SHX file contains the index of the geospatial data (derived from shp).
  • .dbf: The DBF file contains the attribute data in dBASE format.
  • .prj: The PRJ file contains the coordinate system information (optional).
  • .avl: The AVL file contains the legend information (optional).
  • .sbn/.sbx: The SBN and SBX files contain the spatial index of the geospatial data (optional).
  • .xml: The XML file (*.shp.xml) contains the metadata describing the data set (optional).
  • .grd: ASCII Grid (siehe oben)
  • .tfw, .jgw: Siehe World file.
  • .gdb: File Geodatabase (Directory)
  • .mdb: Personal Geodatabase - Einzelne Datei im Microsoft Access Format

ArcExplorer kann ArcView-Projekte darstellen: .aep = ArcExporer-Projekt-Datei

Weblinks