<?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: XY Table/Multiple UTM Zones to Single Feature Class in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609803#M34335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the past we have looked at where the majority of points are and where the least error is located.&amp;nbsp; So, if the majority of the points are along a UTM boundary, and the majority are in the left zone, we would set the points to the left UTM zone for this data (lower error on the right side of the UTM zone versus the left).&amp;nbsp; This would be for specific areas, but for state wide data we would generally choose one of the systems previously mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2016 20:02:10 GMT</pubDate>
    <dc:creator>ChadKopplin</dc:creator>
    <dc:date>2016-01-11T20:02:10Z</dc:date>
    <item>
      <title>XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609799#M34331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a problem I come across regularly and feel there's room to save a step or two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Field data comes back from GPS or field notes in a table containing UTM Zone, Easting, and Northing fields. There may be multiple UTM Zones (e.g. Zone A and B).&lt;/P&gt;&lt;P&gt;2.) Display XY data, using Zone A as CRS.&lt;/P&gt;&lt;P&gt;3.) Export all data to a single feature class, using the chosen UTM Zone (A).&lt;/P&gt;&lt;P&gt;4.) Set Data Frame CRS to Zone B.&lt;/P&gt;&lt;P&gt;5.) Select and export records in Zone B to new feature class, using Data Frame CRS.&lt;/P&gt;&lt;P&gt;6.) Start editing and delete records in Zone B from the feature class in Zone A.&lt;/P&gt;&lt;P&gt;7.) Merge Zone A and Zone B feature classes into a single feature class with common CRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, this is somewhat convoluted. How do you handle tabular data in multiple CRSes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609799#M34331</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T19:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609800#M34332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our rule? Data in the field are always recorded in decimal degrees, geographic coordinates with a WGS84 datum regardless where in the world they are working (particularly north of 60).&amp;nbsp; The conversion to other projected coordinate systems is done in-house to suit the geographic area and extent.&amp;nbsp; As for UTM, you can devise your own TM projection by changing the central meridian if that makes for better coverage.&amp;nbsp; Otherwise a more friendly east-west projection is used (such as lambert...). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609800#M34332</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-11T19:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609801#M34333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that this will resolve your issue or make a better workflow, but I don't export in UTM zones from GPS....either decimal degree or another projection that doesn't require a different CRS.&amp;nbsp; But if the data is coming in as you mentioned, that isn't a bad workflow.&amp;nbsp; However, you may be able to write a tool to make the process a bit faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit...looks like Dan beat me to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609801#M34333</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-11T19:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609802#M34334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are somewhat stuck using UTM in the field. It's the industry standard (really, the only option ever used), for better or worse. It's easy for field workers to estimate distances using the coordinates, and vice versa. As a GPS can only use a single CRS at a time, they are set to UTM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609802#M34334</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T20:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609803#M34335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the past we have looked at where the majority of points are and where the least error is located.&amp;nbsp; So, if the majority of the points are along a UTM boundary, and the majority are in the left zone, we would set the points to the left UTM zone for this data (lower error on the right side of the UTM zone versus the left).&amp;nbsp; This would be for specific areas, but for state wide data we would generally choose one of the systems previously mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609803#M34335</guid>
      <dc:creator>ChadKopplin</dc:creator>
      <dc:date>2016-01-11T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609804#M34336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I replied to Dan, I'm somewhat stuck in a machine bigger than myself with this. UTMs are the only option. I can't expect field workers to remember that just because the data might make its way to me at some point, they need to record a different type of coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More just looking for a few less clicks between multi-CRS table and single feature class. Unfortunately, as these tables come to me in so many different formats, I don't think I could ever write a script that covers all cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609804#M34336</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609805#M34337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if memory serves... or &lt;A href="https://community.esri.com/migrated-users/3120"&gt;Melita Kennedy&lt;/A&gt;​ could confirm, you have a couple of degrees of longitude...to play with on either side before things go "south" to use an expression.&amp;nbsp; An on our gps units, we can flip between wgs84 and utm with a button press.&amp;nbsp; We find students are quite clever when it comes to remembering that prior to download, I am sure your field workers are as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609805#M34337</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-11T20:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609806#M34338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't to do with error. As you cross a UTM zone boundary, the GPS chooses which zone it's in and reports/records those coordinates. The resulting table or data sheets then contain those coordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609806#M34338</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T20:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609807#M34339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was one of the reasons we use GCS...even though on our gps units (most at least) you can manually chose to stick with one or the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609807#M34339</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-11T20:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609808#M34340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be device-specific. The units/CRS are set fairly deep within the GPS main settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609808#M34340</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T20:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609809#M34341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I would look to see if there is an "auto-switch" toggle to prevent border switching.&amp;nbsp; And there must be a quick switch to toggle between geographic and projected coordinates (at least on the garmin (many), leica&amp;nbsp; (?) and trimble (?) units we have)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609809#M34341</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-11T20:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609810#M34342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose DD are useful for GIS users, but not so for the person on the ground. It's pretty handy to be able to get real info from projected coordinates, in metres.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What model GPS unit do you use? By far, the most common unit I encounter are Garmin GPSmap-style units, which do not simply flip back and forth between CRS, without going into the unit's main settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609810#M34342</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T20:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609811#M34343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the data labeled with the different zones? Or do you have to graphically figure it out after adding it to a map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the former,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dump all data into Excel (or other spreadsheet program).&lt;/LI&gt;&lt;LI&gt;Sort by UTM zone&lt;/LI&gt;&lt;LI&gt;Copy/paste one of the UTM zones data to another worksheet&lt;/LI&gt;&lt;LI&gt;Delete that data from the first worksheet.&lt;/LI&gt;&lt;LI&gt;Now use Add X/Y data on each worksheet.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible alternative--use Convert Coordinate Notation to add geographic coordinates to the "table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the latter, one possibility is to check what X coordinates are at the zonal boundaries in data's area. You may be able to sort the data using that information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609811#M34343</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2016-01-11T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609812#M34344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out students use a variety of garmin handhelds going quite a way back, that is one of the first exercises that they do within the first few minutes of their first lab...switching between wgs84 DD and UTM NAD83 18N... the variant isn't going to matter a bit if it is NAD83 plainold or NAD83blah blah since the differences are relative and the hand helds only have a certain accuracy which is far worse than the ground based differences ascribed to variants in the nad83 datums.&amp;nbsp; When you are trying to herd multiple classes of 40 through the funnel to generate a dataset, there is only one way to go.&amp;nbsp; They can keep the data in UTM in the field...but...at download time, it is WGS84.&amp;nbsp; We also use DNRGPS because of its multiple output formats and simplicity of use.&amp;nbsp; Are they handling the downloads?&amp;nbsp; If so, might I suggest that before they do it, get them to take a photo with their cell phone of the settings they used in the field and text them back (when in range) to base, just in case there is some weirdness in a certain set of data.&amp;nbsp; This has come in handy a couple of times when NAD27 was more of an issue during the early years of field gps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609812#M34344</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-11T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609813#M34345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Melita. The tables are often provided in Excel format already, so your workflow would work, although it still has the same problem of duplicating effort (copy/paste twice, import twice), plus having to work outside ArcGIS, plus the potential for me to mess up the entire dataset using Excel sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really, I'm just looking for a less cumbersome way to split a single dataset into two CRS and merge back together, but I'm beginning to see that this may just be a necessarily cumbersome task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the ideas and discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609813#M34345</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609814#M34346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If like Melita ask&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Is the data labeled with the different zones?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and assuming these are all starting out in one file, can you&lt;/P&gt;&lt;P&gt;1) import the Excel&lt;/P&gt;&lt;P&gt;2) get a unique list of the zones&lt;/P&gt;&lt;P&gt;3) do a reselect for first zone&lt;/P&gt;&lt;P&gt;4) export to a new temp file, &lt;/P&gt;&lt;P&gt;5) repeat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simplified, but if the conditions are right, I would think this would be fairly doable in a python script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609814#M34346</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-11T21:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609815#M34347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just out of curiosity, here is the sequence of buttons I would need to press to change from UTM to DD on a Garmin GPSmap 62s and return back to the map:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu-Menu-Setup-Down-Down-Down-Position Format-Position Format-Down-Down-Down-Decimal Degrees-Quit-Quit-Quit-Quit-Quit-Quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's 18 button presses. Record the coordinates to the datasheet. Now I need to get back to UTM because I need to know something in metres. That's another 18 presses. At this point, I would throw the unit into the nearest stream.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609815#M34347</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T21:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609816#M34348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(ugh...lost my last reply)&lt;/P&gt;&lt;P&gt;re: GPS. Is there a way to standardize on the software used to download and provide the data to you, e.g. &lt;A href="http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/DNRGarmin/DNRGarmin.html" title="http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/DNRGarmin/DNRGarmin.html"&gt;DNR Garmin Application: Minnesota DNR&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I'm not a real GPS expert (although I play one field assignments sometimes), but from what I know is that behind the scenes of all the GPSs the data is collected in (if I remember correctly) WGS84.&amp;nbsp; What the user sees and/or enters is just options for convenience.&amp;nbsp; Since that is the case (to the best of my knowledge) you should be able to output the data in a standard, say lat/long, regardless of the settings on the GPS itself.&amp;nbsp; How easy that is to implement in the field for you.... ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609816#M34348</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-11T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609817#M34349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we (I) do use DNRGPS, however, the main issue is that the data coming in is often in the form of paper datasheets (later entered into Excel), with much more information than just the location. UTM Zone, Easting, and Northing are just three fields among many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field workers use their GPS for many tasks besides collecting point coordinates, like estimating distances between and to coordinates, navigation, etc., for which they need coordinates in metres, not degrees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609817#M34349</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-11T21:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table/Multiple UTM Zones to Single Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609818#M34350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;understood.&amp;nbsp; Sometimes getting everyone in the field to turn in what "we" need is like herding cats. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/xy-table-multiple-utm-zones-to-single-feature/m-p/609818#M34350</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-11T21:37:52Z</dc:date>
    </item>
  </channel>
</rss>

