wiki:MeasuredGeometriesInDrivers

Version 7 (modified by Even Rouault, 8 years ago) ( diff )

ogr2ogr enhancements related to M/ZM support

Support for measured geometries in drivers

The support for measured geometries has been implemented in the core.

However, it will take some time for the support to be implemented / work in production ready quality in the drivers.

On this page the work is described.

Utilities

Display M and ZM geometries as such in ogrinfo output : https://lists.osgeo.org/pipermail/gdal-dev/2016-February/043734.html

ogr2ogr :

  • extend -dim to support xy, xyz, xym, xyzm ?
  • extend -nlt to support PolygonM, PolygonZM, etc... ?

Memory

Status

  • Implemented, no known issues

Existing tests

  • pass

New tests

  • swig/perl/t/00-measures-02.t pass

Documentation

  • to be done

ESRI Shapefile

Status

  • Implemented
  • See discussion on the list: when XYM or, especially, XYZM shapefiles a opened, the result should actually be XY or XYZ if M is not used.

Existing tests

  • test_ogrogr_py skips three tests

New tests

  • swig/perl/t/00-measures-03.t pass

Documentation

  • Some changes committed referring to changes in version 2.1 but they need to be reviewed

PostgreSQL

Status

  • Implemented

Existing tests

  • pass

New tests

  • swig/perl/t/00-measures-04.t pass (also for PostGIS 1.5.8)

Documentation

  • to be done

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.