<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	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>sauerkraut</title>
	<atom:link href="http://karelcech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://karelcech.wordpress.com</link>
	<description>FREE GIS EXPERIENCE BLOG</description>
	<lastBuildDate>Sat, 05 Feb 2011 00:11:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='karelcech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>sauerkraut</title>
		<link>http://karelcech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://karelcech.wordpress.com/osd.xml" title="sauerkraut" />
	<atom:link rel='hub' href='http://karelcech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SDE &#8211; GeoTools Micro Dictionary</title>
		<link>http://karelcech.wordpress.com/2007/08/21/19/</link>
		<comments>http://karelcech.wordpress.com/2007/08/21/19/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 08:46:56 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/08/21/19/</guid>
		<description><![CDATA[If you don&#8217;t know GeoTools and face the task of passing some application from SDE to GT, you may find this table useful for initial orientation in problem. The list of SDE classes very limited though. SDE GeoTools GeoAPI JTS SeCoordinateReference &#160; org.opengis.referencing.crs.CoordinateReferenceSystem &#160; SePolygon &#160; &#160; com.vividsolutions.jts.geom.Polygon SePoint &#160; &#160; com.vividsolutions.jts.geom.Point SeExtent &#160; &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=19&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t know GeoTools and face the task of passing some application from SDE to GT, you may find this table useful for initial orientation in problem. The list of SDE classes very limited though.</p>
<div style="overflow:auto;width:430px;">
<table style="font-size:9px;" border="1" cellpadding="0" cellspacing="0" width="793">
<tr>
<td nowrap="nowrap" valign="bottom" width="124"><strong>SDE</strong></td>
<td nowrap="nowrap" valign="bottom" width="201"><strong>GeoTools</strong></td>
<td nowrap="nowrap" valign="bottom" width="279"><strong>GeoAPI</strong></td>
<td nowrap="nowrap" valign="bottom" width="189"><strong>JTS</strong></td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeCoordinateReference</td>
<td nowrap="nowrap" valign="bottom" width="201">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="279">org.opengis.referencing.crs.CoordinateReferenceSystem</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SePolygon</td>
<td nowrap="nowrap" valign="bottom" width="201">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">com.vividsolutions.jts.geom.Polygon</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SePoint</td>
<td nowrap="nowrap" valign="bottom" width="201">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">com.vividsolutions.jts.geom.Point</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeExtent</td>
<td nowrap="nowrap" valign="bottom" width="201">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">com.vividsolutions.jts.geom.Envelope</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeRow</td>
<td nowrap="nowrap" valign="bottom" width="201">org.geotools.feature.Feature</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeLayer</td>
<td nowrap="nowrap" valign="bottom" width="201">org.geotools.data.DataStore</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeTable</td>
<td nowrap="nowrap" valign="bottom" width="201">org.geotools.data.postgis.FeatureType</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeShape</td>
<td nowrap="nowrap" valign="bottom" width="201">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">com.vividsolutions.jts.geom.Geometry</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeColumnDefinition</td>
<td nowrap="nowrap" valign="bottom" width="201">org.geotools.feature.AttributeType</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeQuery</td>
<td nowrap="nowrap" valign="bottom" width="201">org.geotools.data.DataStore.getFeatures()</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SeRegistration</td>
<td nowrap="nowrap" valign="bottom" width="201">no need &#8211;   sde specific</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap" valign="bottom" width="124">SDEPoint</td>
<td nowrap="nowrap" valign="bottom" width="201">no need &#8211;   sde specific</td>
<td nowrap="nowrap" valign="bottom" width="279">&nbsp;</td>
<td nowrap="nowrap" valign="bottom" width="189">&nbsp;</td>
</tr>
</table>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=19&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/08/21/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>Mapserver Enterprise vs Mapserver Cheetah</title>
		<link>http://karelcech.wordpress.com/2007/06/25/mapserver-enterprise-vs-mapserver-cheetah/</link>
		<comments>http://karelcech.wordpress.com/2007/06/25/mapserver-enterprise-vs-mapserver-cheetah/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 12:16:14 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/06/25/mapserver-enterprise-vs-mapserver-cheetah/</guid>
		<description><![CDATA[Note: I have rewritten this article after crtitics which was deserved a bit:-) To whom it may concern.. This is still a bit naming mess. The two pieces of software have almost nothing to to do with each other. &#8220;Mapserver Enterprise&#8221; simply does&#8217;n exist anymore and is now called MapGuide Open Source, open source approach [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=11&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Note: I have rewritten this article after <a href="http://www.jasonbirch.com/nodes/2007/06/26/99/who-writes-history/">crtitics</a> which was deserved a bit:-)</p>
<p>To whom it may concern.. This is still a bit naming mess. The two pieces of software have almost nothing to to do with each other.<br />
&#8220;Mapserver Enterprise&#8221; simply does&#8217;n exist anymore and is now called <a href="http://mapguide.osgeo.org/">MapGuide Open Source</a>, open source approach to web mapping, based on original Autodesk&#8217;s code. Despite of the former name, there is no &#8220;child&#8221; version of UMN Mapserver nor fork, there&#8217;s one <a href="http://mapserver.gis.umn.edu/">Mapserver</a>. A bit of history &#8211; Autodesk entered in free GIS in 2005 with its <a href="http://www.autodesk.es/mapguide">MapGuide</a>. As they were publishing a huge amount of code I think that they wanted to make it a big way. They invented these two names, but there was little response for calling Mapserver other names.. Now, the name &#8220;Mapserver Enterprise&#8221; is not promoted anymore and the product resides on <a href="http://mapguide.osgeo.org/">http://mapguide.osgeo.org/</a>. Anyway, some people from Autodesk still call it so &#8211; I have heard it recently on GlobalGeo in Barcelona. But it is probably only a mistake &#8211; Mapserver Enterprise simply doesn&#8217;t exist anymore.</p>
<p>MapGuide is not written in Java  as I originally thougt, but &#8220;entirely coded in cross-platform C++, using SWIG to generate the user-facing web APIs&#8221; (citing <a href="http://www.jasonbirch.com/nodes/2007/06/26/99/who-writes-history/">Jason Birch</a>) and has some quite interesting features &#8211; i.e. using DXF vector  plugin in browser, extensive ajax use etc. This comparing to old unix-like C/C++ mapserver may appear really to be anvaced edition. I certainly think that != true; Everybody can choose the best for his needs &#8211; oh wait there is already Geoserver! Cool J2EE app built with GeoTools.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=11&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/06/25/mapserver-enterprise-vs-mapserver-cheetah/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>shp2sde.exe does not allow import layers without any features</title>
		<link>http://karelcech.wordpress.com/2007/06/08/shp2sdeexe-does-not-allow-import-layers-without-any-features/</link>
		<comments>http://karelcech.wordpress.com/2007/06/08/shp2sdeexe-does-not-allow-import-layers-without-any-features/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 12:25:07 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/06/08/shp2sdeexe-does-not-allow-import-layers-without-any-features/</guid>
		<description><![CDATA[When importing empty layer, command shp2sde (8.3 version) complains something like this: &#8220;The shapefile in it&#8217;s entirety exceedes valid coordinate range&#8221;. The workaround is: add a dummy feature in ArcMap to this empty shapefile, and delete it later from the database manager. Hope it helps.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=18&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When importing empty layer, command shp2sde (8.3 version) complains something like this: &#8220;The shapefile in it&#8217;s entirety exceedes valid coordinate range&#8221;. The workaround is: add a dummy feature in ArcMap to this empty shapefile, and delete it later from the database manager. Hope it helps.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=18&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/06/08/shp2sdeexe-does-not-allow-import-layers-without-any-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>deleting SDE layers in MS SQL, let&#8217;s click!</title>
		<link>http://karelcech.wordpress.com/2007/06/01/deleting-sde-layers-in-ms-sql-lets-click/</link>
		<comments>http://karelcech.wordpress.com/2007/06/01/deleting-sde-layers-in-ms-sql-lets-click/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 07:07:41 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/06/01/deleting-sde-layers-in-ms-sql-lets-click/</guid>
		<description><![CDATA[OK, it is about ESRI, but in real world we often have to work with commercial sw.  For example, I am working with SDE 8.2, upon an MS SQL 2000. Here, when I want to delete a layer from a databse, I use sdelayer command. sdelayer -o delete -l spatialtable,Shape -i 5151 -s host -D [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=17&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK, it is about ESRI, but in real world we often have to work with commercial sw.  For example, I am working with SDE 8.2, upon an MS SQL 2000. Here, when I want to delete a layer from a databse, I use sdelayer command.</p>
<p>sdelayer -o delete -l spatialtable,Shape -i 5151 -s host -D db -u user -p pass</p>
<p>However, this command does not delete all the layer (!) . Reason: since you are forced to specify a column i the -l option, only this &#8220;Shape&#8221; spatial column registrys are deleted (from internal SDE database and shape tables). The rest of data remains. You have to remove them manually by clicking &#8211; this explains the title.</p>
<p>Note: I am no expert on ESRi, there can be some other commands. Let me know in this case.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=17&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/06/01/deleting-sde-layers-in-ms-sql-lets-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>From ESRI SDE to GeoTools</title>
		<link>http://karelcech.wordpress.com/2007/04/23/from-esri-sde-to-geotools/</link>
		<comments>http://karelcech.wordpress.com/2007/04/23/from-esri-sde-to-geotools/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 15:18:23 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/04/23/from-esri-sde-to-geotools/</guid>
		<description><![CDATA[I am currently rewriting one spatially enabled application, that uses SDE now. I will pass it to GeoTools 2.3 that we could work towards PostGIS and later more data sources. Looking forward to have GDAL bindings in GT! It will be a long way. To be continued&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=14&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am currently rewriting one spatially enabled application, that uses SDE now. I will pass it to GeoTools 2.3 that we could work towards PostGIS and later more data sources. Looking forward to have <a href="http://jira.codehaus.org/browse/GEOT-500">GDAL bindings in GT</a>!<br />
It will be a long way. To be continued&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=14&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/04/23/from-esri-sde-to-geotools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Earth</title>
		<link>http://karelcech.wordpress.com/2007/04/23/flash-earth/</link>
		<comments>http://karelcech.wordpress.com/2007/04/23/flash-earth/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 12:50:13 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/04/23/flash-earth/</guid>
		<description><![CDATA[Again, client of Google Maps, Viesual Earth and others. Nice interaction, although a bit short of funcionality.. But, obiously Paul Nieve likes just playing with flash &#8211; nice toy! http://www.flashearth.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=12&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Again, client of Google Maps, Viesual Earth and others. Nice interaction, although a bit short of funcionality.. But, obiously Paul Nieve likes just playing with flash &#8211; nice toy!</p>
<p><a href="http://www.flashearth.com/">http://www.flashearth.com/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=12&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/04/23/flash-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>wikimapia</title>
		<link>http://karelcech.wordpress.com/2007/04/23/wikimapia/</link>
		<comments>http://karelcech.wordpress.com/2007/04/23/wikimapia/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 12:43:12 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/04/23/wikimapia/</guid>
		<description><![CDATA[Hm, nice vector highlighting!! And, nice project! http://wikimapia.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=13&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hm, nice vector highlighting!! And, nice project!</p>
<p><a href="http://wikimapia.org/">http://wikimapia.org/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=13&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/04/23/wikimapia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikiloc</title>
		<link>http://karelcech.wordpress.com/2007/04/16/wikiloc/</link>
		<comments>http://karelcech.wordpress.com/2007/04/16/wikiloc/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 07:50:59 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/04/16/wikiloc/</guid>
		<description><![CDATA[You sure know a lot of google maps and earths. This page uses google and wms servers to the maximum. Nice thigs is that they offer you wms servers available for current zone. http://www.wikiloc.com/wikiloc/spatialArtifacts.do<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=10&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You sure know a lot of google maps and earths. This page uses google and wms servers to the maximum. Nice thigs is that they offer you wms servers available for current zone.</p>
<p><a href="http://www.wikiloc.com/wikiloc/spatialArtifacts.do">http://www.wikiloc.com/wikiloc/spatialArtifacts.do</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=10&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/04/16/wikiloc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>tree-it!</title>
		<link>http://karelcech.wordpress.com/2007/03/24/tree-it/</link>
		<comments>http://karelcech.wordpress.com/2007/03/24/tree-it/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 19:25:57 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/03/24/tree-it/</guid>
		<description><![CDATA[So this is very nice project. I could participate but I did not had time&#8230; Anyway don&#8217;t expect any map with layers:-). http://tree-nation.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=9&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So this is very nice project. I could participate but I did not had time&#8230; Anyway don&#8217;t expect any map with layers:-).</p>
<p>http://tree-nation.com/</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=9&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/03/24/tree-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
		<item>
		<title>Manual editing of .map file &#8211;</title>
		<link>http://karelcech.wordpress.com/2007/03/23/manual-editing-of-map-file/</link>
		<comments>http://karelcech.wordpress.com/2007/03/23/manual-editing-of-map-file/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 14:51:41 +0000</pubDate>
		<dc:creator>karlosito</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://karelcech.wordpress.com/2007/03/23/manual-editing-of-map-file/</guid>
		<description><![CDATA[Yeah, it is a pain, especially when you have more layers. But it is not MapServer&#8217;s fault, since you have to put a lot of information in there! For WMS and probably for other services, if you don&#8217;t put in LAYER&#8217;s tag METADATA line &#8220;ows_extent&#8221;, mapserver keeps computing the extent every time you make a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=8&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah, it is a pain, especially when you have more layers. But it is not MapServer&#8217;s fault, since you have to put a lot of information in there!</p>
<p>For WMS and probably for other services, if you don&#8217;t put in LAYER&#8217;s tag METADATA line &#8220;ows_extent&#8221;, mapserver keeps computing the extent every time you make a getcapabilities request. You cannot put EXTENT tag into the LAYER only, because strange things happen &#8211; seems that depends on the datasource, when the LatLonBoundingBox tag appears. With &#8220;ows_extent&#8221; this everything OK. Mapserver 4.10</p>
<p>Next time I will have to write some .map manually I will generate it with some simple script!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karelcech.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karelcech.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karelcech.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karelcech.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karelcech.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karelcech.wordpress.com&amp;blog=895712&amp;post=8&amp;subd=karelcech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karelcech.wordpress.com/2007/03/23/manual-editing-of-map-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b60598c49d2006ed5a289876e5006e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karlosito</media:title>
		</media:content>
	</item>
	</channel>
</rss>
