<?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"
	>
<channel>
	<title>Comments on: Green Buildings in California</title>
	<atom:link href="http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<pubDate>Sat, 22 Nov 2008 08:22:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: David</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-198308</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 14 Aug 2008 05:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-198308</guid>
		<description>I've often wondered about how to explain GIS vs Google Maps - as whilst I don't have a wealth of experience with either, as a project manager you sometimes get asked to justify the difference.

Correct me if wrong, but I didn't think Virtual Earth or Google Maps provided APIs to do any spatial queries (i.e. can you do a point-in-polygon query?)

I tend to think of VE/GMaps as a presentation tool rather than a query engine (which is where a GIS comes into it's own).....

To elaborate - suppose one had three sets of spatial data 

1. stations/rail lines
2. Main roads.
3. Homes for sale.....

Now I want to query this data to find "all homes for sale, within 2mile of a rail station, but not on a main road and not having the railway line come within 1 mi of the home".....(now that's what I call advanced query for a property search!).

VE/GMaps as far as I can tell don't provide for this kind of query, one would need something like MapInfo.  

Of course I am happy to be corrected.....

If my understanding is correct, then perhaps the term GIS needs to be expanded.....

Perhaps we could have GLAS (Geographic Location Analytic System, which just handles the spatial querying) and a GLPS (Geographic Location Presentation System, taking the result set as geocoded points and displaying against map)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve often wondered about how to explain GIS vs Google Maps - as whilst I don&#8217;t have a wealth of experience with either, as a project manager you sometimes get asked to justify the difference.</p>
<p>Correct me if wrong, but I didn&#8217;t think Virtual Earth or Google Maps provided APIs to do any spatial queries (i.e. can you do a point-in-polygon query?)</p>
<p>I tend to think of VE/GMaps as a presentation tool rather than a query engine (which is where a GIS comes into it&#8217;s own)&#8230;..</p>
<p>To elaborate - suppose one had three sets of spatial data </p>
<p>1. stations/rail lines<br />
2. Main roads.<br />
3. Homes for sale&#8230;..</p>
<p>Now I want to query this data to find &#8220;all homes for sale, within 2mile of a rail station, but not on a main road and not having the railway line come within 1 mi of the home&#8221;&#8230;..(now that&#8217;s what I call advanced query for a property search!).</p>
<p>VE/GMaps as far as I can tell don&#8217;t provide for this kind of query, one would need something like MapInfo.  </p>
<p>Of course I am happy to be corrected&#8230;..</p>
<p>If my understanding is correct, then perhaps the term GIS needs to be expanded&#8230;..</p>
<p>Perhaps we could have GLAS (Geographic Location Analytic System, which just handles the spatial querying) and a GLPS (Geographic Location Presentation System, taking the result set as geocoded points and displaying against map)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Priour</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-188324</link>
		<dc:creator>Matt Priour</dc:creator>
		<pubDate>Thu, 12 Jun 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-188324</guid>
		<description>Apparently, you can actually get to the actual data:
http://www.documents.dgs.ca.gov/dgs/pio/green/GB%20Spreadsheet.xls</description>
		<content:encoded><![CDATA[<p>Apparently, you can actually get to the actual data:<br />
<a href="http://www.documents.dgs.ca.gov/dgs/pio/green/GB%20Spreadsheet.xls" rel="nofollow">http://www.documents.dgs.ca.gov/dgs/pio/green/GB%20Spreadsheet.xls</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Fagan (Multimap)</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-186885</link>
		<dc:creator>John Fagan (Multimap)</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-186885</guid>
		<description>It is a GIS, as are other mapping API's (application/system/platform).  

If you look at most definitions of a GIS you could argue that mapping API's fulfill those requirements.

http://www.google.co.uk/search?hl=en&#38;q=define:+GIS

... and on the analytical side, is a route calculation not "analytical"?  For instance, the Multimap API can do standard route, optimised multiple waypoint routes, and matrix routes (search by driving distance).  This is GIS analysis to me.

If Andrew extended his demo to allow routing between the buildings and allow users to add their own buildings or edit existing, then i think the argument would be even stronger.</description>
		<content:encoded><![CDATA[<p>It is a GIS, as are other mapping API&#8217;s (application/system/platform).  </p>
<p>If you look at most definitions of a GIS you could argue that mapping API&#8217;s fulfill those requirements.</p>
<p><a href="http://www.google.co.uk/search?hl=en&amp;q=define:+GIS" rel="nofollow">http://www.google.co.uk/search?hl=en&amp;q=define:+GIS</a></p>
<p>&#8230; and on the analytical side, is a route calculation not &#8220;analytical&#8221;?  For instance, the Multimap API can do standard route, optimised multiple waypoint routes, and matrix routes (search by driving distance).  This is GIS analysis to me.</p>
<p>If Andrew extended his demo to allow routing between the buildings and allow users to add their own buildings or edit existing, then i think the argument would be even stronger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185926</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Fri, 06 Jun 2008 19:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185926</guid>
		<description>I think the line is very blurry at present.  Although a Google Map (output) is not GIS, the Google Maps app (and API) running in the 'background' seem to me to be a GIS.  Same goes for a Road Atlas...it is the output of a GIS...

So I guess it depends on whether you include an "a" before GIS in those sentences.  As in: a road atlas is not "a" GIS, but a road atlas is (part of) GIS (i.e., a part of the whole).  A Google Map is not "a" GIS, but the Google Maps application/system/platform (whatever you want to call it) is GIS.

Back to my original question: where does one draw the line?  Hmmm...I may need to ask the general question via a blog post.

How's that for semantics? :)  Anyway, good food for thought.

Have a good one.

a/f</description>
		<content:encoded><![CDATA[<p>I think the line is very blurry at present.  Although a Google Map (output) is not GIS, the Google Maps app (and API) running in the &#8216;background&#8217; seem to me to be a GIS.  Same goes for a Road Atlas&#8230;it is the output of a GIS&#8230;</p>
<p>So I guess it depends on whether you include an &#8220;a&#8221; before GIS in those sentences.  As in: a road atlas is not &#8220;a&#8221; GIS, but a road atlas is (part of) GIS (i.e., a part of the whole).  A Google Map is not &#8220;a&#8221; GIS, but the Google Maps application/system/platform (whatever you want to call it) is GIS.</p>
<p>Back to my original question: where does one draw the line?  Hmmm&#8230;I may need to ask the general question via a blog post.</p>
<p>How&#8217;s that for semantics? <img src='http://highearthorbit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway, good food for thought.</p>
<p>Have a good one.</p>
<p>a/f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185886</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 06 Jun 2008 17:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185886</guid>
		<description>A GoogleMap, or Map in general, does not make something GIS. Is a Road Atlas "GIS"? It is a cartographic representation of geospatial data. 

And I assume for the CA Green Buildings that it's just placing markers from a database, this perhaps *starts* blurring the line towards GIS, but personally I think of GIS as having more analytic or precision information. 

And obviously this meaning changes over time as the technology becomes more commonly available. Interfacing with a network through a terminal used to be Information Technology, not it's just "surfing the web" :) Obviously there are aspects of IT (or GIS) utilized to generate the tools and data sources, but the actual simple display or utilization of these tools in a lightweight way seems like a very loose use of "GIS".</description>
		<content:encoded><![CDATA[<p>A GoogleMap, or Map in general, does not make something GIS. Is a Road Atlas &#8220;GIS&#8221;? It is a cartographic representation of geospatial data. </p>
<p>And I assume for the CA Green Buildings that it&#8217;s just placing markers from a database, this perhaps *starts* blurring the line towards GIS, but personally I think of GIS as having more analytic or precision information. </p>
<p>And obviously this meaning changes over time as the technology becomes more commonly available. Interfacing with a network through a terminal used to be Information Technology, not it&#8217;s just &#8220;surfing the web&#8221; <img src='http://highearthorbit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Obviously there are aspects of IT (or GIS) utilized to generate the tools and data sources, but the actual simple display or utilization of these tools in a lightweight way seems like a very loose use of &#8220;GIS&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185872</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/i-like-freeing-data-green-buildings-in-california/#comment-185872</guid>
		<description>Hi Andrew,

Nicely done.  I'm the one that posted the news story for the green buildings on gs reddit.  Debated whether to use the state's original "GIS" label for their little mashup, but ultimately decided that although primitive, the mashup does likely tap into GIS data (though not dynamically).

You've brought up an interesting thought/question: 'A Google Map is not GIS.'

I'm curious where you draw the line?

In my opinion, Google Maps is a basic representation of a GIS (data, software, hardware, network, standards, etc.).  If a Google Maps mashup taps into a PostGIS db serving up KML via featureserver, is that GIS?  Or if someone sets up an ArcGIS 9.3 'Javascript API' site that mimics Google Maps, is that GIS?

I could argue, though not definitively, that the map you made in 5 minutes is GIS, albeit at a basic/simple level.

Thanks for posting the link to Ars Technica...hadn't seen that.

Cheers,

Andres</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Nicely done.  I&#8217;m the one that posted the news story for the green buildings on gs reddit.  Debated whether to use the state&#8217;s original &#8220;GIS&#8221; label for their little mashup, but ultimately decided that although primitive, the mashup does likely tap into GIS data (though not dynamically).</p>
<p>You&#8217;ve brought up an interesting thought/question: &#8216;A Google Map is not GIS.&#8217;</p>
<p>I&#8217;m curious where you draw the line?</p>
<p>In my opinion, Google Maps is a basic representation of a GIS (data, software, hardware, network, standards, etc.).  If a Google Maps mashup taps into a PostGIS db serving up KML via featureserver, is that GIS?  Or if someone sets up an ArcGIS 9.3 &#8216;Javascript API&#8217; site that mimics Google Maps, is that GIS?</p>
<p>I could argue, though not definitively, that the map you made in 5 minutes is GIS, albeit at a basic/simple level.</p>
<p>Thanks for posting the link to Ars Technica&#8230;hadn&#8217;t seen that.</p>
<p>Cheers,</p>
<p>Andres</p>
]]></content:encoded>
	</item>
</channel>
</rss>
