<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Java·Applied·Geodesy·3D - GK: Missing zone number</title>
<link>https://software.applied-geodesy.org/forum/</link>
<description>Support forum for JAG3D software package</description>
<language>en</language>
<item>
<title>GK: Missing zone number (reply)</title>
<content:encoded><![CDATA[<p>Hi,</p>
<blockquote><p>Zone numbers refer to the German definition?</p>
</blockquote><p>
Yes, this is right for GK.</p>
<blockquote><p>So how should I change the east component to conform to JAG3D format?</p>
</blockquote><p>I&#039;m not sure because I&#039;m not familiar with M28 and its definition. However, these settings relate to the reduction of the horizontal distance, and the projection is not related to the adjustment problem. This task is usually done by the total station during the field work (or can be done by hand using Excel or some tools like that).</p>
<p>So, my recommendation is - in general - to prepare the distances w.r.t. to your projection and afterwards import the corrected horizontal distances in JAG3D instead of the raw data. Please find below the method implemented in JAG3D. Please check it, if it works for your modification.</p>
<pre class="javascript" style="font-family:monospace;">     <span style="color: #FF0000;">double</span> m0 <span style="color: #339933;">=</span> reductions.<span style="color: #660066;">getProjectionType</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> ProjectionType.<span style="color: #660066;">UTM</span> <span style="color: #339933;">?</span> <span style="color: #CC0000;">0.9996</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">1.0</span><span style="color: #339933;">;</span>
     <span style="color: #FF0000;">double</span> yS <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">getStartPoint</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">getY</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     <span style="color: #FF0000;">double</span> yE <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">getEndPoint</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">getY</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
     <span style="color: #006600; font-style: italic;">// Reduce east coordinate</span>
     yS <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>yS<span style="color: #339933;">/</span><span style="color: #CC0000;">1000000.0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">%</span>1<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span><span style="color: #CC0000;">1000000.0</span><span style="color: #339933;">-</span><span style="color: #CC0000;">500000.0</span><span style="color: #339933;">;</span>
     yE <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>yE<span style="color: #339933;">/</span><span style="color: #CC0000;">1000000.0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">%</span>1<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span><span style="color: #CC0000;">1000000.0</span><span style="color: #339933;">-</span><span style="color: #CC0000;">500000.0</span><span style="color: #339933;">;</span>
&nbsp;
     <span style="color: #FF0000;">double</span> k <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>yS<span style="color: #339933;">*</span>yS <span style="color: #339933;">+</span> yS<span style="color: #339933;">*</span>yE <span style="color: #339933;">+</span> yE<span style="color: #339933;">*</span>yE<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">6.0</span><span style="color: #339933;">/</span>R<span style="color: #339933;">/</span>R<span style="color: #339933;">;</span>
     obsDist <span style="color: #339933;">=</span> m0 <span style="color: #339933;">*</span> <span style="color: #009900;">&#40;</span><span style="color: #CC0000;">1.0</span> <span style="color: #339933;">+</span> k<span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> obsDist<span style="color: #339933;">;</span></pre><p><br />
Kind regards<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14513</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14513</guid>
<pubDate>Thu, 24 Aug 2023 11:59:29 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>GK: Missing zone number</title>
<content:encoded><![CDATA[<p>Hi all,</p>
<p>I have GK coordinates M28 with<br />
Meridian: E10° 20′<br />
East Components are negative.</p>
<p>Trying to run the adjustment gives me <br />
<code>Projection cannot be applied to observations because the coordinates are invalid, e.g. missing zone number! </code></p>
<p><br />
Zone numbers refer to the German definition?</p>
<p>So how should I change the east component to conform to JAG3D format?<br />
-57500.000</p>
<p>My current approach:<br />
-57500.000 + 500000 with 3 as prefix =&gt; 3442500</p>
<p>Thanks!</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14512</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14512</guid>
<pubDate>Wed, 23 Aug 2023 13:51:59 +0000</pubDate>
<dc:creator>Lukas F</dc:creator>
</item>
</channel>
</rss>
