<?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 'LUnit_meters'&amp;nbsp; - What is it? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205081#M7032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am processing some geo-referenced historic aerials images in ERDAS Imagine. These are in;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_UTM_Zone_18N&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WKID: 26918 Authority: EPSG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I process them (without any changes to the coordinate system) they come out as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LUnits_meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authority: Custom&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ERDAS Imagine these are described as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UTM NAD83 Zone18&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32980[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Samuel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 18:16:18 GMT</pubDate>
    <dc:creator>D__SamuelRajasekhar</dc:creator>
    <dc:date>2014-04-09T18:16:18Z</dc:date>
    <item>
      <title>'LUnit_meters'  - What is it?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205081#M7032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am processing some geo-referenced historic aerials images in ERDAS Imagine. These are in;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_UTM_Zone_18N&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WKID: 26918 Authority: EPSG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I process them (without any changes to the coordinate system) they come out as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LUnits_meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authority: Custom&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ERDAS Imagine these are described as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UTM NAD83 Zone18&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32980[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Samuel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205081#M7032</guid>
      <dc:creator>D__SamuelRajasekhar</dc:creator>
      <dc:date>2014-04-09T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: 'LUnit_meters'  - What is it?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205082#M7033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're asking what that LUnits_meters means, my guess is it's simply telling you its UTM native coordinates (which are projected) are in linear units of meters.&amp;nbsp; The esri WKT (well-known-text) for this spatial ref includes the datum/projection info - the last param shows the linear unit of meters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PROJCS["NAD_1983_UTM_Zone_18N",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PRIMEM["Greenwich",0],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; UNIT["Degree",0.017453292519943295]],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PROJECTION["Transverse_Mercator"],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PARAMETER["latitude_of_origin",0],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PARAMETER["central_meridian",-75],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PARAMETER["scale_factor",0.9996],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PARAMETER["false_easting",500000],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; PARAMETER["false_northing",0],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; UNIT["Meter",1]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://spatialreference.org/ref/epsg/nad83-utm-zone-18n/"&gt;http://spatialreference.org/ref/epsg/nad83-utm-zone-18n/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure I understand if that is what you mean to ask?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205082#M7033</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2014-04-09T18:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'LUnit_meters'  - What is it?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205083#M7034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Below is the complete description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LUnits_meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authority: Custom&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Projection: Transverse_Mercator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;false_easting: 500000.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;false_northing: 0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;central_meridian: -75.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scale_factor: 0.9996&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;latitude_of_origin: 0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linear Unit: Meter (1.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geographic Coordinate System: GCS_North_American_1983&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Angular Unit: Degree (0.0174532925199433)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prime Meridian: Greenwich (0.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Datum: D_North_American_1983&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Spheroid: GRS_1980&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semimajor Axis: 6378137.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Semiminor Axis: 6356752.314140356&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inverse Flattening: 298.257222101&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is somehow in the Custom Projection, Below graphics:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32986[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32987[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not see the EPSG code in the description. But ERDAS Imagine displays the EPSG code (as well as the coordinate information)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Samuel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 19:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lunit-meters-nbsp-what-is-it/m-p/205083#M7034</guid>
      <dc:creator>D__SamuelRajasekhar</dc:creator>
      <dc:date>2014-04-09T19:00:18Z</dc:date>
    </item>
  </channel>
</rss>

