<?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-819809874805541216</id><updated>2011-11-01T22:45:45.990-04:00</updated><category term='regression'/><category term='ArcView'/><category term='Spatial statistics'/><category term='fme sde error'/><category term='standard deviation ellipse'/><category term='ESRI'/><category term='hot spot analysis'/><title type='text'>Geographygeek</title><subtitle type='html'>Blog about GIS, maps, and other geographical things.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>31</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-1867043018568965716</id><published>2011-03-07T15:20:00.001-05:00</published><updated>2011-03-07T15:28:00.208-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fme sde error'/><title type='text'>ArcSDE error: Cannot insert duplicate key row in object</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;" lang="EN-CA"&gt;I am at my wits' end on  this error message.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;" lang="EN-CA"&gt;-I am trying to update a  ‘NAME’ field in ‘CONTENT_POINTS’ SDE Feature Class&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;" lang="EN-CA"&gt;-I’ve used Attribute  Creator to create a fme_db_operation = UPDATE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;" lang="EN-CA"&gt;-Update Key Fields in  Feature Type Properties&gt;Parameters is set to  NAME&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;" lang="EN-CA"&gt;-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;ArcSDE Mode  Of Operation is UPDATE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;Error:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:78%;color:black;"&gt;&lt;span style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Error while  executing stream update operation for table  'PROFILING.CONTENT_POINTS'.:SDE_ERROR_CODE(-51) Underlying DBMS error.  SDE_EXT_ERROR(2601) SDE_ERROR_MSG1(Microsoft SQL Native Client: Cannot insert  duplicate key row in object 'PROFILING.CONTENT_POINTS' with unique index 'CID'.)  SDE_EXT_ERROR_MSG2()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt; If I understand this correctly it is  saying that I am trying to insert a duplicate key row in the CONTENT_POINTS  featureclass.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;‘CID’ is the unique  ID&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt; I am trying to update, not insert,  and so of course there will be the same ‘CID’ because that is the unique ID I am  using to update the NAME field with the new NAME form the source  file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt; I have tried what feels like a  million different things to do what should be simple, something I have done many  times before.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;Any suggestions or help would be  greatly appreciated.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;Thanks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-1867043018568965716?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/1867043018568965716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2011/03/arcsde-error-cannot-insert-duplicate.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1867043018568965716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1867043018568965716'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2011/03/arcsde-error-cannot-insert-duplicate.html' title='ArcSDE error: Cannot insert duplicate key row in object'/><author><name>PJ</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-7599221235766896526</id><published>2010-03-07T11:54:00.000-05:00</published><updated>2010-03-07T11:54:06.112-05:00</updated><title type='text'>Spatial Views and SDE - Versioning</title><content type='html'>Recently, I've been looking into versioning an SDE database. The issue I have is that in my workflow, I need to have spatial views. In the past, we have been told from ESRI that spatial views will not work with a versioned database. &lt;br /&gt;&lt;br /&gt;It seems that the real truth to this matter is that spatial views WILL work with a versioned database BUT the spatial view will only read the base tables (not the delta tables that have not been reconciled with the database). &lt;br /&gt;&lt;br /&gt;I think this will work for my needs. Once I have implemented a workflow that works, I will be happy to share the details of my experience.&lt;br /&gt;&lt;br /&gt;I also recently attended an ESRI training on Multiuser Geodatabases. I wish the course had more information on versioning because this is the next project that I'm excited about. I think there is another Multiuser Geodatabase course offered that goes into more detail about versioning. I'm looking forward to the upcoming challenges. &lt;br /&gt;&lt;br /&gt;If you have successfully implemented a versioned database with spatial views, please contact me!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-7599221235766896526?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/7599221235766896526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2010/03/spatial-views-and-sde-versioning.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7599221235766896526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7599221235766896526'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2010/03/spatial-views-and-sde-versioning.html' title='Spatial Views and SDE - Versioning'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-736914827534380795</id><published>2009-07-28T13:38:00.006-04:00</published><updated>2009-07-28T13:57:34.345-04:00</updated><title type='text'>GIS Careers</title><content type='html'>I just came back from doing a delightful presentation on GIS and Careers, what to watch for, how to develop a career, etc. to an enthusiatic group of interns. I've uploaded the presentation below so be sure to take a look at it. It has a lot of information that would be useful for both new GIS professionals and for those that have been in the field for longer. &lt;br /&gt;&lt;br /&gt;&lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_624266726229771" name="doc_624266726229771" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="450" &gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=17749715&amp;access_key=key-4vbt95v8pydqbwigsy1&amp;page=1&amp;version=1&amp;viewMode=slideshow"&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;            &lt;param name="mode" value="slideshow"&gt;       &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=17749715&amp;access_key=key-4vbt95v8pydqbwigsy1&amp;page=1&amp;version=1&amp;viewMode=slideshow" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_624266726229771_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" mode="slideshow" height="500" width="450"&gt;&lt;/embed&gt; &lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-736914827534380795?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/736914827534380795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/gis-careers.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/736914827534380795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/736914827534380795'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/gis-careers.html' title='GIS Careers'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-2260669287298573578</id><published>2009-07-22T13:09:00.002-04:00</published><updated>2009-07-23T15:37:57.580-04:00</updated><title type='text'>Career Development - GIS</title><content type='html'>I was asked to do a presentation on GIS and careers, etc. for a group of interns. Having never done this type of a presentation before, I wanted to make sure not to bore them to death and to include content that would allow them to know what's happening in the industry. I've decided to focus more on the GIS industry, who to follow, what to read and how to keep skills updated instead of "how to find a job" or "what's required in a GIS job".&lt;br /&gt;&lt;br /&gt;I look forward to posting how this disucssion goes. I've compiled a list of slides that I'll post next week after the presentation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-2260669287298573578?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/2260669287298573578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/career-development-gis.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2260669287298573578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2260669287298573578'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/career-development-gis.html' title='Career Development - GIS'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-5160858811695000304</id><published>2009-07-10T18:45:00.001-04:00</published><updated>2009-07-10T18:46:24.271-04:00</updated><title type='text'>I'm still here - slowly down for the summer</title><content type='html'>The summer months have triggered my extreme laziness. I will try to keep updating as regularly as possible but I hope to get back into full force in September.&lt;br /&gt;&lt;br /&gt;Thanks for dropping by!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-5160858811695000304?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/5160858811695000304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/im-still-here-slowly-down-for-summer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5160858811695000304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5160858811695000304'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/07/im-still-here-slowly-down-for-summer.html' title='I&apos;m still here - slowly down for the summer'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-5809070470256210611</id><published>2009-05-30T21:35:00.000-04:00</published><updated>2009-05-30T21:36:07.112-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ArcView'/><category scheme='http://www.blogger.com/atom/ns#' term='standard deviation ellipse'/><category scheme='http://www.blogger.com/atom/ns#' term='hot spot analysis'/><category scheme='http://www.blogger.com/atom/ns#' term='Spatial statistics'/><category scheme='http://www.blogger.com/atom/ns#' term='regression'/><category scheme='http://www.blogger.com/atom/ns#' term='ESRI'/><title type='text'>ESRI Spatial Statistics - Six tests to perform on OLS results</title><content type='html'>I've been quite busy lately - so I haven't had time to post. I hope that this review of spatial statistics will make up for my recent absenteeism!&lt;br /&gt;&lt;br /&gt;Earlier this week, I attended a Spatial Statistics seminar hosted by ESRI. What I expected to be a veiled attempt to get users to buy more ESRI extensions was really a review of functions already readily available in ArcView. I was pleasantly surprised and felt that the seminar was worthwhile.&lt;br /&gt;&lt;br /&gt;Dr. Lauren Scott was the speaker. She works for ESRI Redlands and has a passion for spatial statistics. It's always refreshing to hear a speaker who has a passion for what she does.&lt;br /&gt;&lt;br /&gt;The core spatial tools that were presented were the standard deviation ellipse, hot spot analysis and regression. Most of the seminar focused on spatial regression including ordinary least square (OLS) and geographical weighted regression.&lt;br /&gt;&lt;br /&gt;Dr. Scott went over the six quick tests to perform to know if your OLS model is complete; that is, if the model is explaining the dependant variable in the most effective way possible. Once you perform OLS on a variable, these are the six things to examine.&lt;br /&gt;&lt;br /&gt;a) coefficients have the correct sign. If the relationship between the explanatory variable and the dependant variable is positive, the coefficient for that explanatory variable should be positive in the final results table. If it is not, the results should be checked.&lt;br /&gt;&lt;br /&gt;b) all variables are statistically significant (both probability and robust probability). If the variables are not statistically significant, they should be removed from the analysis because they are not working to explain the dependant variable. The Koenker (BP) test should be significant - this will mean that geographically weighted regression can be performed on the data.&lt;br /&gt;&lt;br /&gt;c) the VIF should be below 7.5. If VIF is above 7.5, this means that some of the explanatory variables are redundant and there could be variables that are being double counted in the analysis. The lower the VIF, the better.&lt;br /&gt;&lt;br /&gt;d) the adjusted R2 should be high (the closer to one the better), the AIC should be low (the AIC allows multiple models that have the same dependent variable to be compared to one another - if you have two models that for the same dependent variable, the one with the lower AIC is the better model).&lt;br /&gt;&lt;br /&gt;e) Jarques-Bera test should NOT be statistically significant. If this value is statistically significant, you are missing an explanatory variable in the analysis.&lt;br /&gt;&lt;br /&gt;f) the residuals from the regression should have a random distribution. The more clustered these variables, the poorer the model. Clustered residuals point to explanatory variables that are missing in the analysis.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-5809070470256210611?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/5809070470256210611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/esri-spatial-statistics-six-tests-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5809070470256210611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5809070470256210611'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/esri-spatial-statistics-six-tests-to.html' title='ESRI Spatial Statistics - Six tests to perform on OLS results'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-353085570789068460</id><published>2009-05-27T22:03:00.003-04:00</published><updated>2009-05-27T22:25:48.984-04:00</updated><title type='text'>ESRI Spatial Statistic (Toronto)</title><content type='html'>Lauren from Redland ESRI has done a great job today by providing  easy to understand presentation with the hardest thing to explain in the world. Highly recommend to view the spatial statistic tool that they implement for 9.3 (&lt;a href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An_overview_of_the_Spatial_Statistics_toolbox"&gt;ArcGIS 9.3 Online help&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;GIS can widely use by other field such as Crime (Pocket Men Analysis - to see the pattern of the criminal and provide general area where they will commit the crime), and Health(Try to find out the pattern of disease that spread in the study area) and much more other fields that I would like to explore to. Demonstration in the presentation has open my mind to others in the GIS field how they use the tool smartly :) Can't wait to view the presentation video again!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-353085570789068460?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/353085570789068460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/esri-spatial-statistic-toronto.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/353085570789068460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/353085570789068460'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/esri-spatial-statistic-toronto.html' title='ESRI Spatial Statistic (Toronto)'/><author><name>Candyland</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_R0TyVHosl1g/SfiAR5PTk6I/AAAAAAAAAAM/qH0kesnKqUM/S220/candyland-399x474.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-8571917386379465852</id><published>2009-05-12T10:32:00.001-04:00</published><updated>2009-05-12T10:32:46.921-04:00</updated><title type='text'>US police chief leads way on new software</title><content type='html'>&lt;p&gt;As some of you may know, I’m a big crime buff and I love seeing GIS used to aid law enforcement. I watch cop dramas on television and hope to see a glimpse of GIS used to help solve a big caper.&lt;/p&gt;  &lt;p&gt;Police in Edinburgh have received some help from Jim Bueermann, the chief of Redlands Police in California to look at how GIS can be used to find crime hotspots. This will help Edinburgh police focus resources on this area. &lt;/p&gt;  &lt;p&gt;I’ve contacted my local police department and I’m hoping to gain further insights on how GIS is used in policing. Watch this blog for further updates of my personal quest!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://edinburghnews.scotsman.com/edinburgh/US-police-chief-leads-way.5256802.jp"&gt;US police chief leads way on new software - Edinburgh Evening News&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-8571917386379465852?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/8571917386379465852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/us-police-chief-leads-way-on-new.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/8571917386379465852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/8571917386379465852'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/us-police-chief-leads-way-on-new.html' title='US police chief leads way on new software'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-3444418532543190901</id><published>2009-05-05T09:49:00.001-04:00</published><updated>2009-05-05T09:54:41.588-04:00</updated><title type='text'>ZoomProspector – Business Location Tool</title><content type='html'>&lt;p&gt;ZoomProspector is a site devoted to aiding businesses in determining site selection for relocation or expansion and helping start-ups find properties. &lt;/p&gt;  &lt;p&gt;The site is easy to use and free so it’s a very valuable research tool. As a user, the business would define the information that is important to them (general location, size of market, characteristics of property, labour force information, etc). &lt;/p&gt;  &lt;p&gt;When I typed in Cincinnati, Ohio, I was given a map of the location (of course) in addition to some basic demographics about the area including population, labour force activity, and income information. However, the site also provided information about entrepreneurs and innovation (number of patents, venture captial, etc) which could be very important to a start up. Finally, there is information about transportation and travel times. All of these parameters can also be specified in the initial search for a location.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_SBlR7NK9Cwo/SgBFHoFyeyI/AAAAAAAAACU/yxAuJvCOlpA/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_SBlR7NK9Cwo/SgBFHwZCA-I/AAAAAAAAACY/SSII-9XL4-A/image_thumb%5B1%5D.png?imgmax=800" width="385" height="368" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Once a location has been selected, I viewed properties for sale in the area and there were many options to choose from, make the tool flexible and comprehensive. I found a building available for lease on Vine Street and was able to see it on a Google map to get a good idea of the surroundings and was able to find out the lease rate and the amount of space available. &lt;/p&gt;  &lt;p&gt;There were so many ways to search on the site and it was quick and performed very well. I think this tool will be very useful to businesses in the US looking to find properties – it would be great to see this type of application for Canada too!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://zoomprospector.com/"&gt;ZoomProspector - Search best communities for business&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-3444418532543190901?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/3444418532543190901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/zoomprospector-business-location-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3444418532543190901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3444418532543190901'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/05/zoomprospector-business-location-tool.html' title='ZoomProspector – Business Location Tool'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_SBlR7NK9Cwo/SgBFHwZCA-I/AAAAAAAAACY/SSII-9XL4-A/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-8785090540864415678</id><published>2009-04-30T12:49:00.001-04:00</published><updated>2009-04-30T12:49:19.809-04:00</updated><title type='text'>Challenges in Spatial Database Interoperability</title><content type='html'>&lt;p&gt;Yesterday’s post on the &lt;a href="http://blog.safe.com/2009/04/challenges-in-spatial-database-interoperability/"&gt;It's All About Data&lt;/a&gt; blog was about spatial databases and interoperability issues. Anyone who has worked with multiple spatial databases will know that there are issues moving data in or out of database. There can be different formats, coordinate systems, and requirements between systems or for clients that the entire process can be overwhelming.&lt;/p&gt;  &lt;p&gt;In the &lt;a href="http://blog.safe.com/2009/04/challenges-in-spatial-database-interoperability/"&gt;It's All About Data&lt;/a&gt; post today by Paul Nalos, he discusses these issues and even tackles the need for data validation.&lt;/p&gt;  &lt;p&gt;I find that data validation can be very tricky. There are so many parameters to consider. FME has the ability to do a lot of data validation but it still comes down to knowing your data. For me, the most important aspect of validating data is having a solid understanding of the data and it use.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.safe.com/2009/04/challenges-in-spatial-database-interoperability/"&gt;Challenges in Spatial Database Interoperability | It's All About Data&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-8785090540864415678?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/8785090540864415678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/challenges-in-spatial-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/8785090540864415678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/8785090540864415678'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/challenges-in-spatial-database.html' title='Challenges in Spatial Database Interoperability'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-1731827503918032878</id><published>2009-04-29T22:38:00.000-04:00</published><updated>2009-04-30T09:28:21.221-04:00</updated><title type='text'>Swine Flu</title><content type='html'>This is very proud to see media start to use geographic map to display the spreads of the swine disease using Google map or you can view it in Google Earth. When SARS (another influenza disease) discovered from Asia two years ago, media was listing name of the cities/countries which most of the people didn't know where those places located. Now we can click on Google and know exact where the confirmed case and a general description with it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cbc.ca/world/story/2009/04/27/f-swine-flu-map.html"&gt;Swine Flu Map&lt;/a&gt; - Actual reporter update whenever the case confirm.&lt;br /&gt;&lt;br /&gt;Everyone please use the sanitizer if available, and wash your hands often! ~oink oink~&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-1731827503918032878?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/1731827503918032878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/swine-flu.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1731827503918032878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1731827503918032878'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/swine-flu.html' title='Swine Flu'/><author><name>Candyland</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://1.bp.blogspot.com/_R0TyVHosl1g/SfiAR5PTk6I/AAAAAAAAAAM/qH0kesnKqUM/S220/candyland-399x474.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-1611751580536623218</id><published>2009-04-29T14:58:00.001-04:00</published><updated>2009-04-29T14:58:27.141-04:00</updated><title type='text'>Everyscape – Tour “inside” facilities</title><content type='html'>&lt;p&gt;Today I came across a very interesting website, Everyscape. This site allows users to drive down streets (similar to Google street view) BUT it brings something new to the picture. Users can virtually tour inside facilities. I took a tour of Crobar in Miami Florida. It was great to see inside the building and get a feel for the place. The place was packed and while some of the faces and images were blurred, overall, it really gave me an impression of what it would be like to party at Crobar.&lt;/p&gt;  &lt;p&gt;I think that tourism applications would benefit greatly from this tool.&amp;#160; Before taking a trip, users could look on the site for popular places and find places they can experience “inside” before leaving the living room. I’m planning my next trip now!&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www1.everyscape.com/miami-fl.us.aspx?" href="http://www1.everyscape.com/miami-fl.us.aspx"&gt;http://www1.everyscape.com/miami-fl.us.aspx?&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-1611751580536623218?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/1611751580536623218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/everyscape-tour-inside-facilities.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1611751580536623218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1611751580536623218'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/everyscape-tour-inside-facilities.html' title='Everyscape – Tour “inside” facilities'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-2536956967840455709</id><published>2009-04-29T09:07:00.001-04:00</published><updated>2009-04-29T09:07:54.172-04:00</updated><title type='text'>GIS Maps Track Foreclosures in California and Kansas</title><content type='html'>&lt;p&gt;Counties is California and Kansas are using GIS to obtain funds from the Department of Housing and Urban Development (HUD). Based on real estate information from DataQuick and HUD, San Bernardino developed a point system to rank those homes in the most danger of foreclosure. Using this data, they were able to focus only on the most severe areas. They would that all 24 cities in San Bernardino County had buildings that were in higher danger of foreclosure.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.govtech.com/gt/649520?topic=117676"&gt;GIS Maps Track Foreclosures in California and Kansas&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-2536956967840455709?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/2536956967840455709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-maps-track-foreclosures-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2536956967840455709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2536956967840455709'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-maps-track-foreclosures-in.html' title='GIS Maps Track Foreclosures in California and Kansas'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-5580625043655347619</id><published>2009-04-27T17:00:00.001-04:00</published><updated>2009-04-27T17:00:01.696-04:00</updated><title type='text'>Crime Maps Online</title><content type='html'>&lt;p&gt;People who know me know that I’m a bit of a crime buff (is that the right term?). I’m really interested in using GIS to solve crime and crime mapping. I have what some may call a “sick fascination” with GIS and crimes. I think this might be why I watch Num3ers on a regular basis (always hoping that they will do geographical analysis and frequently rewarded with some type of spatial analysis).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.safecitymississauga.on.ca/crimeIncidents.html#mapView"&gt;Safe City Mississauga&lt;/a&gt; has crime maps available for the City of Mississauga. I look at this site about once a month to see if there are any crimes of note in my area. I can find out that there was a B&amp;amp;E (Break &amp;amp; Enter) at a home not far from mine near the end of March. This type of information fascinates me and I hope to get the opportunity to find our more about crime tracking and mapping one day – who knows, maybe I can become a spy. Personally, I think it’s very important to know about all the crime occurring in your own neighbourhood – it’s where you live after all!&lt;/p&gt;  &lt;p&gt;Today I came across an article for &lt;a href="http://www.battlecreekenquirer.com/article/20090427/NEIGHBORHOODS01/904270335"&gt;Battle Creek, MI&lt;/a&gt; that connects crime in neighbourhoods but also allows residents to track the status of complaints in real time. I hope that Mississauga implement a more detailed mapping application soon. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-5580625043655347619?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/5580625043655347619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/crime-maps-online.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5580625043655347619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5580625043655347619'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/crime-maps-online.html' title='Crime Maps Online'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-4761534130497624357</id><published>2009-04-27T16:03:00.001-04:00</published><updated>2009-04-27T16:07:07.079-04:00</updated><title type='text'>An interactive map of vanishing employment across the country</title><content type='html'>&lt;p&gt;It’s no secret that the United States has seen tremendous job losses since the economic crisis began. Slate Magazine has an interactive map that shows the job losses across the country and illustrates that job loss began in August 2007 (before the “official” start of the recession). &lt;/p&gt;&lt;p&gt;A picture is worth a thousand words…click on the link below for the article and map.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.slate.com/id/2216238/"&gt;An interactive map of vanishing employment across the country. - By Chris Wilson - Slate Magazine&lt;/a&gt;&lt;/p&gt;&lt;p&gt;(Thanks PJ for the link!)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-4761534130497624357?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/4761534130497624357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/interactive-map-of-vanishing-employment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4761534130497624357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4761534130497624357'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/interactive-map-of-vanishing-employment.html' title='An interactive map of vanishing employment across the country'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-5629700945720086221</id><published>2009-04-27T10:48:00.000-04:00</published><updated>2009-04-27T15:14:12.030-04:00</updated><title type='text'>Waiting for Google Street View in Toronto</title><content type='html'>For the past few weeks, there have been loads of google van sitings in Toronto. Now there are reports of google van sitings in Vancouver and Ottawa.&lt;br /&gt;&lt;br /&gt;A couple years ago, when google launched Street View, I remember virtually touring Palm Beach in Florida. It's a great tool if you're relocating to an area or if you are planning to visit an area and are searching for hotels in a scenic environment.&lt;br /&gt;&lt;br /&gt;I can't wait to virtually tour my neighbourhood. The need for high resolution imagery has exploded. When I was in school, we were amazed to see imagery at the 5-meter level, nowadays, that's not even close to the resolution readily available.&lt;br /&gt;&lt;br /&gt;In Canada, faces on Street View will be blurred but I wonder how much that will  help my neighbour who is fond of naked yoga with the blinds opened...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-5629700945720086221?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/5629700945720086221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/waiting-for-google-street-view-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5629700945720086221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5629700945720086221'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/waiting-for-google-street-view-in.html' title='Waiting for Google Street View in Toronto'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-4728839187796378920</id><published>2009-04-26T14:14:00.001-04:00</published><updated>2009-04-26T14:16:57.153-04:00</updated><title type='text'>Local food map – Essex County, Ontario</title><content type='html'>&lt;p&gt;About a week and a half ago, The Windsor Star published an article about the demand for the much anticipated local food map. &lt;/p&gt;&lt;p&gt;There has been a lot of press about the 100-mile diet and it seems that even in Windsor, Ontario, there is a strong demand from residents of the area to find local foods. &lt;/p&gt;&lt;p&gt;The 100-mile diet is supposed to reduce the environmental impact of our food – but I wonder how driving all around Essex county in the search of local produce will be good for the environment. &lt;/p&gt;&lt;p&gt;The map will be available May 1, but the link below will show a preview of the map.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.windsorstar.com/Health/Local+food+People+craving+this+info/1497532/story.html"&gt;Local food map: 'People are craving this info'&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-4728839187796378920?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/4728839187796378920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/local-food-map-essex-county-ontario.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4728839187796378920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4728839187796378920'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/local-food-map-essex-county-ontario.html' title='Local food map – Essex County, Ontario'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-7825416041941770476</id><published>2009-04-24T10:37:00.001-04:00</published><updated>2009-04-24T10:37:30.404-04:00</updated><title type='text'>Ohio InSite – Using GIS to Attract Capital Investment</title><content type='html'>&lt;p&gt;Looking for a place to invest in Ohio? Look no further, Ohio InSite is here! Ohio InSite allows users to search for available land or buildings in the state. Base map information is from Google and there is a lot of thematic data that can be added to the map. &lt;/p&gt;  &lt;p&gt;Once the user finds a location of interest, a report can be generated based on the county of the selected location or based on the radius.&lt;/p&gt;  &lt;p&gt;There are several types of information that can be included in the report including demographic information and a business report (to see other businesses in the area). &lt;/p&gt;  &lt;p&gt;I generated a report to see how the system works. The output is a pdf file with the county of interest, followed by the demographic trends of the area. The report was clear and simple to follow – very useful for capital investors.&lt;/p&gt;  &lt;p&gt;I think this will be very useful to help attract capital investment in the State. &lt;/p&gt;  &lt;p&gt;&lt;a title="Ohio InSite" href="http://ohiomeansbusiness.com/ohioinsite/"&gt;Ohio InSite&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.redorbit.com/news/technology/1676614/ohio_makes_it_easy_to_find_perfect_location_for_capital/"&gt;redOrbit article&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-7825416041941770476?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/7825416041941770476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/ohio-insite-using-gis-to-attract.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7825416041941770476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7825416041941770476'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/ohio-insite-using-gis-to-attract.html' title='Ohio InSite – Using GIS to Attract Capital Investment'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-474779674574156598</id><published>2009-04-23T10:21:00.000-04:00</published><updated>2009-04-23T13:22:25.767-04:00</updated><title type='text'>Joining Tables in ArcMap - Why does this take so long?</title><content type='html'>I have to admit, I'm not the more patient person in the world. I have a fast computer and I still complain when things don't happen instantaneously on my machine. But one of the major things that irks to no end is waiting for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;ArcMap&lt;/span&gt; to join data.&lt;br /&gt;&lt;br /&gt;I have a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;shapefile&lt;/span&gt; that has over 1.5 million records and I need to join it to a text file with just a couple hundred records. When I perform the join in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;ArcMap&lt;/span&gt;, I find myself mindlessly staring at my computer screen willing it to complete. 10 minutes later and I'm still staring at the same computer screen but I'm pleading with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;ArcMap&lt;/span&gt; to finish the join so I can get on with my work.&lt;br /&gt;&lt;br /&gt;I know that if I reversed the order of the join, I could get my data faster, but the "big" file is the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;shapefile&lt;/span&gt; with all my geometry. So I am left to wait, hope, cry, and beg for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;ArcMap&lt;/span&gt; to finish this process.&lt;br /&gt;&lt;br /&gt;But then there comes a point in time when I just can't wait any longer. It's at this point that I give up trying to create my layer files (using definition queries) and resorted to creating a file &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;geodatabase&lt;/span&gt; with all the data segmented out in separate feature classes. While I was doing this in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;FME&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;ArcMap&lt;/span&gt; stalled on me. When will I ever learn?&lt;br /&gt;&lt;br /&gt;I really do like &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;ArcMap&lt;/span&gt;, but it frustrates me that simple joins and definition queries can take so long on large &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;datasets&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-474779674574156598?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/474779674574156598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/joining-tables-in-arcmap-why-does-this.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/474779674574156598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/474779674574156598'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/joining-tables-in-arcmap-why-does-this.html' title='Joining Tables in ArcMap - Why does this take so long?'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-2892397194563605419</id><published>2009-04-21T19:27:00.001-04:00</published><updated>2009-04-21T19:27:46.243-04:00</updated><title type='text'>GIS and Videogames Collide with CityScape 1.7</title><content type='html'>&lt;p&gt;Personally, I’m not much into videogames, but this is where a lot of the current 3D imaging originated. PixelActive, a technology company focusing on video games, has launched CityScape 1.7 which allows users to integrate real geospatial imagery to build a 3D environment with simple point and click usability. This program will allow videogame programmers to incorporate real world settings into their games with the click of a button.&lt;/p&gt;  &lt;p&gt;I find this absolutely fascinating and I think the technology have far reaching potential outside the videogame world. &lt;/p&gt;  &lt;p&gt;All this kind of makes me want to go out and buy a gaming system…&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.directionsmag.com/press.releases/index.php?duty=Show&amp;amp;id=31727"&gt;PixelActive’s CityScape 1.7 Enables Automated Processing for Geospatial Visualization&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-2892397194563605419?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/2892397194563605419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-and-videogames-collide-with.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2892397194563605419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/2892397194563605419'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-and-videogames-collide-with.html' title='GIS and Videogames Collide with CityScape 1.7'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-9160755267952780995</id><published>2009-04-21T11:44:00.000-04:00</published><updated>2009-04-21T13:07:11.123-04:00</updated><title type='text'>FME - the Ultimate tool for GIS Users</title><content type='html'>For the past few years, I have been using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;FME&lt;/span&gt; (Feature Manipulation Engine) in my daily &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;workflow&lt;/span&gt;. The software is created by Safe &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;Software&lt;/span&gt; (&lt;a href="http://www.safe.com/"&gt;http://www.safe.com/&lt;/a&gt;) who also produce add-on extensions for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;ArcGIS&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;MapInfo&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;FME&lt;/span&gt; is a spatial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;ETL&lt;/span&gt; tool (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ETL&lt;/span&gt; = Extract, Transform, Load). It allows users to create &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;workflows&lt;/span&gt; (saved as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;workspaces&lt;/span&gt;) to work through and solve spatial problems, check for data errors, make data corrections, perform spatial analysis, and even easily populate databases. The power of the software comes from a combination of the sheer volume of formats that it can read and write and from the advanced tools that are easy to use yet very powerful.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;FME&lt;/span&gt; is so powerful, I can't believe some of the things it can do. I use it to find nearest neighbours and to merge &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;datasets&lt;/span&gt; together. I found in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;ArcMap&lt;/span&gt;, when doing a join on a large &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;dataset&lt;/span&gt;, I could be waiting for eons. Now, I just pop the data into &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;FME&lt;/span&gt; Workbench and within seconds, I have my joined &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;dataset&lt;/span&gt;. This is just the tip of the iceberg on what the software can do.&lt;br /&gt;&lt;br /&gt;I recommend that everyone tries out this software. There were spatial manipulations that I wanted to do in model builder but required custom scripts. Most of this functionality is provided free in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;FME&lt;/span&gt;. You can get a free trial from their website. But be warned - this software is a little tricky to use at first - the documentation is cumbersome but there are some free tutorials that should get you started.&lt;br /&gt;&lt;br /&gt;There is an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;FME&lt;/span&gt; user group where you can post questions and the support from the company is also top notch.&lt;br /&gt;&lt;br /&gt;AND NO, I did not get paid to write this!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-9160755267952780995?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/9160755267952780995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/fme-ultimate-tool-for-gis-users.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/9160755267952780995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/9160755267952780995'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/fme-ultimate-tool-for-gis-users.html' title='FME - the Ultimate tool for GIS Users'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-6018110265921811865</id><published>2009-04-19T16:27:00.001-04:00</published><updated>2009-04-19T16:27:30.185-04:00</updated><title type='text'>GIS technology starts a journey to help undo a Nazi crime</title><content type='html'>&lt;p&gt;Two “historical” GIS posts in one day! It seems some enterprising students from the University of St. Thomas and helping a family reclaim property that was confiscated by the Nazis. &lt;/p&gt;  &lt;p&gt;This article is fairly long but basically these students searched old documents to build a probable case to return property to a family. What’s a little disappointing is that the records are not always very clear so it’s difficult to build a strong case.&lt;/p&gt;  &lt;p&gt;I wish I had been able to do something this interesting in my undergraduate days. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.startribune.com/local/west/43211052.html?elr=KArks:DCiUHc3E7_V_nDaycUiD3aPc:_Yyc:aUU"&gt;GIS technology starts a journey to help undo a Nazi crime&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-6018110265921811865?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/6018110265921811865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-technology-starts-journey-to-help.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/6018110265921811865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/6018110265921811865'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/gis-technology-starts-journey-to-help.html' title='GIS technology starts a journey to help undo a Nazi crime'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-7334215285901934510</id><published>2009-04-19T10:48:00.001-04:00</published><updated>2009-04-19T15:56:15.449-04:00</updated><title type='text'>Historical Mysteries Solved with Maps?</title><content type='html'>&lt;p&gt;When I was doing my undergraduate degree, one of the courses I took was Cartography. Part of the course offered an historical look at how maps have been used to help answer questions.&lt;/p&gt;&lt;p&gt;The one map that stands out in my mind from this course is the John Snow Cholera map. &lt;a title="John Snow Cholera Map" href="http://upload.wikimedia.org/wikipedia/commons/2/27/Snow-cholera-map-1.jpg" target="_blank"&gt;&lt;img style="DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; MARGIN-RIGHT: auto" height="318" alt="File:Snow-cholera-map-1.jpg" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Snow-cholera-map-1.jpg/643px-Snow-cholera-map-1.jpg" width="341" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When the cholera outbreak took place in Soho, London (1854), the initial belief about the spread of the disease was from pollution. John Snow spoke with residents and created a map plotting the cases of infection and proved that the source of the cholera was a contaminated water well. Until the distribution of the outbreak was mapped, the cause could not be determined. I think the reason this map stayed in my mind for so long was because is was a great example of how maps can be used to help solve mysteries. &lt;/p&gt;&lt;p&gt;But I digress. Yesterday, I came across an article in the Augusta Chronicle offering a new theory on the Black Plague. I don’t recall the exact image of this map from my studies but it seems likely that it graced the contents of the same cartography course.&lt;/p&gt;&lt;p&gt;&lt;img height="417" src="http://upload.wikimedia.org/wikipedia/commons/d/dc/Bubonic_plague_map.PNG" width="385" /&gt;&lt;/p&gt;&lt;p&gt;When most people hear of the Black Death, they think of the bubonic plague which is transferred by rats and other vermin. Two professors from Georgia Southern University suggest that the Black Death was viral in nature and spread through trade routes. Now, these professors are using GIS technology to compile data and create maps to test the theory. &lt;/p&gt;&lt;p&gt;&lt;a href="http://chronicle.augusta.com/stories/latest/lat_518382.shtml"&gt;Professors offer new theory on infamous Black Death plague 041809 - The Augusta Chronicle&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-7334215285901934510?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/7334215285901934510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/historical-mysteries-solved-with-maps.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7334215285901934510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7334215285901934510'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/historical-mysteries-solved-with-maps.html' title='Historical Mysteries Solved with Maps?'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-3738287036435662605</id><published>2009-04-17T16:21:00.001-04:00</published><updated>2009-04-17T16:21:02.749-04:00</updated><title type='text'>Encouraging Kids to Play outside – using GIS</title><content type='html'>&lt;p&gt; While I certainly like the sound of Kalamazoo, the name just rolls off the tongue nicely, I’m happy to see GIS put to a good use. It’s well documented that kids these days spend hours and hours watching TV, playing video games and using the computer. Experts have said that this is a major contributing factor to childhood obesity. However, this report, hot off the presses from Kalamazoo, shows that more than 35,000 children in Kalamazoo County live more than 10 minutes (walking) from a park. This certainly doesn’t encourage children to get out and play.&lt;/p&gt;  &lt;p&gt;It will be interesting to see if this type of analysis catches on and encourages more green spaces for recreational purposes…”if you build it, they will come” (Field of dreams reference).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.mlive.com/news/kalamazoo/index.ssf/2009/04/hightech_project_aims_to_get_k.html"&gt;High-tech project aims to get kids playing outside - Kalamazoo News - The Latest News, Blogs, Photos &amp;amp; Videos – MLive.com&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-3738287036435662605?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/3738287036435662605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/encouraging-kids-to-play-outside-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3738287036435662605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3738287036435662605'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/encouraging-kids-to-play-outside-using.html' title='Encouraging Kids to Play outside – using GIS'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-7559396941605275161</id><published>2009-04-16T10:20:00.001-04:00</published><updated>2009-04-16T10:20:26.869-04:00</updated><title type='text'>Map of Starbucks – mmmm Coffee…</title><content type='html'>&lt;p&gt;Findbyclick is an interesting website. It allows users a simple method to view places of interest and even add their own locations. &lt;a href="http://lh5.ggpht.com/_SBlR7NK9Cwo/Sec-qdd4t5I/AAAAAAAAABg/Vm_SQ99za7o/s1600-h/image%5B3%5D.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="178" alt="image" src="http://lh3.ggpht.com/_SBlR7NK9Cwo/Sec-qvBh02I/AAAAAAAAABk/tvs2onmqwTM/image_thumb%5B1%5D.png?imgmax=800" width="244" align="right" border="0" /&gt;&lt;/a&gt;The site relies on information from local users to populate locations on Google maps. &lt;/p&gt;  &lt;p&gt;As an avid coffee drinker, I love this! I looked up my local Starbucks on the map and was pleased to see it. The quality and quantity of information on the site is based on the users who submit locations of interest to display on the maps. &lt;/p&gt;  &lt;p&gt;Findbyclick also has some coffee stats including the number of Tim Hortons and Starbucks by province/state.&amp;#160; I’m not sure of the accuracy of the numbers here, but it’s interesting to look at nonetheless.&lt;/p&gt;  &lt;p&gt;My only question now is, when will they have real-time line tracking to tell me the best time to avoid the long line-ups for my non-fat vanilla bean latte?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.findbyclick.com/coffee_s.html"&gt;Findbyclick map of starbucks&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-7559396941605275161?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/7559396941605275161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/map-of-starbucks-mmmm-coffee.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7559396941605275161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7559396941605275161'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/map-of-starbucks-mmmm-coffee.html' title='Map of Starbucks – mmmm Coffee…'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_SBlR7NK9Cwo/Sec-qvBh02I/AAAAAAAAABk/tvs2onmqwTM/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-5842672518462393541</id><published>2009-04-15T15:27:00.001-04:00</published><updated>2009-04-15T15:27:04.186-04:00</updated><title type='text'>Canada beer map | The Beer Mapping Project</title><content type='html'>&lt;p&gt; I’ve always known that geographers liked their beer. When I was in school, I fondly remember geography pub nights where the beer flowed freely. &lt;a href="http://lh6.ggpht.com/_SBlR7NK9Cwo/SeY1BgLRnwI/AAAAAAAAABY/zBuqbo9g_qs/s1600-h/image%5B4%5D.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="196" alt="image" src="http://lh4.ggpht.com/_SBlR7NK9Cwo/SeY1BzD2IEI/AAAAAAAAABc/fnNBGDIqPT4/image_thumb%5B2%5D.png?imgmax=800" width="269" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now, geographers and beer drinkers have more to cheer about with the Beer Mapping Project. Planning a trip? Want to know what breweries are on your trip? Now you can with the Beer Mapping Project. &lt;/p&gt;  &lt;p&gt;I never expected to see the day when beer, maps and recreation all came together in a seamless fashion. I think I can die happy now.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://beermapping.com/maps/maps.php?m=canada#lat=43.72248243242106&amp;amp;lng=-79.42153930664062&amp;amp;z=7"&gt;Canada beer map | The Beer Mapping Project&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-5842672518462393541?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/5842672518462393541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/canada-beer-map-beer-mapping-project.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5842672518462393541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/5842672518462393541'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/canada-beer-map-beer-mapping-project.html' title='Canada beer map | The Beer Mapping Project'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_SBlR7NK9Cwo/SeY1BzD2IEI/AAAAAAAAABc/fnNBGDIqPT4/s72-c/image_thumb%5B2%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-1631902553479669222</id><published>2009-04-13T15:21:00.001-04:00</published><updated>2009-04-13T15:21:42.758-04:00</updated><title type='text'>ESRI Expands Virtual Earth Access In GIS By Teaming With Microsoft</title><content type='html'>&lt;p&gt; ESRI and Microsoft have teamed up to increase access to Virtual Earth. Finally, I will be able to quickly and easily access MS Virtual Earth content from ArcGIS – I can’t wait! According to the article, there will be NO COST to access this data in ArcGIS Desktop. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.publicworks.com/article.mvc/ESRI-Expands-Virtual-Earth-Access-In-GIS-By-0001?VNETCOOKIE=NO"&gt;ESRI Expands Virtual Earth Access In GIS By Teaming With Microso&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-1631902553479669222?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/1631902553479669222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/esri-expands-virtual-earth-access-in.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1631902553479669222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/1631902553479669222'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/esri-expands-virtual-earth-access-in.html' title='ESRI Expands Virtual Earth Access In GIS By Teaming With Microsoft'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-7884635697922084976</id><published>2009-04-13T15:17:00.001-04:00</published><updated>2009-04-13T15:17:02.426-04:00</updated><title type='text'>‘Hyperlocal’ Web Sites Deliver News Without Newspapers - NYTimes.com</title><content type='html'>&lt;p&gt;Several web sites are popping up that deliver really local information to users. There are so many opportunities with this business model that could be of interest to savvy entrepreneurs.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.nytimes.com/2009/04/13/technology/start-ups/13hyperlocal.html?th&amp;amp;emc=th"&gt;‘Hyperlocal’ Web Sites Deliver News Without Newspapers - NYTimes.com&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-7884635697922084976?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/7884635697922084976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/hyperlocal-web-sites-deliver-news.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7884635697922084976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/7884635697922084976'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/hyperlocal-web-sites-deliver-news.html' title='‘Hyperlocal’ Web Sites Deliver News Without Newspapers - NYTimes.com'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-6310570817545668400</id><published>2009-04-13T11:56:00.000-04:00</published><updated>2009-04-13T14:31:02.655-04:00</updated><title type='text'>Expedition 2009 - DMTI Conference</title><content type='html'>&lt;div&gt;&lt;div&gt;&lt;div&gt;Last week, I have the privilege of attending Expedition 2009, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;DMTI&lt;/span&gt;’s annual conference. There was so much to do and see, I will highlight the points that I found the most interesting.&lt;br /&gt;&lt;br /&gt;CH2M HILL&lt;br /&gt;Michael Underwood, Senior Vice President&lt;br /&gt;&lt;a href="http://www.ch2m.com/corporate/"&gt;http://www.ch2m.com/corporate/&lt;/a&gt;&lt;br /&gt;The focus of this presentation was Spatial Information Management. One of the things that stood out to me with this presentation was the use of solar mapping in San Francisco and other US cities. With the San Francisco solar Map, users can see where solar panels are installed in businesses and residential addresses (&lt;a href="http://sf.solarmap.org/"&gt;http://sf.solarmap.org/&lt;/a&gt;). In addition, when the user searches for an address, an estimate of the solar potential of the building is provided. The system will even estimate the cost to install solar panels including state and federal incentives and tax credits. &lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5324244477606222210" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 332px; CURSOR: hand; HEIGHT: 269px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_SBlR7NK9Cwo/SeOEJLEN2YI/AAAAAAAAAAM/zHLLEMtTGPM/s320/solar_map.jpg" border="0" /&gt;&lt;br /&gt;Bell Canada&lt;br /&gt;Michael &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Molner&lt;/span&gt;, Director&lt;br /&gt;&lt;a href="http://www.bell.ca/home/"&gt;http://www.bell.ca/home/&lt;/a&gt;&lt;br /&gt;Mike &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Molner&lt;/span&gt; spoke about how having an accurate dwelling database can drive marketing and sales, decrease time to market, and reduce costs. The focus of the presentation was using accurate dwelling data and matching this data to customer data and then to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;socio&lt;/span&gt;-demographic data. What I found interesting about this approach is that instead of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;focusing&lt;/span&gt; on where the customers are, the focus is based on the dwelling information. Since dwellings are more stable than customers, this approach to marketing can decrease marketing costs and more effectively determine gaps and opportunities.&lt;br /&gt;&lt;br /&gt;Microsoft&lt;br /&gt;Mark &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Relph&lt;/span&gt;, Vice President, Developer &amp;amp; Platform Group&lt;br /&gt;One of the things I found very interesting about Mark’s presentation was &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;planeteye&lt;/span&gt; (&lt;a href="http://www.planeteye.com/"&gt;http://www.planeteye.com/&lt;/a&gt;), which uses user submitted content (photo) which are &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;geocoded&lt;/span&gt;. This enables the photos to be available on a map. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;PlanetEye&lt;/span&gt; uses &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;geotagged&lt;/span&gt; photos from users as well as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;geotagged&lt;/span&gt; photos from users to create a comprehensive view of many points of interest.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5324244790961022258" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 232px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_SBlR7NK9Cwo/SeOEbaZ0pTI/AAAAAAAAAAU/gltpExIIVLQ/s320/planeteye.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;Another interesting website, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Photosynth&lt;/span&gt; (&lt;a href="http://photosynth.net/Default.aspx"&gt;http://photosynth.net/Default.aspx&lt;/a&gt;), can show places and events to users in a quality that just like being there. Users upload photos from an event and several overlapping images are merged together to give viewers a total picture of objects or events. On the website now, there is a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;photosynth&lt;/span&gt; of President Obama’s inauguration and one of the pyramids.&lt;br /&gt;&lt;br /&gt;Microsoft has another interesting application called Mesh (&lt;a href="https://www.mesh.com/Welcome/default.aspx"&gt;https://www.mesh.com/Welcome/default.aspx&lt;/a&gt;). This site allows you to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_13"&gt;sync&lt;/span&gt; files between devices. So if you have a presentation on one computer, you can use this application to make sure the most up to date version of the presentation is also on your phone, laptop, and home computer.&lt;br /&gt;&lt;br /&gt;Finally, worldwide telescope (&lt;a href="http://www.worldwidetelescope.org/Home.aspx"&gt;http://www.worldwidetelescope.org/Home.aspx&lt;/a&gt;) allows users to tour the best imagery of space from the comfort of your computer. Users can tour the constellations or the planets very quickly and easily.&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5324244980303620306" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 400px; CURSOR: hand; HEIGHT: 290px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_SBlR7NK9Cwo/SeOEmbwnaNI/AAAAAAAAAAc/k6RRM141Y5M/s400/worldwidetelescope.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Interesting Web Sites:&lt;br /&gt;&lt;br /&gt;These sites are from other presentations that I attended throughout the conference.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ilookabout.com/"&gt;http://www.ilookabout.com/&lt;/a&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;Streetscape&lt;/span&gt; from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;iLOOKABOUT&lt;/span&gt; produces &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;geo&lt;/span&gt;-coded images of residential and commercial images to give users the illusion of visiting a location from the comfort of their home. The company started by providing virtual tours for real estate but is now taking photos in major markets in Canada. While the product looks similar to google &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;streetview&lt;/span&gt;, the technology behind it is quite different.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.arduino.cc/"&gt;http://www.arduino.cc/&lt;/a&gt;&lt;br /&gt;Makers of open source hardware which allows customers to create their own data. Purchasing a small board from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;Arduino&lt;/span&gt;, users can hook up the hardware to control lights, electronics, or other sensors thereby creating their own sensors. Once the components are hooked up, users can have sensor information sent to them via email. The premise is to allow users to control the physical world from anywhere!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://diycity.org/"&gt;http://diycity.org/&lt;/a&gt;&lt;br /&gt;The premise of this group is to make city data easily accessible to anyone. In addition, the challenge is to engage residents as participants and owners of the system as opposed to passive users. One of the interesting projects in Beta right now is &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;DIY&lt;/span&gt; traffic. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;DYI&lt;/span&gt; Traffic is an application that alerts users to local traffic issues as they occur. The application will send &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;SMS&lt;/span&gt; updates and allow users to query the system for updates on a specific street. In addition, users can contribute their own data.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.pachube.com/"&gt;http://www.pachube.com/&lt;/a&gt;&lt;br /&gt;Allows users to connect, tag and share real time sensor data from anything around the world. When I went to Toronto on the map, there were two sensors – the dollar exchange rate, and energy consumption rates. When I looked in Cleveland, someone had set up a meter for the light in a basement. While some of the information is novelty, the potential application of this type of site could be large.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.firelocator.net/"&gt;http://www.firelocator.net/&lt;/a&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;Pitney&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Bowes&lt;/span&gt; has created a wildfire information portal to map the location of wildfires. When the user clicks on a fire, details about the status of the fire are presented. There is a lot of additional information that can be added to the map.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-6310570817545668400?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/6310570817545668400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/expedition-2009-dmti-conference.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/6310570817545668400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/6310570817545668400'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/expedition-2009-dmti-conference.html' title='Expedition 2009 - DMTI Conference'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_SBlR7NK9Cwo/SeOEJLEN2YI/AAAAAAAAAAM/zHLLEMtTGPM/s72-c/solar_map.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-3791010977605115645</id><published>2009-04-07T09:59:00.001-04:00</published><updated>2009-04-07T10:24:23.408-04:00</updated><title type='text'>FME Toronto Regional User Conference</title><content type='html'>Yesterday, I had the privilege of being one of the attendees at the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;FME&lt;/span&gt; Regional Conference in Toronto. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;FME&lt;/span&gt; is a software (&lt;a href="http://www.safe.com/"&gt;www.safe.com&lt;/a&gt;) that allows the easy manipulation of data (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;GIS&lt;/span&gt; and otherwise). I use it daily to make my &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;work flow&lt;/span&gt; more productive and it has proven to be invaluable.&lt;br /&gt;&lt;br /&gt;The event was small (just over 50 people) but overall the crowd seemed very interested in the subject matter. Dale and Don, the original creators of Safe Software and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;FME&lt;/span&gt;, were the main presenters of the day. They were informative, funny, and knowledgeable about the product. I was happy to hear about all the advancements in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;FME&lt;/span&gt; Server and I'm looking forward to our deployment of Server. For now, I focus my work using the desktop application and thanks for Don and Dale, I have learned a few tricks to help me on the way.&lt;br /&gt;&lt;br /&gt;Thank you Dale and Don, for a wonderfully entertaining day! I look forward to more regional user groups in the future!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-3791010977605115645?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/3791010977605115645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/fme-toronto-regional-user-conference.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3791010977605115645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/3791010977605115645'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/fme-toronto-regional-user-conference.html' title='FME Toronto Regional User Conference'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-819809874805541216.post-4457164473773593593</id><published>2009-04-03T14:35:00.001-04:00</published><updated>2009-04-07T09:58:51.336-04:00</updated><title type='text'>Parking Tickets in Vancouver</title><content type='html'>Where are the most parking tickets issued in Vancouver? Check out this analysis done by ESRI and CTV news.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.esri.com/news/arcwatch/1208/feature.html"&gt;http://www.esri.com/news/arcwatch/1208/feature.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Any map junkie should find this very interesting.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/819809874805541216-4457164473773593593?l=gisgeographygeek.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gisgeographygeek.blogspot.com/feeds/4457164473773593593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/parkiing-tickets-in-vancouver.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4457164473773593593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/819809874805541216/posts/default/4457164473773593593'/><link rel='alternate' type='text/html' href='http://gisgeographygeek.blogspot.com/2009/04/parkiing-tickets-in-vancouver.html' title='Parking Tickets in Vancouver'/><author><name>geographygeek</name><uri>http://www.blogger.com/profile/14088486623423287532</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
