Skip to content

Commit 9fc60dc

Browse files
PhilippHamerBMWLudwig Friedmann
authored andcommitted
Add proj4 string to GroundTruth
1 parent a332a9a commit 9fc60dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osi_groundtruth.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,14 @@ message GroundTruth
131131
// - [2] [Wikipedia ISO 3166/1] (https://en.wikipedia.org/wiki/ISO_3166-1)
132132
//
133133
optional uint32 country_code = 13;
134+
135+
// Projection string that allows to transform all coordinates in GroundTruth
136+
// into a different cartographic projection.
137+
//
138+
// The string follows the proj.4 project rules [1].
139+
//
140+
// \par References:
141+
// - [1] [Proj.4 Projections] (https://proj4.org/usage/projections.html)
142+
//
143+
optional string proj_string = 16;
134144
}

0 commit comments

Comments
 (0)