<?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: Converting distances from a coverage with lat long coordinates in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27906#M978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend you use something similar to following workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Export the coverage to a shapefile or feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use the project tool (Data Management &amp;gt; Projections and Transformations &amp;gt; Feature) to reproject your data to a Projected Coordinate System (not Geographic Coordinate System)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If you exported to a feature class in a geodatabase, shape length will be automatically generated for you using the same units as your coordinate system (likely feet or meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. If you are using a shapefile, open the attribute table, click table options, and select Add Field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Name your field Length and make it type Double and click OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Right click your new field header and select Calculate Geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Click Yes if you receive a message asking if you want to do this outside of an edit session&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8. Select that you want to calculate length&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9. Select the unit that you want to use and click OK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 19:39:08 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2012-04-10T19:39:08Z</dc:date>
    <item>
      <title>Converting distances from a coverage with lat long coordinates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27905#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a coverage that has the latitude and longitude as the basic coordinate system and need to compute distances of the polylines in miles or kilometers (or feet).&amp;nbsp; I was wondering if any of you have a step by step suggestion for doing that.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 17:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27905#M977</guid>
      <dc:creator>JinMa</dc:creator>
      <dc:date>2012-04-10T17:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting distances from a coverage with lat long coordinates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27906#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend you use something similar to following workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Export the coverage to a shapefile or feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use the project tool (Data Management &amp;gt; Projections and Transformations &amp;gt; Feature) to reproject your data to a Projected Coordinate System (not Geographic Coordinate System)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If you exported to a feature class in a geodatabase, shape length will be automatically generated for you using the same units as your coordinate system (likely feet or meters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. If you are using a shapefile, open the attribute table, click table options, and select Add Field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Name your field Length and make it type Double and click OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Right click your new field header and select Calculate Geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Click Yes if you receive a message asking if you want to do this outside of an edit session&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8. Select that you want to calculate length&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9. Select the unit that you want to use and click OK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27906#M978</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2012-04-10T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting distances from a coverage with lat long coordinates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27907#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is no Length, because I have points coverage... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Jin,&lt;BR /&gt;&lt;BR /&gt;I recommend you use something similar to following workflow:&lt;BR /&gt;&lt;BR /&gt;1. Export the coverage to a shapefile or feature class&lt;BR /&gt;2. Use the project tool (Data Management &amp;gt; Projections and Transformations &amp;gt; Feature) to reproject your data to a Projected Coordinate System (not Geographic Coordinate System)&lt;BR /&gt;3. If you exported to a feature class in a geodatabase, shape length will be automatically generated for you using the same units as your coordinate system (likely feet or meters)&lt;BR /&gt;4. If you are using a shapefile, open the attribute table, click table options, and select Add Field&lt;BR /&gt;5. Name your field Length and make it type Double and click OK&lt;BR /&gt;6. Right click your new field header and select Calculate Geometry&lt;BR /&gt;7. Click Yes if you receive a message asking if you want to do this outside of an edit session&lt;BR /&gt;8. Select that you want to calculate length&lt;BR /&gt;9. Select the unit that you want to use and click OK&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 20:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27907#M979</guid>
      <dc:creator>JinMa</dc:creator>
      <dc:date>2012-04-10T20:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting distances from a coverage with lat long coordinates</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27908#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I follow. In the first post you indicated that you want to "compute distances of the polylines in miles or kilometers (or feet)." Could you please elaborate what you are trying to accomplish with your point features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luke&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 00:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/converting-distances-from-a-coverage-with-lat-long/m-p/27908#M980</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2012-04-11T00:18:51Z</dc:date>
    </item>
  </channel>
</rss>

