<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>GeoServer Blog</title>
	<atom:link href="http://blog.geoserver.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.geoserver.org</link>
	<description>Everything GeoServer, and a little more</description>
	<pubDate>Thu, 20 Nov 2008 23:05:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Raster Symbolizer tricks - part 1</title>
		<link>http://blog.geoserver.org/2008/11/20/raster-symbolizer-tricks-part-1/</link>
		<comments>http://blog.geoserver.org/2008/11/20/raster-symbolizer-tricks-part-1/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 23:00:40 +0000</pubDate>
		<dc:creator>simone.giannecchini</dc:creator>
		
		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[raster]]></category>

		<category><![CDATA[RasterSymbolizer]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=149</guid>
		<description><![CDATA[I am going to bother for a few mins in order to show a few things about the raster symbolizer implementation that has landed on 1.7. Ideally this should the first of a series of more posts, but I can&#8217;t guarantee on that :-).
Anyway, today I have been playing with some bathymetry data for the [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to bother for a few mins in order to show a few things about the raster symbolizer implementation that has landed on 1.7. Ideally this should the first of a series of more posts, but I can&#8217;t guarantee on that :-).</p>
<p>Anyway, today I have been playing with some bathymetry data for the geoSDI project. I cannot share them since it is classified data but I have been told that I can show some snapshots :-).</p>
<p>Here below you have the gdalinfo on one of the datasets:</p>
<p>Driver: GTiff/GeoTIFF<br />
Files: DEM_Vulcano_Lipari_Salina4326.tif<br />
Size is 3718, 3600<br />
Coordinate System is:<br />
GEOGCS["WGS 84",<br />
....<br />
AUTHORITY["EPSG","4326"]]<br />
Origin = (14.747192412574043,38.660954215168857)<br />
Pixel Size = (0.000090196304703,-0.000090196304703)<br />
Metadata:<br />
AREA_OR_POINT=Point<br />
Image Structure Metadata:<br />
INTERLEAVE=BAND<br />
Corner Coordinates:<br />
&#8230;.<br />
Band 1 Block=3718&#215;1 Type=Float32, ColorInterp=Gray</p>
<p>As you can see we are talking about Float data. First of all I retiled it with gdal_transalte (striped tiff are pretty bad performance-wise) then I added a few overview using gdaladdo with nearest neighbor interpolation. Once this was done I just throw it at the GeoServer and here is the result for an <a title="untiled request on bathmetry with no style" href="http://imagebin.ca/view/AUHZLSA.html">untiled</a> request (<a href="http://imagebin.ca/view/7L7YNIv.html">here</a> a detailed request ) and for a <a href="http://imagebin.ca/view/8xvMcnUF.html">tiled</a> request. Quick explanation, when you set up a raster with no real raster symbolizer element in its style (like for the raster.sld that ships with GeoServer) you can get strange results in case your data is raw, like bathymetries, DEMs and the like. What we do is trying to render something useful by doing a local contrast stretch, hence a tiled request can have the checkerboard approach and an untiled request can look fuzzy since maximum and minimum values are used for the stretch. In the future we might computer approximated statistics for a layer at configuration time and use them for the subsequent renderings.</p>
<p>Beside this I wanted to show a nice extension we implemented for the raster symbolizer element. Check <a href="http://pastebin.com/f5db1edce">this</a> style as well as <a href="http://pastebin.com/f36d60f8a">this</a> one (notice that to use the secondo you have to uncheck SLD validation since the extension is not recognized by OGC schemas). They look like the same but if you check the second one you&#8217;ll see that the color map element looks like this &lt;ColorMap extended=&#8221;true&#8221;&gt; while in the other one it looks like this &lt;ColorMap&gt;. Well, long story short this is an extension I implemented in order to allow people to ask the GeoServer to symbolize raster data using as many colors as possible (specifically 65k) instead of limiting itself to 256. This results in much better looking images but you have to give away some performances. I guess it is something nice to have for layer that you want to cache with TileCache or GeowebCache.</p>
<p>To see you the differences, check the following:</p>
<ul>
<li><a href="http://imagebin.ca/view/ODJQAz0h.html">256</a> colors</li>
<li><a href="http://imagebin.ca/view/hDj7xqDx.html">256</a> colors - detail</li>
<li><a href="http://imagebin.ca/view/wDITwY7.html">65536</a> colors</li>
<li><a href="http://imagebin.ca/view/L__hDR9.html">65536</a> colors -detail</li>
</ul>
<p>I guess I have bothered enough.</p>
<p>Ciao a tutti.</p>
<p>PS. I found a minor bug today on the SLDParser which was not parsing the extended attribute. It is now fixed but unless you build things yourself, you won&#8217;t be able to test these things on 1.7.0. Drop me a few lines in case you want to try the differences and I&#8217;ll tell you how to fix this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/20/raster-symbolizer-tricks-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Italian Civil Protection National Spatial Data Infrastructure trusts GeoServer!</title>
		<link>http://blog.geoserver.org/2008/11/12/italian-civil-protection-national-spatial-data-infrastructure-trusts-geoserver/</link>
		<comments>http://blog.geoserver.org/2008/11/12/italian-civil-protection-national-spatial-data-infrastructure-trusts-geoserver/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:40:53 +0000</pubDate>
		<dc:creator>simone.giannecchini</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Behind The Scenes]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=148</guid>
		<description><![CDATA[Quoting from the geoSDI web site,
&#8220;geoSDI is the complete solution for Spatial Data Infrastructure used by the Italian National Civil Protection Department.
The geoSDI solution is based on Open Source Technologies and was born to allow the real time geospatial data sharing between the Functional Centers of the Italian Civil Protection Department, being OGC (Open Geospatial [...]]]></description>
			<content:encoded><![CDATA[<p>Quoting from the <a title="geoSDI" href="http://geosdi.nsdi.it/index.php?lang=english">geoSDI</a> web site,</p>
<p>&#8220;geoSDI is the complete solution for Spatial Data Infrastructure used by the <strong>Italian National Civil Protection Department</strong>.</p>
<p>The geoSDI solution is based on Open Source Technologies and was born to allow the real time geospatial data sharing between the Functional Centers of the Italian Civil Protection Department, being <strong>OGC</strong> (Open Geospatial Consortium) standard compliant, <strong>INSPIRE</strong> Directive compliant and <strong>CNIPA</strong> <em>Repertorio Nazionali dei Dati Territoriali</em> specifications compliant.&#8221;</p>
<p>The  geoSDI infrastructure aims to provide a coherent National Spatial Data Infrastructure (NSDI) which is compliant with national and internal recognized standard as outlined by organizations like ISO and OGC as well as by initiatives like INSPIRE.</p>
<p>We are glad to announce that a core role in the geoSID inititive will be played by the GeoServer framework and that <a title="GeoSolutions" href="http://www.geo-solutions.it"><strong>GeoSolutions SAS</strong></a> has been selected to provide professional support for the developments and customizations required.  Stay tuned for more information on the topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/12/italian-civil-protection-national-spatial-data-infrastructure-trusts-geoserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beware of Raster styling changes with 1.7 series</title>
		<link>http://blog.geoserver.org/2008/11/12/beware-of-raster-stytling-changes-with-17-series/</link>
		<comments>http://blog.geoserver.org/2008/11/12/beware-of-raster-stytling-changes-with-17-series/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:57:57 +0000</pubDate>
		<dc:creator>simone.giannecchini</dc:creator>
		
		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[RasterSymbolizer]]></category>

		<category><![CDATA[SLD]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=147</guid>
		<description><![CDATA[Starting with the 1.7.0 release GeoServer comes with a pretty decent (well, at least IMHO  ) implementation of the SLD 1.0 RasterSymbolizer element (check here for a technical discussion on the implementation). On a side this means that we can try to style raster data as well as verctor data. On the other side, [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with the 1.7.0 release GeoServer comes with a pretty decent (well, at least IMHO <img src='http://blog.geoserver.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) implementation of the SLD 1.0 RasterSymbolizer element (check <a title="RasterSymbolizer in geotools" href="http://docs.codehaus.org/display/GEOTOOLS/Raster+Symbolizer+support" target="_blank">here </a>for a technical discussion on the implementation). On a side this means that we can try to style raster data as well as verctor data. On the other side, this means that if you update GeoServer from an older installation, let&#8217;s say 1.6.4 you can get into troubles with preexisting raster data since <strong>the old default raster.sld in no longer legal</strong>. <a title="Old raster.sld" href="https://svn.codehaus.org/geoserver/branches/1.6.x/configuration/release/styles/raster.sld">Here</a> you can find the old raster.sld, while <a title="Correct raster.sld for 1.7.x and successive releases" href="https://svn.codehaus.org/geoserver/branches/1.7.x/configuration/release/styles/raster.sld">here</a> you can find the new one. which works for 1.7.x and successive releases. Long story short, rationale behind this is that with older geoServer releases we did not have a RasterSymbolizer implementation hence we were simply ignoring most elements of the raster.sld file. From 1.7.0 and on we have a decent RasterSymbolizer implementation, hence the old raster.sld style can no longer be used lightly since it makes assumptions on the underlying data. As a result the new default raster style is just an empty stub.</p>
<p>Summarising, if you are updating GeoSerber from 1.6.x or older, make sure to check to replace the raster.sld with the new onw.</p>
<p>Ciao a tutti.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/12/beware-of-raster-stytling-changes-with-17-series/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support for SQL Server</title>
		<link>http://blog.geoserver.org/2008/11/10/146/</link>
		<comments>http://blog.geoserver.org/2008/11/10/146/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:15:34 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Developer notes]]></category>

		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=146</guid>
		<description><![CDATA[The GeoServer team is happy to announce an extension for Microsoft SQL Server, currently available as a nightly build. Instructions for getting the extension up and running are available on the wiki.
At this point the extension is still quite young and is missing some key features like spatial indexing and support for well known binary. [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is happy to announce an extension for <a href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx">Microsoft SQL Server</a>, currently available as a <a href="http://gridlock.openplans.org/geoserver/1.7.x/ext-latest/geoserver-1.7.1-SNAPSHOT-sqlserver-plugin.zip" target="_blank">nightly build</a>. Instructions for getting the extension up and running are available on the <a href="http://geoserver.org/display/GEOSDOC/SQL+Server+DataStore" target="_blank">wiki</a>.</p>
<p>At this point the extension is still quite young and is missing some key features like spatial indexing and support for well known binary. By trying it out and providing us with feedback you can help drive development of these features.</p>
<p>The extension is based on the recent re-architecture in <a href="http://geotools.org">GeoTools</a> for database backed data stores. Code named &#8220;JDBC Next Generation&#8221;, it provides a framework for building new data store implementations quickly and robustly. Also based on this architecture are soon to come improved extensions for MySQL, Oracle, and DB2. A new extension for SpatiaLite is also in the works.</p>
<p><a href="http://gridlock.openplans.org/geoserver/1.7.x/ext-latest/geoserver-1.7.1-SNAPSHOT-sqlserver-plugin.zip" target="_blank">Download the SQL Server extension</a> and try it out. We are very eager to here any feedback on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>. You can also help us make it better by reporting any issues in our <a href="http://jira.codehaus.org/browse/GEOS">bug tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/10/146/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer Developers Map</title>
		<link>http://blog.geoserver.org/2008/11/07/geoserver-developers-map/</link>
		<comments>http://blog.geoserver.org/2008/11/07/geoserver-developers-map/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 21:33:45 +0000</pubDate>
		<dc:creator>Ivan Willig</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=145</guid>
		<description><![CDATA[GeoServer is a open source project, developed and supported by a diverse group of people from around the world. To highlight this, OpenGeo has built a simple map showing the locations of GeoServer developers. Each developer&#8217;s location is marked with a blue point.  Clicking on that point will produce a pop-up with the developer&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">GeoServer is a open source project, developed and supported by a diverse group of people from around the world. To highlight this, <a href="http://opengeo.org" target="_blank">OpenGeo</a> has built a simple <a href="http://demo.opengeo.org/developers-map/" target="_blank">map</a> showing the locations of GeoServer developers. Each developer&#8217;s location is marked with a blue point.  Clicking on that point will produce a pop-up with the developer&#8217;s name and a brief bio.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><a href="http://demo.opengeo.org/developers-map/" target="_blank">GeoServer Developers Map</a></p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">This map interface is built using <a href="http://openlayers.org" target="_blank">OpenLayers</a>.  The data points are saved in a <a href="http://postgis.refractions.net/" target="_blank">PostGIS</a> database and are served through GeoServer.  OpenLayers accesses the data using the <a href="http://en.wikipedia.org/wiki/Web_Feature_Service" target="_blank">WFS protocol</a>.  The background image is currently the Google terrain layer, but will soon be replaced by <a href="http://openstreetmap.org" target="_blank"> OpenStreetMap</a> data.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">If you are a GeoServer developer and wish to be included on the map, <a href="mailto:inquiry@opengeo.org"><span style="text-decoration: underline;">let us know</span></a>.  Please include your name, a short bio, and the city, state, and country where you live.   If anyone has any other comments about this map or the technology behind it, please write to us at <a href="mailto:inquiry@opengeo.org">inquiry@opengeo.org.</a></p>
<p style="margin-bottom: 0in;">
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/11/07/geoserver-developers-map/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Safe FME and GeoServer</title>
		<link>http://blog.geoserver.org/2008/10/28/safe-fme-and-geoserver/</link>
		<comments>http://blog.geoserver.org/2008/10/28/safe-fme-and-geoserver/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 23:08:23 +0000</pubDate>
		<dc:creator>Chris Holmes</dc:creator>
		
		<category><![CDATA[Behind The Scenes]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=143</guid>
		<description><![CDATA[OpenGeo and Safe Software have been talking about working together to make life easier for users of FME and GeoServer.  We&#8217;ve both been hearing more about organizations using FME to solve their data conversion challenges and then making the results available to the world using the OpenGeo Stack.
While many people are making things work with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://opengeo.org">OpenGeo</a> and <a href="http://safe.com">Safe Software</a> have been talking about working together to make life easier for users of <a href="http://www.safe.com/products/overview.php">FME</a> and <a href="http://geoserver.org">GeoServer</a>.  We&#8217;ve both been hearing more about organizations using FME to solve their data conversion challenges and then making the results available to the world using the <a href="http://opengeo.org/technology/">OpenGeo Stack</a>.</p>
<p>While many people are making things work with the software now, we figure that a few improvements towards tighter integration could be a big win.  Our end goal is to enable <a href="http://www.safe.com/products/server/overview.php">FME Server</a> and GeoServer to work together seamlessly.  This allows each piece to solve the area they excel at - GeoServer in OGC standards and web output formats, FME at complex data conversions and translations.  With a few key improvements the combined solution should solve the &#8216;Community Schema&#8217; problem that Ron Lake recently <a href="http://www.galdosinc.com/archives/545">brought up</a> better than any software in world.  In time the GeoServer community will definitely build the capability to handle the full community schema transformation natively, but integrating with FME should provide a transitional path, and FME will always be ahead in terms of the most advanced translations.</p>
<p>If you are a user of both FME and GeoServer we&#8217;d love to hear from you with input on how we could work together to make your life easier (or you can just give us encouragement ;).  We are still in the early stages, hoping to put together a rough prototype relatively soon, but beta testers in the future will be appreciated. And of course additional funding will enable us to prioritize the work and get it done faster.  If you are interested in helping out please get in touch at the <a href="http://opengeo.org/contact/ ">OpenGeo contact form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/10/28/safe-fme-and-geoserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer 1.7.0 Released</title>
		<link>http://blog.geoserver.org/2008/10/27/geoserver-170-released/</link>
		<comments>http://blog.geoserver.org/2008/10/27/geoserver-170-released/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 05:12:30 +0000</pubDate>
		<dc:creator>Justin Deoliveira</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=142</guid>
		<description><![CDATA[The GeoServer team is proud to announce the release of GeoServer 1.7.0, available here for download. This is a very big release for GeoServer as the 1.7.x series brings some exciting new features and improvements.
Security in 1.7 has been improved by allowing access control at the layer/feature type level, in addition to the service level. [...]]]></description>
			<content:encoded><![CDATA[<p>The GeoServer team is proud to announce the release of GeoServer 1.7.0, available <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.0">here</a> for download. This is a very big release for GeoServer as the 1.7.x series brings some exciting new features and improvements.</p>
<p>Security in 1.7 has been improved by allowing access control at the <a href="http://geoserver.org/display/GEOS/GSIP+19+-+Per+layer+security">layer/feature type level</a>, in addition to the <a href="http://geoserver.org/display/GEOSDOC/2.6+Security+subsystem">service level</a>. This allows users to secure data in a much more granular way. There has also been much work done to better performance for GeoServer 1.7. The short of which is faster rendering with WMS, as well as faster data access with Shapefile, PostGIS, and ArcSDE. For those interested in the specifics check out the <a href="http://presentations.opengeo.org/2008_FOSS4G/WebMapServerPerformance-FOSS4G2008.pdf">presentation</a> given by Andrea Aime at FOSS4G this year in South Africa. Also of note for this release is a retrofit of the built in <a href="http://openlayers.org">OpenLayers</a> map preview. The preview interface now allows for filtering and controlling various rendering aspects such as anti-aliasing and image format.</p>
<p>The folks from <a href="http://www.geo-solutions.it/">GeoSolutions</a> have also been quite busy as usual and have once again made some great improvements on the raster/coverage side of things. GeoServer now supports <a href="http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions">additional raster formats</a> such as ECW, MrSID, and JPEG 2000. This has been achieved by leveraging the <a href="http://www.gdal.org/">GDAL</a> library. As well as additional formats GeoSolutions has also provided the ability to perform much more powerful coverage portrayal via the SLD <a href="http://docs.codehaus.org/display/GEOTOOLS/Raster+Symbolizer+support">RasterSymbolizer</a> construct. With support for RasterSymbolizer users can now do channel selection, define color maps, perform contrast enhancement, and more. Special thanks to GeoSolutions.</p>
<p>As the GeoServer community expands, so does the number of translations to support other languages. 1.7 brings a Dutch and a Russian translation. Thanks to Leon Vanberio and Maxim Dubinin for their great contributions. And special thanks to all users who helped us test the 1.7 release candidates and filed bugs in the tracker.</p>
<p>Not only is GeoServer 1.7.0 a big release for users, it&#8217;s also a notable one for developers. Some major improvements have been done to the GeoServer core which will act as building blocks for features in future releases. This involves a change to the internal feature model which now allows the modeling of complex feature relationships; something that gets us closer to achieving full community schema support. There have also been changes to the back-end configuration subsystem which now has a much cleaner API for developers writing plug-ins and user interface components. It will also serve as the base for supporting additional persistence mechanisms such as hibernate and other O/R mappers.</p>
<p>And as usual a heap of bugs were fixed for this release. Over <a href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;&amp;fixfor=14627&amp;fixfor=14538&amp;fixfor=13880&amp;fixfor=14500&amp;fixfor=14475&amp;fixfor=14377&amp;fixfor=13881&amp;pid=10311&amp;sorter/field=issuekey&amp;sorter/order=DESC">200 issues</a> were handled for 1.7.0.</p>
<p><a href="http://geoserver.org/display/GEOS/GeoServer+1.7.0">Download</a>, try it out, and let us know what you think. Comments and feedback are always welcome on the <a href="mailto:geoserver-users@lists.sourceforge.net">mailing list</a>. The community is always interested to hear how people are using GeoServer. Also stay tuned for the 1.7.1 release, due out in a month or so, which will include some exciting new improvements to Google Earth and KML support.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/10/27/geoserver-170-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do uDig?</title>
		<link>http://blog.geoserver.org/2008/10/23/do-udig/</link>
		<comments>http://blog.geoserver.org/2008/10/23/do-udig/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 21:41:03 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
		
		<category><![CDATA[User perspectives]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=141</guid>
		<description><![CDATA[I&#8217;d like to quickly congratulate the uDig developers team for releasing the newest version of uDig.  uDig 1.1 has a venerable history.  Quite a venerable history, as releases go.  In fact, I think uDig might be in line for some kind of Guinness-style award for having the most release candidates (with 14 RCs and even [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to quickly congratulate the uDig developers team for releasing the newest version of uDig.  <a href="http://udig.refractions.net" target="_blank">uDig 1.1</a> has a venerable history.  <a href="http://lists.refractions.net/pipermail/udig-devel/2006-June/005193.html" target="_blank">Quite a venerable history</a>, as releases go.  In fact, I think uDig might be in line for some kind of <a href="http://www.guinnessworldrecords.com/" target="_blank">Guinness</a>-style award for having the most release candidates (with 14 RCs and even 3 Sanity Checks).  I certainly don&#8217;t mean this as a dig (sorry, couldn&#8217;t help myself); it just shows that the team wanted to be sure to release a quality product as free of bugs as possible.  That said, the GeoServer team does feel slightly better about our growing number of release candidates (currently at <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.0-RC4" target="_blank">1.7.0-RC4</a>).  No matter.  uDig is an excellent desktop GIS product and is a great complement to GeoServer.  (I personally have always appreciated its ability to generate SLDs quickly and painlessly.)  <a href="http://udig.refractions.net/download/" target="_blank">Go check it out</a>.</p>
<p><strong>Update: </strong>I&#8217;ve been asked off-camera about uDig&#8217;s editing capabilities.  uDig does in fact follow the <a href="http://www.opengeospatial.org/standards/wfs" target="_blank">WFS-T(ransaction)</a> standard, and is one of the best clients out there for doing so.  In this way, one can use uDig to edit features served using GeoServer from the safety of a familiar GUI.  That&#8217;s big news (shapefiles and other data structures can be rather opaque to edit otherwise) and I think it merits a mention here.<br />
<a href="http://udig.refractions.net/download/" target="_blank"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/10/23/do-udig/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GeoServer Benchmarks at FOSS4G 2008</title>
		<link>http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008/</link>
		<comments>http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:19:26 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
		
		<category><![CDATA[Developer notes]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=139</guid>
		<description><![CDATA[There are some questions that are asked quite frequently by people who are using GeoServer, or who are thinking about doing so.  And certain ones can&#8217;t be so easily answered as those in our FAQ.  One of the most common I see is this:
“GeoServer is nifty, but is it fast?”

&#160;
Clearly some benchmarks are [...]]]></description>
			<content:encoded><![CDATA[<p>There are some questions that are asked quite frequently by people who are using GeoServer, or who are thinking about doing so.  And certain ones can&#8217;t be so easily answered as those in our <a href="http://geoserver.org/display/GEOSDOC/FAQ" target="_blank">FAQ</a>.  One of the most common I see is this:</p>
<p style="margin-bottom: 0in; padding-left: 30px;"><em>“GeoServer is nifty, but is it fast?”<br />
</em></p>
<p style="margin-bottom: 0in; padding-left: 30px;">&nbsp;</p>
<p>Clearly some benchmarks are needed.  Testing was first done at a presentation at <a href="http://www.foss4g2007.org/presentations/view.php?abstract_id=120" target="_blank">FOSS4G 2007</a> by Justin Deolivera (<a href="http://opengeo.org" target="_blank">OpenGeo</a>) and Brock Anderson (<a href="http://www.refractions.net/" target="_blank">Refractions Research</a>).  They chose to compare performance of GeoServer against <a href="http://mapserver.gis.umn.edu/" target="_blank">MapServer</a>, another popular open-source GIS.  The presentation was well-received and showed off the strengths and weaknesses in both servers.</p>
<p>This year, at <a href="http://conference.osgeo.org/index.php/foss4g/2008/paper/view/256" target="_blank">FOSS4G 2008</a>, Andrea Aime (also OpenGeo) took over the benchmarking process, this time with an updated test suite including thematic mapping, anti-aliasing, raster data, and tile caching.  Since the previous year, MapServer had improved its shapefile rendering to be faster than GeoServer&#8217;s render time.  But Andrea continues:</p>
<p style="margin-bottom: 0in; padding-left: 30px;"><em>“The hard part started when our results showed GeoServer being in the lead in both PostGIS and raster tests.  I could buy the PostGIS results, but I did not believe the raster results.  MapServer has had long-standing and well-reputed raster support, so how come the newcomer was doing better?”<br />
</em></p>
<p style="margin-bottom: 0in; padding-left: 30px;">&nbsp;</p>
<p>Andrea and Justin worked directly with Steve Lime, Paul Ramsey, and Frank Warmerdam to confirm and discuss the findings.  But the results were clear:  although MapServer was faster at shapefile rendering, GeoServer was faster at raster and PostGIS rendering.</p>
<p>Andrea continues:</p>
<p style="margin-bottom: 0in; padding-left: 30px;"><em>“When you <a href="http://presentations.opengeo.org/2008_FOSS4G/WebMapServerPerformance-FOSS4G2008.pdf" target="_blank">look at our results</a>, remember that the MapServer developers are already working hard to improve MapServer performance, just like they did one year ago with the shapefile results.  GeoServer developers won&#8217;t be sleeping either, as we&#8217;re already working on some changes to get PostGIS support both more secure and faster.<br />
</em></p>
<p style="margin-bottom: 0in; padding-left: 30px;">&nbsp;</p>
<p style="margin-bottom: 0in; padding-left: 30px;"><em>For next year, we&#8217;re looking forward to doing a joint presentation that will allow each group to tune their respective servers to the best of their capabilities, and look into some extra tests. I&#8217;m looking forward to it; a bit of friendly competition is benefiting both servers and keeping the audience interested.”<br />
</em></p>
<p style="margin-bottom: 0in; padding-left: 30px;">&nbsp;</p>
<p>Sounds like a friendly throwdown to me.</p>
<p>But don&#8217;t just <a href="http://presentations.opengeo.org/2008_FOSS4G/WebMapServerPerformance-FOSS4G2008.pdf" target="_blank">take his word for it</a>.  Why don&#8217;t you <a href="http://presentations.opengeo.org/2008_FOSS4G/foss4g-benchmarks-data-scripts.tar.bz2" target="_blank">download the test suite</a> and report back your findings?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/10/22/geoserver-benchmarks-at-foss4g-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1.7.0-RC4: Fourth Time Is The Charm?</title>
		<link>http://blog.geoserver.org/2008/10/15/170-rc4-fourth-time-is-the-charm/</link>
		<comments>http://blog.geoserver.org/2008/10/15/170-rc4-fourth-time-is-the-charm/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 13:54:42 +0000</pubDate>
		<dc:creator>Mike Pumphrey</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.geoserver.org/?p=138</guid>
		<description><![CDATA[Today we have a new release candidate of GeoServer 1.7.x for everyone&#8217;s testing pleasure.  We don&#8217;t wish to invoke Zeno&#8217;s Dichotomy Paradox, but we are in fact very close to the release.  In truth this release candidate only includes six new bug fixes (the most notable regarding projection persistence and Google Earth overlays).  If it [...]]]></description>
			<content:encoded><![CDATA[<p>Today we have a <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.0-RC4" target="_blank">new release candidate of GeoServer 1.7.x</a> for everyone&#8217;s testing pleasure.  We don&#8217;t wish to invoke <a href="http://en.wikipedia.org/wiki/Dichotomy_paradox" target="_blank">Zeno&#8217;s Dichotomy Paradox</a>, but we are in fact very close to the release.  In truth this release candidate only includes <a href="http://jira.codehaus.org/browse/GEOS/fixforversion/14627" target="_blank">six new bug fixes</a> (the most notable regarding projection persistence and Google Earth overlays).  If it seems like we&#8217;re going release candidate crazy, rest assured that it is only because we want to ensure that 1.7.0 will be a stable release and not a beta that was rushed out the door.  <a href="http://geoserver.org/display/GEOS/GeoServer+1.7.0-RC4" target="_blank">Give it a try!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geoserver.org/2008/10/15/170-rc4-fourth-time-is-the-charm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
