<?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: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>2011-07-07T15:08:18.647-05: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?max-results=100'/><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>100</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="http://img.photobucket.com/albums/v246/rynnio12/blogs/ASCII_export_template_editor.jpg"&gt;&lt;img src="http://img.photobucket.com/albums/v246/rynnio12/blogs/ASCII_export_template_editor.jpg" alt="ASCII export template editor" border="0" height="265" width="279" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Template "code:"&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'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="font-weight: bold;"&gt;(note: remove all spaces from tags, if I didn't put them in, blogger cuts them out)&lt;/span&gt;:&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt; ?xml version="1.0" encoding="UTF-8"? &gt;&lt;br /&gt;&lt; xmlns="http://earth.google.com/kml/2.1"&gt;&lt;br /&gt;&lt;&gt;&lt;br /&gt;&lt;&gt;GPS Data&lt; /name &gt;&lt;br /&gt;&lt;kml xmlns="http://earth.google.com/kml/2.1"&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="http://img.photobucket.com/albums/v246/rynnio12/blogs/google_earth_gps_data_pathfinder_sc.jpg"&gt;&lt;img src="http://img.photobucket.com/albums/v246/rynnio12/blogs/google_earth_gps_data_pathfinder_sc.jpg" alt="google earth gps data pathfinder screenshot" border="0" height="221" width="319" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Download the &lt;a href="http://www.ryanmetcalf.net/downloads/kml/misc/gps_data.kml"&gt;completed KML&lt;/a&gt; for yourself&lt;br /&gt;or&lt;br /&gt;&lt;a href="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"&gt;import into google maps&lt;/a&gt; in your browser&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30051842-115470694114734539?l=arcgis-blog.blogspot.com' alt='' /&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.g?blogID=30051842&amp;postID=115470694114734539' title='38 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>38</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="http://www.vdstech.com/geomerge.htm"&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="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/geo_merge.jpg"&gt;&lt;img style="cursor: pointer; width: 400px;" src="http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/geo_merge.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;a href="http://www.vdstech.com/geomerge.htm"&gt;Geo Merge site&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.vdstech.com/download/geomerge.exe"&gt;Direct download link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30051842-115098248349626305?l=arcgis-blog.blogspot.com' alt='' /&gt;&lt;/div&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.g?blogID=30051842&amp;postID=115098248349626305' title='0 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>0</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="http://forums.esri.com/Thread.asp?c=93&amp;f=1730&amp;amp;t=192822#573129"&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="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"&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 "Create New"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/style_manager_styles_button.jpg"&gt;&lt;img style="cursor: pointer; width: 79px; height: 57px;" src="http://i77.photobucket.com/albums/j55/bbot_miami06/misc_ae/intern/style_manager_styles_button.jpg" alt="" border="0" /&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)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30051842-115091058414924642?l=arcgis-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</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.g?blogID=30051842&amp;postID=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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30051842-115090971540366651?l=arcgis-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</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.g?blogID=30051842&amp;postID=115090971540366651' title='0 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>0</thr:total></entry></feed>
