Opened 9 years ago

Closed 9 years ago

#5989 closed enhancement (fixed)

GeoCSV compatiblity enhancements:

Reported by: Sfkeller Owned by: warmerdam
Priority: normal Milestone: 2.1.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords: csv, text, schema, crs
Cc:

Description

Referring to the GeoCSV spec.:

  1. In CSVT file accept "WKT" (case insensitive) indicating WKT geometry field.
  1. In CSVT file accept Point(X)" and "Point(Y)" (preferred) or "CoordX" and "CoordX" (each pair in any column order, case insensitive) indicating easting/northing of a point geometry.
  1. When opening a CSV file, look for accompanying .prj file as coordinate reference system in OGC WKT format (the one natively spoken by GDAL, based on OGC 01-009).

See also the small test files in GeoCSV spec.

Change History (1)

comment:1 by Even Rouault, 9 years ago

Milestone: 2.1.0
Resolution: fixed
Status: newclosed

trunk r29323 "CSV: implement compatibility enhancements for GeoCSV specification (#5989)"

Note: See TracTickets for help on using tickets.