<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-30051842</id><updated>2024-03-08T01:56:52.127-06:00</updated><title type='text'>ArcGIS Methods and Madness</title><subtitle type='html'>A blog used for describing the solutions I find to my ArcGIS problems, no matter how simple they are, in efforts of helping other people out.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://arcgis-blog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://arcgis-blog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ryan Metcalf</name><uri>http://www.blogger.com/profile/11054025867171721372</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.collegehotlist.com/images/profile/1541-2921.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-30051842.post-115470694114734539</id><published>2006-08-03T10:00:00.000-05:00</published><updated>2006-08-04T11:15:27.386-05:00</updated><title type='text'>Exporting Trimble Pathfinder Office data as KML for Google Earth</title><content type='html'>Had some GPS data I wanted to transfer into a KML file for use in Google Earth and other KML compatible programs.  Although the script exports the file in a KML a little bit fo header/footer has to be added to the document before its acutally ready for use.  To export the file, I had to learn the format for Pathfinder Office Export Templates.  Took me a while to get a hang of it, but got it to export the data inbetween individual &lt;&gt; tags.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://img.photobucket.com/albums/v246/rynnio12/blogs/ASCII_export_template_editor.jpg&quot;&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v246/rynnio12/blogs/ASCII_export_template_editor.jpg&quot; alt=&quot;ASCII export template editor&quot; border=&quot;0&quot; height=&quot;265&quot; width=&quot;279&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Template &quot;code:&quot;&lt;br /&gt;{Text:&lt;placemark&gt;}&lt;br /&gt;{Text:&lt;name&gt; }{Attributes}{Text:&lt;/name&gt;}&lt;br /&gt;{Text:&lt;description&gt;&lt;!--[CDATA[Latitude: }{Latitude} {Text:&lt;br /&gt; Longitude: }{Longitude}&lt;br /&gt;{Text:&lt;br /&gt;Elevation: }{MSL}&lt;br /&gt;{Text:&lt;br /&gt;Point ID: }{Attributes}&lt;br /&gt;{Text:]]--&gt;&lt;/description&gt;}&lt;br /&gt;{Text:&lt;lookat&gt;}&lt;br /&gt;{Text:    &lt;longitude&gt;}{Longitude}{Text:&lt;/longitude&gt;}&lt;br /&gt;{Text:    &lt;latitude&gt;}{Latitude}{Text:&lt;/latitude&gt;}&lt;br /&gt;{Text:    &lt;range&gt;100&lt;/range&gt;}&lt;br /&gt;{Text:    &lt;tilt&gt;0&lt;/tilt&gt;}&lt;br /&gt;{Text:    &lt;heading&gt;0&lt;/heading&gt;}&lt;br /&gt;{Text:&lt;/lookat&gt;}&lt;br /&gt;{Text:&lt;styleurl&gt;root://styleMaps#default+nicon=0x307+hicon=0x317&lt;/styleurl&gt;}&lt;br /&gt;{Text:&lt;point&gt;}&lt;br /&gt;{Text:    &lt;coordinates&gt;}{Longitude}{Text:,}{Latitude}{Text:,0&lt;/coordinates&gt;}&lt;br /&gt;{Text:&lt;/point&gt;}&lt;br /&gt;{Text:&lt;/placemark&gt;}&lt;br /&gt;&lt;br /&gt;Once you&#39;ve exported your KML file, you have to open it up in Notepad or another text editor and add the KML header and footer information.  Above the first &lt;&gt; tag place this text in &lt;span style=&quot;font-weight: bold;&quot;&gt;(note: remove all spaces from tags, if I didn&#39;t put them in, blogger cuts them out)&lt;/span&gt;:&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt; ?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;? &gt;&lt;br /&gt;&lt; xmlns=&quot;http://earth.google.com/kml/2.1&quot;&gt;&lt;br /&gt;&lt;&gt;&lt;br /&gt;&lt;&gt;GPS Data&lt; /name &gt;&lt;br /&gt;&lt;kml xmlns=&quot;http://earth.google.com/kml/2.1&quot;&gt;&lt;document&gt;&lt;name&gt;&lt;/name&gt;&lt;/document&gt;&lt;/kml&gt;&lt;/blockquote&gt;After the last &lt; /placemark &gt; tag add in this text&lt;br /&gt;&lt;blockquote&gt;&lt; /Document &gt;&lt;br /&gt;&lt; /kml &gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://img.photobucket.com/albums/v246/rynnio12/blogs/google_earth_gps_data_pathfinder_sc.jpg&quot;&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v246/rynnio12/blogs/google_earth_gps_data_pathfinder_sc.jpg&quot; alt=&quot;google earth gps data pathfinder screenshot&quot; border=&quot;0&quot; height=&quot;221&quot; width=&quot;319&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Download the &lt;a href=&quot;http://www.ryanmetcalf.net/downloads/kml/misc/gps_data.kml&quot;&gt;completed KML&lt;/a&gt; for yourself&lt;br /&gt;or&lt;br /&gt;&lt;a href=&quot;http://maps.google.com/maps?f=q&amp;hl=en&amp;amp;q=http://www.ryanmetcalf.net/downloads/kml/misc/gps_data.kml&amp;ie=UTF8&amp;amp;om=1&quot;&gt;import into google maps&lt;/a&gt; in your browser&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arcgis-blog.blogspot.com/feeds/115470694114734539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/30051842/115470694114734539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115470694114734539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115470694114734539'/><link rel='alternate' type='text/html' href='http://arcgis-blog.blogspot.com/2006/08/exporting-trimble-pathfinder-office.html' title='Exporting Trimble Pathfinder Office data as KML for Google Earth'/><author><name>Ryan Metcalf</name><uri>http://www.blogger.com/profile/11054025867171721372</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.collegehotlist.com/images/profile/1541-2921.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30051842.post-115098248349626305</id><published>2006-06-12T08:00:00.000-05:00</published><updated>2006-06-22T08:25:08.223-05:00</updated><title type='text'>Combining Shapefiles</title><content type='html'>Problem: Everytime I unload GPS data from the GeoXH and post-process using Pathfinder Office it creates a new Shapefile&lt;br /&gt;&lt;br /&gt;Solution: A piece of free software called &lt;a href=&quot;http://www.vdstech.com/geomerge.htm&quot;&gt;GeoMerge&lt;/a&gt; allows you to pick any number of Shapefiles and merge them into one file&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/geo_merge.jpg&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px;&quot; src=&quot;http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/geo_merge.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;a href=&quot;http://www.vdstech.com/geomerge.htm&quot;&gt;Geo Merge site&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.vdstech.com/download/geomerge.exe&quot;&gt;Direct download link&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://arcgis-blog.blogspot.com/feeds/115098248349626305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/30051842/115098248349626305' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115098248349626305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115098248349626305'/><link rel='alternate' type='text/html' href='http://arcgis-blog.blogspot.com/2006/06/combining-shapefiles.html' title='Combining Shapefiles'/><author><name>Ryan Metcalf</name><uri>http://www.blogger.com/profile/11054025867171721372</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.collegehotlist.com/images/profile/1541-2921.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30051842.post-115091058414924642</id><published>2006-06-07T12:00:00.000-05:00</published><updated>2006-06-21T12:23:26.923-05:00</updated><title type='text'>Importing Images as Symbols</title><content type='html'>In the procss of learning GIS, I was creating a map to show the locations of all the Taco Bells within my county (about 18) and desired to use a different symbol than a colored pushpin, etc.  So I did some research online and on the ESRI forums &lt;a href=&quot;http://forums.esri.com/Thread.asp?c=93&amp;f=1730&amp;amp;t=192822#573129&quot;&gt;&lt;url&gt;&lt;/url&gt;&lt;/a&gt; and found out how.&lt;br /&gt;&lt;br /&gt;1.  Find the image, the Taco Bell image I used was from Google Image search&lt;br /&gt;&lt;a href=&quot;http://images.google.com/images?svnum=10&amp;hl=en&amp;amp;lr=&amp;safe=active&amp;amp;q=Taco+bell+logo&amp;btnG=Search&quot;&gt;&lt;url&gt;&lt;/url&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2.  Inside of ArcGIS (9.1)&lt;br /&gt;Tools &gt; Styles &gt; Style Manager&lt;br /&gt;&lt;br /&gt;3.  Click the Styles drop down and select &quot;Create New&quot;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/style_manager_styles_button.jpg&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 79px; height: 57px;&quot; src=&quot;http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/style_manager_styles_button.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4.  Give your new style a file name&lt;br /&gt;&lt;br /&gt;5.  Find your graphic file&lt;br /&gt;**note: The images have to be .bmp so use something like paint to resave the file as a bitmap&lt;br /&gt;&lt;br /&gt;6.  Select ok and then proceed to change your style for the desired layer through the standard (right click on layer &gt; properties &gt; symbology tab)</content><link rel='replies' type='application/atom+xml' href='http://arcgis-blog.blogspot.com/feeds/115091058414924642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/30051842/115091058414924642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115091058414924642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115091058414924642'/><link rel='alternate' type='text/html' href='http://arcgis-blog.blogspot.com/2006/06/importing-images-as-symbols.html' title='Importing Images as Symbols'/><author><name>Ryan Metcalf</name><uri>http://www.blogger.com/profile/11054025867171721372</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.collegehotlist.com/images/profile/1541-2921.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30051842.post-115090971540366651</id><published>2006-06-05T12:00:00.000-05:00</published><updated>2006-06-21T12:32:56.826-05:00</updated><title type='text'>Learning ArcGIS</title><content type='html'>Today I will begin to use ArcGIS and post here on new tools and methds I discover for problems I come across, no matter how basic they might be.</content><link rel='replies' type='application/atom+xml' href='http://arcgis-blog.blogspot.com/feeds/115090971540366651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/30051842/115090971540366651' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115090971540366651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30051842/posts/default/115090971540366651'/><link rel='alternate' type='text/html' href='http://arcgis-blog.blogspot.com/2006/06/learning-arcgis.html' title='Learning ArcGIS'/><author><name>Ryan Metcalf</name><uri>http://www.blogger.com/profile/11054025867171721372</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.collegehotlist.com/images/profile/1541-2921.jpg'/></author><thr:total>1</thr:total></entry></feed>