Opened 8 years ago

Closed 8 years ago

#6605 closed task (fixed)

What is the definition of measured?

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords: measured shapefile
Cc: Ari Jolma

Description

https://trac.osgeo.org/gdal/wiki/rfc61_support_for_measured_geometries does not define measured geometries.

This is weak: http://stackoverflow.com/questions/16750968/what-is-a-shapefiles-mesure-value

This has no definition: http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

PointM
{
  double X; // X coordinate
  double Y; // Y coordinate
  double M; // Measure
}

Can we get a definition added in the RFC and somewhere in the code base? Maybe in ogr_geometry.h, ogrgeometry.h, and/or drv_shapefile.html?

Change History (4)

comment:1 by Even Rouault, 8 years ago

Cc: Ari Jolma added

comment:2 by Ari Jolma, 8 years ago

This seems quite good: https://www-304.ibm.com/support/docview.wss?uid=swg21054384

Do you think a link would be enough for the RFC?

comment:3 by Kurt Schwehr, 8 years ago

ajolma, I think that link should be enough.

comment:4 by Ari Jolma, 8 years ago

Resolution: fixed
Status: newclosed

Added.

Note: See TracTickets for help on using tickets.