<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Alastair Aitchison</title>
	<atom:link href="http://alastaira.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastaira.wordpress.com</link>
	<description>Spatial/AI with SQL Server, Bing Maps, OSM and more...</description>
	<lastBuildDate>Mon, 29 Apr 2013 17:53:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Loading Ordnance Survey Open Data into SQL Server 2008 by Factivism &#124; Voice of the DBA</title>
		<link>http://alastaira.wordpress.com/2011/02/16/loading-ordnance-survey-open-data-into-sql-server-2008/#comment-1513</link>
		<dc:creator><![CDATA[Factivism &#124; Voice of the DBA]]></dc:creator>
		<pubDate>Mon, 29 Apr 2013 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">https://alastaira.wordpress.com/2011/02/16/loading-ordnance-survey-open-data-into-sql-server-2008/#comment-1513</guid>
		<description><![CDATA[[...] along the way. By showcasing your knowledge of data in some way, perhaps even explaining how to load the data, you get experience and practice in both a technical area, as well as in communicating your [...]]]></description>
		<content:encoded><![CDATA[<p>[...] along the way. By showcasing your knowledge of data in some way, perhaps even explaining how to load the data, you get experience and practice in both a technical area, as well as in communicating your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OGR2OGR Patterns for SQL Server by alastaira</title>
		<link>http://alastaira.wordpress.com/ogr2ogr-patterns-for-sql-server/#comment-1509</link>
		<dc:creator><![CDATA[alastaira]]></dc:creator>
		<pubDate>Fri, 26 Apr 2013 05:38:56 +0000</pubDate>
		<guid isPermaLink="false">https://alastaira.wordpress.com/?page_id=1177#comment-1509</guid>
		<description><![CDATA[Hi, that error simply means that the command prompt can&#039;t find the OGR2OGR program. You either need to get your I.T. department to add the location of the ogr2ogr executable to the command path, or you need to use the &quot;cd&quot; command to change into whatever directory OGR2OGR was installed into (e.g. cd c:\Program Files\OGR2OGR) but if it was installed on a server for you, you&#039;ll likely not know where that is.
Yes, OGR2OGR will create tables for you.]]></description>
		<content:encoded><![CDATA[<p>Hi, that error simply means that the command prompt can&#8217;t find the OGR2OGR program. You either need to get your I.T. department to add the location of the ogr2ogr executable to the command path, or you need to use the &#8220;cd&#8221; command to change into whatever directory OGR2OGR was installed into (e.g. cd c:\Program Files\OGR2OGR) but if it was installed on a server for you, you&#8217;ll likely not know where that is.<br />
Yes, OGR2OGR will create tables for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OGR2OGR Patterns for SQL Server by Ryan W.</title>
		<link>http://alastaira.wordpress.com/ogr2ogr-patterns-for-sql-server/#comment-1508</link>
		<dc:creator><![CDATA[Ryan W.]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 22:08:13 +0000</pubDate>
		<guid isPermaLink="false">https://alastaira.wordpress.com/?page_id=1177#comment-1508</guid>
		<description><![CDATA[Hello 

When I run the following code:

ogr2ogr -f &quot;MSQLSpatial&quot; &quot;MSSLQ:server=SQL\SENEXSQL1;database=ESRIShapefilesDB;trusted_connection=yes;&quot; &quot;tl_2010_us_zcta510.shp&quot; a_srs &quot;ESPG:4269&quot; -lco &quot;GEOM_TYPE=geography&quot; -lco &quot;GEOM_NAME=geog4269&quot; -nln &quot;tblUSAZCTA&quot; -progress

I get an error saying &#039;ogr2ogr&#039; is not recognized as an internal or external command, operable program or batch file. I know this is a simple problem but I have little experience with command line prompts. IT installed the software on our server a couple of days ago so I don&#039;t understand the error. Any ideas of what is causing this problem? Also currently the &quot;tblUSAZCTA&quot; table does not exists in the database. Will this script automatically create the table?

I recently brought your book. Thanks in advance!

Regards,

Ryan]]></description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>When I run the following code:</p>
<p>ogr2ogr -f &#8220;MSQLSpatial&#8221; &#8220;MSSLQ:server=SQL\SENEXSQL1;database=ESRIShapefilesDB;trusted_connection=yes;&#8221; &#8220;tl_2010_us_zcta510.shp&#8221; a_srs &#8220;ESPG:4269&#8243; -lco &#8220;GEOM_TYPE=geography&#8221; -lco &#8220;GEOM_NAME=geog4269&#8243; -nln &#8220;tblUSAZCTA&#8221; -progress</p>
<p>I get an error saying &#8216;ogr2ogr&#8217; is not recognized as an internal or external command, operable program or batch file. I know this is a simple problem but I have little experience with command line prompts. IT installed the software on our server a couple of days ago so I don&#8217;t understand the error. Any ideas of what is causing this problem? Also currently the &#8220;tblUSAZCTA&#8221; table does not exists in the database. Will this script automatically create the table?</p>
<p>I recently brought your book. Thanks in advance!</p>
<p>Regards,</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Google Maps / Bing Maps Spherical Mercator Projection by The Google Maps / Bing Maps Spherical Mercator Projection &#124; :nine</title>
		<link>http://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/#comment-1502</link>
		<dc:creator><![CDATA[The Google Maps / Bing Maps Spherical Mercator Projection &#124; :nine]]></dc:creator>
		<pubDate>Tue, 23 Apr 2013 05:21:19 +0000</pubDate>
		<guid isPermaLink="false">https://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/#comment-1502</guid>
		<description><![CDATA[[...] The Google Maps / Bing Maps Spherical Mercator Projection &#8211; very good explanation of EPSG/SRID codes as they relate to using google or bing maps [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The Google Maps / Bing Maps Spherical Mercator Projection &#8211; very good explanation of EPSG/SRID codes as they relate to using google or bing maps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Google Maps / Bing Maps Spherical Mercator Projection by Guillermo Biot</title>
		<link>http://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/#comment-1488</link>
		<dc:creator><![CDATA[Guillermo Biot]]></dc:creator>
		<pubDate>Sat, 20 Apr 2013 00:02:28 +0000</pubDate>
		<guid isPermaLink="false">https://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/#comment-1488</guid>
		<description><![CDATA[Hi alastaira, thank you very much for your answer. I agree that 18m is not a big deal, maybe it&#039;s a matter of precision, but as you comment, a third source matches exactly one of them. Indeed the GIS software I use also matches the bing maps location, so I would dare to say that google maps is wrong by 18m, I wouldn&#039;t expect that &quot;error&quot; from google maps. I tried different positions around that area and all of them have the same amount of offset in the same direction (always East, North is correct), it&#039;s not just random. I found out that this missmatching doesn&#039;t take place in other cities that I checked and maybe it will be corrected on the next render/process of the google maps tiles. Do you think it would be worthy to notify the people working on google maps?

The big deal was that the missmatching was driving me crazy because I was using the lat/lon coordinates from google maps in that area and they didn&#039;t match my maps on the GIS software. Obviously I thought the problem was at my side, on a datum translation.

Thank you again for your time.

Regards,

Guillermo]]></description>
		<content:encoded><![CDATA[<p>Hi alastaira, thank you very much for your answer. I agree that 18m is not a big deal, maybe it&#8217;s a matter of precision, but as you comment, a third source matches exactly one of them. Indeed the GIS software I use also matches the bing maps location, so I would dare to say that google maps is wrong by 18m, I wouldn&#8217;t expect that &#8220;error&#8221; from google maps. I tried different positions around that area and all of them have the same amount of offset in the same direction (always East, North is correct), it&#8217;s not just random. I found out that this missmatching doesn&#8217;t take place in other cities that I checked and maybe it will be corrected on the next render/process of the google maps tiles. Do you think it would be worthy to notify the people working on google maps?</p>
<p>The big deal was that the missmatching was driving me crazy because I was using the lat/lon coordinates from google maps in that area and they didn&#8217;t match my maps on the GIS software. Obviously I thought the problem was at my side, on a datum translation.</p>
<p>Thank you again for your time.</p>
<p>Regards,</p>
<p>Guillermo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
