Opened 7 years ago
Closed 7 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?
Note:
See TracTickets
for help on using tickets.
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?