Horizontal reductions

by Micha ⌂, Bad Vilbel, Thursday, December 05, 2019, 06:47 (1575 days ago) @ Nguyen Thanh Trung

Hello Nguyen,

When I set up 100 meters for horizontal reduction , my project does not work.

I take a look to your provided coordinate files. Here, the UTM zone number is missing and, thus, the simple check of your coordinates failed, i.e.,

if (yS >= 1100000 && yS <= 59800000 && yE >= 1100000 && yE <= 59800000) {
  // do reduction
}

kind regards
Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

Tags:
JAG3D, reduction, UTM, horizontal distance

locked
1754 views

Horizontal reductions

by Nguyen Thanh Trung, Thursday, December 05, 2019, 07:23 (1575 days ago) @ Micha

I don't know how JAG3D recognize the UTM or Gauss coordinates. I add 48 to the Y coordinate for the UTM and my project has just done.

Thank you very much.
Nguyen

locked
1668 views

Horizontal reductions

by Nguyen Thanh Trung, Thursday, December 05, 2019, 07:28 (1575 days ago) @ Micha

One question: if my UTM coordinates in 3 zone width (0.9999 scale). How to reduce to this one?

In your programing, I see you use the reduction in 6 zone width (0.9996 scale).

locked
1624 views

Horizontal reductions

by Micha ⌂, Bad Vilbel, Thursday, December 05, 2019, 06:15 (1575 days ago) @ Nguyen Thanh Trung

Hi,

One question: if my UTM coordinates in 3 zone width (0.9999 scale). How to reduce to this one?

The zone width is defined to 6°, cf. UTM zone definition. If you have a special (local) projection, you have to reduce the distances by your own, defined by your special crs.

Please note, all projections are applied only to horizontal distances (but not to slope distances!).

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

locked
1672 views

RSS Feed of thread