GeoCSV: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Die Seite wurde neu angelegt: „Habe nochmals überlegt, welche Datentypen unterstützt werden sollten nebst x/y und WKT und bei OGR CSV file driver http://www.gdal.org/drv_csv.html und der Absc…“)
 
K
Zeile 1: Zeile 1:
Habe nochmals überlegt, welche Datentypen unterstützt werden sollten nebst x/y und WKT und bei OGR CSV file driver http://www.gdal.org/drv_csv.html und der Abschnitt zur .csvt Extension nachgeschaut: „Field/column types are Integer, Real, String, Date ("YYYY-MM-DD"), Time ("HH:MM:SS+nn"), DateTime (YYYY-MM-DD HH:MM:SS+nn)“.
+
Specification of a 'modern' CSV with a geometry extension of either two neighboring x/y colums or WKT!
 +
 
 +
=== CSV file format specification ===
 +
* Encoding is UTF-8 by default.
 +
* First row contains attribut names, separated by => delimiters.
 +
* Default delimiters (DELIMITER) is semicolon (;).
 +
* Strings are enclosed by parantheses, to allow delimiters inside (e.g. "string")
 +
* ...
 +
 
 +
Supported data types: See CSVT file format specification.
 +
 
 +
 
 +
 
 +
=== CSVT file format specification ===
 +
 
 +
(see also http://www.gdal.org/drv_csv.html und der Abschnitt zur .csvt Extension nachgeschaut: „Field/column types are Integer, Real, String, Date ("YYYY-MM-DD"), Time ("HH:MM:SS+nn"), DateTime (YYYY-MM-DD HH:MM:SS+nn)“.

Version vom 30. April 2015, 13:53 Uhr

Specification of a 'modern' CSV with a geometry extension of either two neighboring x/y colums or WKT!

CSV file format specification

  • Encoding is UTF-8 by default.
  • First row contains attribut names, separated by => delimiters.
  • Default delimiters (DELIMITER) is semicolon (;).
  • Strings are enclosed by parantheses, to allow delimiters inside (e.g. "string")
  • ...

Supported data types: See CSVT file format specification.


CSVT file format specification

(see also http://www.gdal.org/drv_csv.html und der Abschnitt zur .csvt Extension nachgeschaut: „Field/column types are Integer, Real, String, Date ("YYYY-MM-DD"), Time ("HH:MM:SS+nn"), DateTime (YYYY-MM-DD HH:MM:SS+nn)“.