Skip to content

Point Layer ITRF2020(PointPerfect) Transformation to Nad83(CSRS)V7(Project) #5540

Answered by nirvn
DrawQuick asked this question in Q&A
Discussion options

You must be logged in to vote

@DrawQuick , OK, here's what is happening. While you GPS transmits coordinates in EPGS:9989, QField doesn't yet support custom CRSes from GPS devices. At the moment, QField hardcodes all coordinates coming from GPS devices as being EPGS:4326.

In your case, what it means is that the dynamic epoch of the 9989 CRS is not considered, and the coordinates are transformed using the fixed WGS84 EPSG:4326.

You can confirm this using the python console in QGIS. When handling your lat lon height point projected in EPSG:4326 using the simple script below, we end up with the "wrong" result when transforming to EPSG:22717:

point = QgsPoint(
    -80.09282190216666,
    43.91879931791666,
    387.6080522…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DrawQuick
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by nirvn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants