<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Survey datum needs defined projection ArcGIS 10.1 in Coordinate Reference Systems Questions</title>
    <link>https://community.esri.com/t5/coordinate-reference-systems-questions/survey-datum-needs-defined-projection-arcgis-10-1/m-p/879918#M1867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be able to apply the scale factor and offsets to the state plane coordinate reference system parameters to create a custom coordinate reference system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say we have these instructions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add 100000.0 m to X(local) and 200000.0 m to Y(local).&lt;/P&gt;&lt;P&gt;2. Divide the results by 1.00003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) = ( X(local) + 100000.0 ) / 1.00003&lt;/P&gt;&lt;P&gt;Y(spcs) = ( Y(local) + 200000.0 ) / 1.00003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to turn this around:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) * 1.00003&amp;nbsp; - 100000.0 = X(local) &lt;/P&gt;&lt;P&gt;Y(spcs) * 1.00003&amp;nbsp; - 200000.0 = Y(local)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calculating projected coordinates the last parameters applied are the scale factor (SF) and then the false easting (FE) and false northing (FN) so these are the State Plane equations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) = FE + SF * (protoX)&lt;/P&gt;&lt;P&gt;Y(spcs) = FN + SF * (protoY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we substitute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(local) = ( (FE + SF * (protoX) ) * 1.00003 ) - 100000.0&lt;/P&gt;&lt;P&gt;Y(local) = ( (FN + SF * (protoY) ) * 1.00003 ) - 200000.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(local) = (SF * 1.00003) * (protoX) + (FE * 1.00003) - 100000.0&lt;/P&gt;&lt;P&gt;Y(local) = (SF * 1.00003) * (protoY) + (FN * 1.00003) - 200000.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SF*1.00003 becomes the new projection's scale factor&lt;/P&gt;&lt;P&gt;FE * 1.00003 - 100000.0 becomes the new false easting&lt;/P&gt;&lt;P&gt;FN * 1.00003 - 200000.0 becomes the new false northing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 19:34:45 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2014-10-03T19:34:45Z</dc:date>
    <item>
      <title>Survey datum needs defined projection ArcGIS 10.1</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/survey-datum-needs-defined-projection-arcgis-10-1/m-p/879917#M1866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a survey data for contours. I have got the instruction that I can bring it to state plane by adding easting and northing offsets and dividing by a scale factor. I am stuck. I have tried all the features available in ARCGIS 10.1 under projection and transformation but could not find anything to work it out. I tried calculate geometry but it will give a point file and still cannot bring my data to state plane to match with my other data sets.. My data is contours lines. Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;bibi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 22:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/survey-datum-needs-defined-projection-arcgis-10-1/m-p/879917#M1866</guid>
      <dc:creator>bibiKhan</dc:creator>
      <dc:date>2014-10-02T22:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Survey datum needs defined projection ArcGIS 10.1</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/survey-datum-needs-defined-projection-arcgis-10-1/m-p/879918#M1867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be able to apply the scale factor and offsets to the state plane coordinate reference system parameters to create a custom coordinate reference system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say we have these instructions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add 100000.0 m to X(local) and 200000.0 m to Y(local).&lt;/P&gt;&lt;P&gt;2. Divide the results by 1.00003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) = ( X(local) + 100000.0 ) / 1.00003&lt;/P&gt;&lt;P&gt;Y(spcs) = ( Y(local) + 200000.0 ) / 1.00003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to turn this around:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) * 1.00003&amp;nbsp; - 100000.0 = X(local) &lt;/P&gt;&lt;P&gt;Y(spcs) * 1.00003&amp;nbsp; - 200000.0 = Y(local)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calculating projected coordinates the last parameters applied are the scale factor (SF) and then the false easting (FE) and false northing (FN) so these are the State Plane equations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(spcs) = FE + SF * (protoX)&lt;/P&gt;&lt;P&gt;Y(spcs) = FN + SF * (protoY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we substitute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(local) = ( (FE + SF * (protoX) ) * 1.00003 ) - 100000.0&lt;/P&gt;&lt;P&gt;Y(local) = ( (FN + SF * (protoY) ) * 1.00003 ) - 200000.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X(local) = (SF * 1.00003) * (protoX) + (FE * 1.00003) - 100000.0&lt;/P&gt;&lt;P&gt;Y(local) = (SF * 1.00003) * (protoY) + (FN * 1.00003) - 200000.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SF*1.00003 becomes the new projection's scale factor&lt;/P&gt;&lt;P&gt;FE * 1.00003 - 100000.0 becomes the new false easting&lt;/P&gt;&lt;P&gt;FN * 1.00003 - 200000.0 becomes the new false northing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 19:34:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/survey-datum-needs-defined-projection-arcgis-10-1/m-p/879918#M1867</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2014-10-03T19:34:45Z</dc:date>
    </item>
  </channel>
</rss>

