<?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 on: ESRI ArcGIS 9.3 ships tomorrow</title>
	<atom:link href="http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/</link>
	<description>Geospatial Technology, Web Mapping and Spatial Services</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:09:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Cee</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9657</link>
		<dc:creator><![CDATA[Cee]]></dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9657</guid>
		<description><![CDATA[@Chris W, 

Much thanks for the response, I

 have tooled around with geoserver, mapserver and mapguide. I have even read the Scott Davis book but i felt the functionality was limited- particularly in the sense that i am not an expert programmer so trying to customize took a very long time. Either way i had some drafts running and felt the functionality was not there. I would like a scalable application starting with a polygon file globally by country and to basically create thematic maps from a dropdown list of variables BUT eventually i&#039;d like to build in the ability to do some statistical analysis by comparing data and simple spatial analysis from a point data cities file. Further to this id like the end result to be full interactivity with end users to upload parameter specified data to be mapped. I am constructing a flex app w 1 spatial data layer coupled with/arcgis server(serving their layers now but I can see this will end up taking some time to configure it efficiently. Any recommendations as far as direction would be greatly appreciated. I would like to build it in parrallel with the movement of the geoweb (meaning i dont want to get ahead of myself) and adopt massively expensive software of rigorous scripting -not that arcgis server isnt cheap.]]></description>
		<content:encoded><![CDATA[<p>@Chris W, </p>
<p>Much thanks for the response, I</p>
<p> have tooled around with geoserver, mapserver and mapguide. I have even read the Scott Davis book but i felt the functionality was limited- particularly in the sense that i am not an expert programmer so trying to customize took a very long time. Either way i had some drafts running and felt the functionality was not there. I would like a scalable application starting with a polygon file globally by country and to basically create thematic maps from a dropdown list of variables BUT eventually i&#8217;d like to build in the ability to do some statistical analysis by comparing data and simple spatial analysis from a point data cities file. Further to this id like the end result to be full interactivity with end users to upload parameter specified data to be mapped. I am constructing a flex app w 1 spatial data layer coupled with/arcgis server(serving their layers now but I can see this will end up taking some time to configure it efficiently. Any recommendations as far as direction would be greatly appreciated. I would like to build it in parrallel with the movement of the geoweb (meaning i dont want to get ahead of myself) and adopt massively expensive software of rigorous scripting -not that arcgis server isnt cheap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisW</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9656</link>
		<dc:creator><![CDATA[ChrisW]]></dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9656</guid>
		<description><![CDATA[@Cee:
Until one of the GIS experts around here answers...

Do you need to update your data through the web interface?  Because that will make a big difference to the amount of work involved and the available options for the server.  

I&#039;m NOT a GIS expert, but I&#039;m working on a small web mapping project with GeoServer, which is very easy to install and use, and has a GUI to help you set up WMS/WFS/WCS access to layers in a database or various file formats, but has no built-in support for designing output maps. 

MapServer offers more support for designing your web-map outputs, as well as some support for DB connections and WMS/WFS services, and scripting APIs for PHP, Perl, Python, Java etc.  I&#039;m sure a real GIS expert could advise you further about this.

MapServer and GeoServer are both free,and from what I&#039;ve read, they&#039;re both fairly comparable in terms of performance/scalability.

MapGuide Open Source (also free, from http://mapguide.osgeo.org/ ) might be another option, as it&#039;s supposed to be fairly easy to pick up and use.  It&#039;s a combination of spatial data server (i.e. it can access databases) and map renderer, with support for AJAX web clients. I&#039;ve not really used it, so again - get some advice from somebody who knows what they&#039;re talking about !

&quot;GeoWeb&quot; learning resource:  Scott Davis&#039;s excellent book &quot;GIS for web developers&quot; will get you started with a load of open source GIS/web-mapping tools.

Good luck!]]></description>
		<content:encoded><![CDATA[<p>@Cee:<br />
Until one of the GIS experts around here answers&#8230;</p>
<p>Do you need to update your data through the web interface?  Because that will make a big difference to the amount of work involved and the available options for the server.  </p>
<p>I&#8217;m NOT a GIS expert, but I&#8217;m working on a small web mapping project with GeoServer, which is very easy to install and use, and has a GUI to help you set up WMS/WFS/WCS access to layers in a database or various file formats, but has no built-in support for designing output maps. </p>
<p>MapServer offers more support for designing your web-map outputs, as well as some support for DB connections and WMS/WFS services, and scripting APIs for PHP, Perl, Python, Java etc.  I&#8217;m sure a real GIS expert could advise you further about this.</p>
<p>MapServer and GeoServer are both free,and from what I&#8217;ve read, they&#8217;re both fairly comparable in terms of performance/scalability.</p>
<p>MapGuide Open Source (also free, from <a href="http://mapguide.osgeo.org/" rel="nofollow">http://mapguide.osgeo.org/</a> ) might be another option, as it&#8217;s supposed to be fairly easy to pick up and use.  It&#8217;s a combination of spatial data server (i.e. it can access databases) and map renderer, with support for AJAX web clients. I&#8217;ve not really used it, so again &#8211; get some advice from somebody who knows what they&#8217;re talking about !</p>
<p>&#8220;GeoWeb&#8221; learning resource:  Scott Davis&#8217;s excellent book &#8220;GIS for web developers&#8221; will get you started with a load of open source GIS/web-mapping tools.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alic W</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9655</link>
		<dc:creator><![CDATA[Alic W]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 23:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9655</guid>
		<description><![CDATA[I can relate to why ESRI isn&#039;t pushing 64-bit ArcGIS desktop software development too hard. In the modern day and age, the concept of the Service-Oriented Architecture is a well-known and well-followed. ESRI is probably going to spend most of their developer resources on porting ArcGIS Server into a native 64-bit app. All they have to do is to write a client that can call a service (possibly, a set of services distributed behind the scenes), and do some serious number crunching behind the scenes (after all - that&#039;s what 64-bit is good for - that, and a larger addressable memory). 

I also talked to an ESRI architect during a developer&#039;s conferene and offered  collaboration (given my expertise in cluster computing and SMPs) to help port their server software on a cluster computer, but never got a call back...   Any takers?  :)]]></description>
		<content:encoded><![CDATA[<p>I can relate to why ESRI isn&#8217;t pushing 64-bit ArcGIS desktop software development too hard. In the modern day and age, the concept of the Service-Oriented Architecture is a well-known and well-followed. ESRI is probably going to spend most of their developer resources on porting ArcGIS Server into a native 64-bit app. All they have to do is to write a client that can call a service (possibly, a set of services distributed behind the scenes), and do some serious number crunching behind the scenes (after all &#8211; that&#8217;s what 64-bit is good for &#8211; that, and a larger addressable memory). </p>
<p>I also talked to an ESRI architect during a developer&#8217;s conferene and offered  collaboration (given my expertise in cluster computing and SMPs) to help port their server software on a cluster computer, but never got a call back&#8230;   Any takers?  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cee</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9654</link>
		<dc:creator><![CDATA[Cee]]></dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9654</guid>
		<description><![CDATA[To All....I use Arc9.2 (have 9.3 in hand) desktop but now have to create a web mapping application to share a ton of data from our SQL DB. As a GIS intermediate user with virtually no programming experience (but learning) what would be the preferred way to LEARN and get instructions on how to connect to an MS SQL DB to produce maps and create a web mapping application with only a few spatial data layers and tons of data?
Wrapping my head around the functionality of AGIS Server/SDE ect. for SQL support is cumbersome and Manifold seems to support SQL connections too but instructions for my level of use?, also what of the Geoweb fuctionality (i understand wms,wfs, wcs through geoserver)?. I would like to make it expandable after a simple creation or prototype. I lean towards ESRI but the cost? however ease of use is critical due to time. Please help..Any suggestions are greatly appreciated.
2 questions in summary i guess-
1. best, fastest, and most efficient learning resource for going about this task?
2. software suggestions to accomplish this goal.
kind regards.]]></description>
		<content:encoded><![CDATA[<p>To All&#8230;.I use Arc9.2 (have 9.3 in hand) desktop but now have to create a web mapping application to share a ton of data from our SQL DB. As a GIS intermediate user with virtually no programming experience (but learning) what would be the preferred way to LEARN and get instructions on how to connect to an MS SQL DB to produce maps and create a web mapping application with only a few spatial data layers and tons of data?<br />
Wrapping my head around the functionality of AGIS Server/SDE ect. for SQL support is cumbersome and Manifold seems to support SQL connections too but instructions for my level of use?, also what of the Geoweb fuctionality (i understand wms,wfs, wcs through geoserver)?. I would like to make it expandable after a simple creation or prototype. I lean towards ESRI but the cost? however ease of use is critical due to time. Please help..Any suggestions are greatly appreciated.<br />
2 questions in summary i guess-<br />
1. best, fastest, and most efficient learning resource for going about this task?<br />
2. software suggestions to accomplish this goal.<br />
kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasanka</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9653</link>
		<dc:creator><![CDATA[sasanka]]></dc:creator>
		<pubDate>Sat, 12 Jul 2008 20:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9653</guid>
		<description><![CDATA[Hi,
Can any body let me know the the exact price of the newly lunched arcgis 9.3 corporate edition.
Definitely waiting the responce.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can any body let me know the the exact price of the newly lunched arcgis 9.3 corporate edition.<br />
Definitely waiting the responce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Spatializer</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9652</link>
		<dc:creator><![CDATA[The Spatializer]]></dc:creator>
		<pubDate>Tue, 08 Jul 2008 12:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9652</guid>
		<description><![CDATA[Great image...gonna nick it and use for my own hilarity.]]></description>
		<content:encoded><![CDATA[<p>Great image&#8230;gonna nick it and use for my own hilarity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KoS</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9651</link>
		<dc:creator><![CDATA[KoS]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 23:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9651</guid>
		<description><![CDATA[Well, we didn&#039;t win the SEC this year. :( 

LSU beat Tenn in the championship game.  We had a brain fart and lost to Tenn in the regular season.  And to make matters worst, Vanderbilt or Kentucky didn&#039;t do their job and beat Tenn later in the season.  Otherwise we would have been in the championship game.

SEC is like the Big 12. Both have two divisions and the winner of each division play in a championship game. So, no more winners by a overall conference record.

Really, in the scheme of things, so long as Florida gets beat. It&#039;s a great season. The rest is icing on the cake.

Hmmm, that ASU icing is going to taste devilish!


KoS]]></description>
		<content:encoded><![CDATA[<p>Well, we didn&#8217;t win the SEC this year. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>LSU beat Tenn in the championship game.  We had a brain fart and lost to Tenn in the regular season.  And to make matters worst, Vanderbilt or Kentucky didn&#8217;t do their job and beat Tenn later in the season.  Otherwise we would have been in the championship game.</p>
<p>SEC is like the Big 12. Both have two divisions and the winner of each division play in a championship game. So, no more winners by a overall conference record.</p>
<p>Really, in the scheme of things, so long as Florida gets beat. It&#8217;s a great season. The rest is icing on the cake.</p>
<p>Hmmm, that ASU icing is going to taste devilish!</p>
<p>KoS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fee</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9650</link>
		<dc:creator><![CDATA[James Fee]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 23:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9650</guid>
		<description><![CDATA[Ha, you&#039;d think Georgia won the SEC or something. ;)

the game is the national night game on ABC (8 pm)]]></description>
		<content:encoded><![CDATA[<p>Ha, you&#8217;d think Georgia won the SEC or something. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>the game is the national night game on ABC (8 pm)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KoS</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9649</link>
		<dc:creator><![CDATA[KoS]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9649</guid>
		<description><![CDATA[Baseball???? Directors cup???? Bah!

We are talking football! Who cares about the other crap. ;) 

But I will say, after having said the above, at least we lost to Fresno St in the finals! :)

I would love to attend the game, heck, all of them for that matter. Not sure if I&#039;ll be able to swing the trip thou. Kinda have to pick my battles with the boss lady. ;) 

If not, it better be on national TV.


KoS]]></description>
		<content:encoded><![CDATA[<p>Baseball???? Directors cup???? Bah!</p>
<p>We are talking football! Who cares about the other crap. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>But I will say, after having said the above, at least we lost to Fresno St in the finals! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I would love to attend the game, heck, all of them for that matter. Not sure if I&#8217;ll be able to swing the trip thou. Kinda have to pick my battles with the boss lady. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>If not, it better be on national TV.</p>
<p>KoS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bon</title>
		<link>http://spatiallyadjusted.com/2008/06/25/esri-arcgis-93-ships-tomorrow/#comment-9648</link>
		<dc:creator><![CDATA[bon]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/?p=1888#comment-9648</guid>
		<description><![CDATA[has any figgered out if the Data&amp;Maps changed with the 9.3 release (other than a new package 7 copyrighting)? In particular the North America StreetMap...so convenient for geocoding - which by the way I find MUCH faster under 9.3.  With a cute new little status screen too!

TIA!  bon]]></description>
		<content:encoded><![CDATA[<p>has any figgered out if the Data&amp;Maps changed with the 9.3 release (other than a new package 7 copyrighting)? In particular the North America StreetMap&#8230;so convenient for geocoding &#8211; which by the way I find MUCH faster under 9.3.  With a cute new little status screen too!</p>
<p>TIA!  bon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

