<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>BostonGIS Blog</title>
    <link>http://www.bostongis.com/blog/</link>
    <description>A database programmer's perspective on GIS</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BostongisBlog" /><feedburner:info uri="bostongisblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Update to Install instructions for PostGIS 2.0 more coming</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/CUZOUlJHEGo/index.php</link>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/188-Update-to-Install-instructions-for-PostGIS-2.0-more-coming.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=188</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=188</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;We finally got around to updating our &lt;a href="/PrinterFriendly.aspx?content_name=postgis_tut01" target="_blank"&gt;Part 1: Getting Started With PostGIS: An almost Idiot's Guide&lt;/a&gt; for PostGIS 2.0.  We kept the 1.5 around so is still accessible under  &lt;a href="/PrinterFriendly.aspx?content_name=postgis_tut01_15" target="_blank"&gt;Part 1: Getting Started With PostGIS: An almost Idiot's Guide (PostGIS 1.5)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The &lt;a href="/PrinterFriendly.aspx?content_name=postgis_tut02" target="_blank"&gt;Part 2: Introduction to Spatial Queries &lt;/a&gt; in the series was even more outdated and was using functions removed in 2.0 and long deprecated since around PostGIS 1.3.  We've updated this as well, but still cleaning it up a bit and verifying we didn't make any typos in the code.&lt;/p&gt;

&lt;p&gt;We hope to augment these tutorials with similar ones for raster and topology.  Some of the misconceptions people have about working with raster in PostGIS 2.0 that we've noticed are:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;It is somehow different if you are on windows vs. Unix/Linux.  This is not true.  In fact the &lt;em&gt;raster2pgsql&lt;/em&gt; command-line tool makes the process pretty much the same regardless of what OS you are on.&lt;/li&gt;
&lt;li&gt;People use raster2pgsql to generate an SQL file and then try to load it with pgAdmin and pgAdmin crashes.  Sorry folks, pgAdmin is not the right tool for the job, it's not designed for loading up a 1 GB sql file in SQL Query browser and running it. Frankly you don't even need to bother with generating an intermediary SQL file - just pipe straight to psql.  Works for all OS including Windows. &lt;/li&gt;
&lt;li&gt;How to display PostGIS raster with external tools.   The story there is still in infancy.  Yes you can sorta do it with MapServer, QGIS etc, but its kinda slow at the moment.  GeoServer might be better using the &lt;a href="http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html"&gt;GeoTools option&lt;/a&gt;, but I haven't had the time to play with all the options.  
Another option I wanted to experiment with is one suggested by a client of ours publishing PostGIS raster as a tile based store similar to what is done with &lt;a href="http://mapbox.com/mbtiles-spec/" target="_blank"&gt;MBTiles&lt;/a&gt;.  That has some allure since PostGIS raster can be loaded as chunked tiles with the loader to make analysis faster. So although it's really slick for vector/raster analysis there is no reason I see it can't play kinda dumb as well when its convenient and smart again when the need arises simply by using the output PNG/tiff etc functions as wrappers for tile output.  Those functions are fairly fast. :).  &lt;/li&gt;
&lt;li&gt;Oh yah and it's about analysis not display.  I know Paul, but some of us don't live in caves though I admit I do :)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Anyway we'll go thru these lessons in raster tutorials to follow and hopefully I'll have a better story with displaying PostGIS raster with third-party tools after some experimentation and some issues in the PostGIS GDAL driver have been resolved.&lt;/p&gt;

&lt;h3&gt;New book coming&lt;/h3&gt;
&lt;p&gt;Yap we just finished the first draft of our new book &lt;b&gt;PostgreSQL: Up and Running&lt;/b&gt; and are patiently tweed-ling our thumbs for pre-reviews to come in.  
It's a short only about 150 pages in length (so far anyway) and we hope to have it on shelves in the next couple of months - both e-book and hard-copy.  It will be published by O'Reilly Media and follows their new experimental standard similar in flavor to their  &lt;a href="http://astore.amazon.com/postgresonline-20/detail/0596806027" target="_blank"&gt;HTML 5: Up and Running&lt;/a&gt; book.&lt;/p&gt;
&lt;p&gt;The difference with this kind of book, is they are generally shorter and more focused because who wants to spend time reading or writing a tome that is almost guaranteed to be out of date by the time it hits the shelf. So the writing cycle is in theory shorter which means less risk for the publisher and the author to write a book that may not have as major of an audience.  The other benefit is the e-Book formats of these books can always be kept up to date.  So assuming you trust us as authors to continually update the material, if you buy an e-Book version of this title, you'll get any updates we write to it without shelling out extra dough.  Of course if you go the standard of buying the hard-copy version you get it only at print cycles and just for that print. It's an interesting business model.  We'll see how it goes and if it goes well we'll write other books of a similar flavor.&lt;/p&gt;
&lt;p&gt;So &lt;em&gt;Is &amp;quot;PostgreSQL Up and Running&amp;quot; for beginners?&lt;/em&gt;  Yes and No.   Our main audience target are people coming from other relational databases such as SQL Server, Oracle, MySQL, SQLite etc. and why the heck is using  PostgreSQL the best decision you ever made :) .  It is also for people who have used PostgreSQL but have a hard time keeping up with enhancements in newer versions of PostgreSQL and how to prepare and take advantage of them. The first release will target 9.1 and 9.2 series and if all goes well, we'll keep it up to date with newer versions as they come.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 13 May 2012 03:33:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/188-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/188-Update-to-Install-instructions-for-PostGIS-2.0-more-coming.html</feedburner:origLink></item>
<item>
    <title>How to upgrade your databse to PostGIS 2.0 let me count the ways</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/C0RGagKV_LY/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/187-How-to-upgrade-your-databse-to-PostGIS-2.0-let-me-count-the-ways.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=187</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=187</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;div style='background-color:yellow'&gt;Windows both 32-bit and 64-bit PostGIS 2.0.0 are up on application stack builder.
we'll be updating our almost Idiot's guide in another week or so to show installing PostGIS 2.0. We also have fairly recent builds of upcoming PostGIS 2.0.1SVN and PostGIS 1.5.4SVN
in &lt;a href="http://www.postgis.org/download/windows/experimental.php" target="_blank"&gt;PostGIS windows experimental builds&lt;/a&gt; section, which includes an updated GEOS 3.3.4dev to handle GEOS related bugs. Fixed items are itemized in
&lt;a href="http://trac.osgeo.org/postgis/query?status=closed&amp;order=priority&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;milestone=PostGIS+2.0.1"&gt;PostGIS 2.0.1 SVN&lt;/a&gt;.
So if you are bitten by any of these you might want to replace with at least the latest binaries available in the &lt;a href="http://www.postgis.org/download/windows/experimental.php" target="_blank"&gt;Windows experimental builds&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Now that PostGIS 2.0.0 is finally out, the number one question people have (or should have) is how to upgrade your PostGIS install to the 
latest 2.0. We've seen a few casualities on the PostGIS users list of people who did it wrong partly because how you do it has changed a bit. Some ground rules, if you are running 1.x, &lt;b&gt;you MUST do a hard-upgrade&lt;/b&gt;
and if you go the quick and dirty hard-upgrade path, &lt;b&gt;you MUST run the &lt;em&gt;postgis_upgrade_20_minor.sql&lt;/em&gt; and &lt;em&gt;rtpostgis_upgrade_20_minor.sql&lt;/em&gt; (if you installed raster support from an early 2.0 build or wktraster)&lt;/b&gt;.
If you are running an alpha of PostGIS 2.0, you can possibly get by with a soft-upgrade with caveats. Now for the long story.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Figure out what you are running by doing a:
	&lt;code&gt;SELECT postgis_full_version();&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;If you are running PostGIS 2.0.0 beta2 (technically you could do a micro upgrade if you have alpha1 or above but there were some operator changes with geography that require a dump/restore to take advantage of) or above follow the micro upgrade route otherwise &lt;b&gt;Please&lt;/b&gt; follow one of the hard upgrade routes. There are a few upgrade
	routes in fact, so choose which ever seems less scary.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.bostongis.com/blog/index.php?/archives/187-How-to-upgrade-your-databse-to-PostGIS-2.0-let-me-count-the-ways.html#extended"&gt;Continue reading "How to upgrade your databse to PostGIS 2.0 let me count the ways"&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 27 Apr 2012 18:43:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/187-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/187-How-to-upgrade-your-databse-to-PostGIS-2.0-let-me-count-the-ways.html</feedburner:origLink></item>
<item>
    <title>PostGIS 2.0.0 Shapefile GUI Loader and Exporter</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/cSSK-Ixip50/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/186-PostGIS-2.0.0-Shapefile-GUI-Loader-and-Exporter.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=186</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=186</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;One of the new features I'm pretty excited about is the new postgis gui batch features that allows not only for multiple import of shape files, but also multiple export of shapefiles.   It will work fine with your postgis 1.5 databases as well.  We have windows standalone gui binaries at &lt;a href="http://www.postgis.org/download/windows/" target="_blank"&gt;http://www.postgis.org/download/windows&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Is this cool or what? Here are some screen shots with it loaded as a pgAdmin plugin.&lt;/p&gt;
&lt;table border="0"&gt;&lt;tr&gt;&lt;td&gt;
&lt;b&gt;Import Tab&lt;/b&gt; &lt;br /&gt; 
&lt;img src="/images/blog_clips/pg20_postgisgui_import.png" alt="Postgis gui Import tab" title="PostGIS gui import tab" /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;
&lt;b&gt;Export Tab&lt;/b&gt;&lt;br /&gt;
&lt;img src="/images/blog_clips/pg20_postgisgui_export.png" alt="Postgis gui Export tab" title="PostGIS gui import tab"/&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;
&lt;b&gt;Add Table&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;Hold  the &lt;b&gt;ctrl&lt;/b&gt; key to select multiple tables/views&lt;/p&gt;
&lt;img src="/images/blog_clips/pg20_postgisgui_export_select_tables.png" alt="Postgis gui Select tables" title="PostGIS gui select tables"/&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;
&lt;b&gt;Supports multiple geometry columns&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;If your table has multiple geometry columns have option of changing to different one&lt;/p&gt;
&lt;img src="/images/blog_clips/pg20_postgisgui_export_select_tables_gcolumn.png" alt="Postgis gui change column" title="PostGIS gui change column"/&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;
&lt;b&gt;Export&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;Export the shapefiles to a folder w option of creating new subfolder&lt;/p&gt;
&lt;img src="/images/blog_clips/pg20_postgisgui_export_select_tables_folder.png" alt="Postgis gui Export folder" title="PostGIS gui Export folder"/&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;


 
    </content:encoded>

    <pubDate>Thu, 05 Apr 2012 18:16:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/186-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/186-PostGIS-2.0.0-Shapefile-GUI-Loader-and-Exporter.html</feedburner:origLink></item>
<item>
    <title>PostGIS 2.0.0 windows binaries including 64-bit</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/Sj4GPiHjIog/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/185-PostGIS-2.0.0-windows-binaries-including-64-bit.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=185</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=185</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;PostGIS 2.0.0 windows binaries are up &lt;a href="http://www.postgis.org/download/windows/#windbinaries"&gt;http://www.postgis.org/download/windows/#windbinaries&lt;/a&gt;.  This is the first ever version of PostGIS to support PostgreSQL 64-bit windows installs.  We want to extend a big thank you again to our &lt;a href="http://www.pledgebank.com/postgis64windows"&gt;generous sponsors&lt;/a&gt; for helping make this a reality.&lt;/p&gt;

&lt;p&gt;We are in the middle of packaging the installers for both windows 32-bit and 64-bit installs and hope to have those up in the coming weeks for those who require that comforting &lt;b&gt;Setup&lt;/b&gt; button. They will then be available via StackBuilder.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Apr 2012 17:09:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/185-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/185-PostGIS-2.0.0-windows-binaries-including-64-bit.html</feedburner:origLink></item>
<item>
    <title>PostGIS 2.0.0 hits RC1</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/N6OAvjYvGCQ/index.php</link>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/184-PostGIS-2.0.0-hits-RC1.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=184</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=184</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;PostGIS 2.0.0 is coming closer to gold and we are on final count down.  One small step for you and one giant leap for PostGIS. We are at RC1 right now.  We have experimental windows builds for both 32-bit and 64-bit PostgreSQL windows (8.4,9.0,9.1) for those who want to give it a whirl before official release.&lt;/p&gt;
&lt;p&gt;Give them a try :&lt;a href="http://www.postgis.org/download/windows/experimental.php" target="_blank"&gt;Windows PostGIS 2.0.0 rc1 binaries&lt;/a&gt;. Join the party. &lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 29 Mar 2012 16:45:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/184-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/184-PostGIS-2.0.0-hits-RC1.html</feedburner:origLink></item>
<item>
    <title>PostGIS 2.0.0 64-bit for Windows beta out</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/kCTY23DAl9c/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/183-PostGIS-2.0.0-64-bit-for-Windows-beta-out.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=183</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=183</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;We recently posted 64-bit versions of PostGIS for windows that work with the 64-bit PostgreSQL 9.0 and 9.1 editions.  This is for 2.0.0 beta 3 release.  You can download them from 
&lt;a href="http://www.postgis.org/download/windows/experimental.php"&gt;PostGIS windows experimental builds&lt;/a&gt;. We are hoping to get some people testing before the PostGIS 2.0.0 final release.  PostGIS 2.0.0 will be released once we get ticket list down to 0.  Given we've got only 5 or 6, it's pretty close.  So get your motors revving.&lt;/p&gt;
&lt;p&gt;If there are no major issues, we hope to include the 64-bit for 2.0 on Stack Builder.   We greatly thank those who funded our campaign to do this.&lt;/p&gt;
&lt;p&gt;What does the 64-bit come with.  The same stuff as the 32-bit but all compiled under Mingw64-bit tool chain.&lt;/p&gt;
&lt;UL&gt;&lt;LI&gt;Command line loader / dumper for  ESRI shape files&lt;/LI&gt;
 &lt;LI&gt;2-in-1 GUI Loader/dumper for ESRI shape files. Note this version is greatly improved over the 1.5 version. key areas were: stability enhancements, ability to import multiple files at once, and ability to export files to ESRI shapefile.&lt;/LI&gt;
&lt;LI&gt;Raster support&lt;/LI&gt;
&lt;LI&gt;Topology support&lt;/LI&gt;
&lt;LI&gt;Tiger Geocoder&lt;/LI&gt;
&lt;LI&gt;Enhanced 3D support.  3D will get a bit more loving in 2.1 series.&lt;/LI&gt; 
&lt;/UL&gt; 
    </content:encoded>

    <pubDate>Thu, 15 Mar 2012 19:01:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/183-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/183-PostGIS-2.0.0-64-bit-for-Windows-beta-out.html</feedburner:origLink></item>
<item>
    <title>Back from DDOS Attack</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/qWKmRA5hnNM/index.php</link>
            <category>bostongis new stuff</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/182-Back-from-DDOS-Attack.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=182</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=182</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;As many may have noticed, BostonGIS.com has been down for the past week or so and probably is still not reachable from many parts of the world since our DNS server was also taken down as a result of a Denial of Service (DDOS) attack.  We were attacked by an Activision &lt;a href="http://www.callofduty.com/" target="_blank"&gt;Call of Duty Game botnet&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I have a small confession to make.  One of the businesses we co-own is an e-Commerce site that sells condoms.  You never know how people will react when you say that in mixed company. Some people are glad we are in a business protecting against venereal diseases or unwanted pregnancies and some feel we are violating a mother nature creed of conduct.  Anyrate that was the site that was under attack on a UDP port and we are not sure if it was a malicious intent or not since the root instigator has not been found yet.  The attack was higher up from our servers that it knocked our ISP out and we never saw the traffick.&lt;/p&gt;

&lt;p&gt;The tragic thing is that it can happen to any site and does all the time. It really hit home when it happened to us.&lt;/p&gt;
&lt;p&gt;Details of our fight are described here: &lt;a href="http://wowcondoms.com/Condom_Blog/83/Call_of_Duty_DDOS_Exploit" target="_blank"&gt;WowCondoms plugs hole in Activision's Call of Duty Game Servers&lt;/a&gt;&lt;/p&gt;

 
    </content:encoded>

    <pubDate>Sun, 05 Feb 2012 10:27:57 -0500</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/182-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/182-Back-from-DDOS-Attack.html</feedburner:origLink></item>
<item>
    <title>GeoInformatics PostGIS 2.0 and writing</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/4ArCYgjpJjQ/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/181-GeoInformatics-PostGIS-2.0-and-writing.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=181</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=181</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Our article about upcoming PostGIS 2.0 just came out recently in &lt;a href="http://www.geoinformatics.com/archive-2011" target="_blank"&gt;GeoInformatics December Issue (issue 8)&lt;/a&gt;.  If you want to know what all the buzz is about with PostGIS 2.0, read the article which starts on page 30.&lt;/p&gt;

&lt;h4&gt;More changes in PostGIS 2.0&lt;/h4&gt;
&lt;p&gt;On another interesting note -- some new changes have happened in PostGIS 2.0.  The raster loader is now a regular executable similar to shp2pgsql so no more need for python configuration or python at all.  People had a lot of trouble getting the python bindings right to load data.  Hopefully this should simplify things.  Many thanks to Bborie Park for getting this done before 2.0 release.  It was an extremely exciting surprise. Read &lt;a href="http://www.postgis.org/documentation/manual-svn/using_raster.xml.html#RT_Loading_Rasters" target="_blank"&gt;Loading rasters in PostGIS 2.0&lt;/a&gt; and see how easy it is.  There is also the new &lt;a href="http://blog.opengeo.org/2011/11/21/st_geomfromgeojson/" target="_blank"&gt;&lt;b&gt;ST_GeomFromJSON&lt;/b&gt;&lt;/a&gt; function which should be a hot addition for web mapping developers.  If you are on windows, we have 32-bit experimental builds with all this functionality in the &lt;a href="http://www.postgis.org/download/windows/experimental.php" target="_blank"&gt;PostGIS Windows experimental downloads&lt;/a&gt; section for 8.4-9.1.  Note that the experimental binaries don't require any installation, just copy the files into your PostgreSQL install and you are good to go.  If you want to do a self-standing portable PostgreSQL which is what we normally do for testing on various PostgreSQL instances -  check out our &lt;a href="http://www.postgresonline.com/journal/archives/172-Starting-PostgreSQL-in-windows-without-install.html" target="_blank"&gt;Starting PostgreSQL in windows without install&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;What I find most cool about the new raster support is that it's so easy to use without any add-ons because it has all these SQL image export functions.  Most of the images we have in the PostGIS 2.0 documentation we created using our make-shift &lt;a href="http://www.bostongis.com/blog/index.php?/archives/175-Minimalist-Web-based-PHP-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html" target="_blank"&gt;ad-hoc raster/geometry viewers&lt;/a&gt; which uses nothing but the PostgreSQL drivers you use in PHP and ASP.Net.  We'll be discussing that in an upcoming article.  Even though the viewers we created are PHP and ASP.NET, it's just as simple to do in any language say Java and  PostgreSQL JDBC driver.  Any tool you can use to render saved images in a database, you can take advantage of raster support.   I still have in my todo to embed in my reports that require light mapping.&lt;/p&gt;

&lt;h4&gt;Raster is not just for raster lovers anymore&lt;/h4&gt;
&lt;p&gt;What most people don't realize about the PostGIS 2.0 raster support is that it enhances the PostGIS geometry support as well.  It has functions that allow you to output geometries as raster and overlay them with rasters.  This allows you to for example overlay a parcel footprint on top of an aerial image without anything but PostGIS, SQL and your favorite language of choice.  We also have ST_Union aggregation functionality for raster which means you can union raster tiles with SQL.  You can even clip a raster by a geometry.   I'm really very excited about the limitless potential for both standard raster users and geometry-only users that the new raster functionality provides.&lt;/p&gt;

&lt;h4&gt;Stay tuned for another book from us&lt;/h4&gt;
&lt;p&gt;We just got another book contract accepted.  More on that once things become more final.  It is not about PostGIS this time, but PostgreSQL.  Yes we are going back to our database roots a bit.  We've always thought of ourselves as web application / financials applications / database programmers who accidentally stumbled into the forest of GIS.  We hope this new book will be most useful to programmers with not so much experience with databases and PostgreSQL specifically.&lt;/p&gt;




 
    </content:encoded>

    <pubDate>Wed, 14 Dec 2011 23:46:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/181-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/181-GeoInformatics-PostGIS-2.0-and-writing.html</feedburner:origLink></item>
<item>
    <title>Happy Post GIS day - November 17th 2011</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/ZCHJXiFDwx4/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/180-Happy-Post-GIS-day-November-17th-2011.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=180</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=180</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;GIS Day November 16th, 2011 has just about ended.  Why end the celebration there when you can continue it
the day after with Post GIS day.  November 17th, 2011, the day after GIS has already arrived in many parts of the world 
and commemorates the PostGIS spatial database.&lt;/p&gt;

&lt;p&gt;To ring in this new day, we have prepared some Post GIS Day 2011 Commemorative playing cards.
These cards will provide many hours of joy, education, and laughter for the whole family or random crowd 
gathering.&lt;/p&gt;

&lt;a href="http://www.postgis.us/page_post_gis_day_2011" target="_blank"&gt;Get your Post GIS day 2011 Playing cards here&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 16 Nov 2011 22:34:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/180-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/180-Happy-Post-GIS-day-November-17th-2011.html</feedburner:origLink></item>
<item>
    <title>PostGIS 2.0 Cheat sheets in the works</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/EmY5O7p-mdw/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/179-PostGIS-2.0-Cheat-sheets-in-the-works.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=179</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=179</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Every PostGIS version I try to make up a little cheatsheet of functions and uses.  People seemed fond of these and I enjoyed doing them. One person suggested we need the function arguments listed.  There was no way I was going to do that by hand.  PostGIS 2.0.0 is much bigger unfortunately so if I were to do it by hand I would not do any parts justice, so this time I decided to add to the PostGIS code base a cheatsheet generator.  which is called with &lt;/p&gt;
&lt;code&gt;make cheatsheets&lt;/code&gt;

&lt;p&gt;uses xsltproc and xsl style sheets to navigate the PostGIS documentation.  One side effect is that its a bit easier to spot glaring errors in the documentations. I've been playing with css styling and xsl a bit more.  A bit too much playing probably.&lt;/p&gt;

&lt;p&gt;Here is what it generates so far.  The postgis core one I cheated a bit because I wanted the columns sort of balanced and really wanted 2 columns.  I will work on having this autogenerate probably by doing something crazy like having my xsl script count how many
functions have been output and then start a new column in the middle.  The only one I configured to output examples from the docs was the Tiger geocoder one, because the other added a significant number of pages.  Will probably have to add flags to examples to have it selectively output some exampels and not others.&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.postgis.us/downloads/postgis20_cheatsheet.pdf" target="_blank"&gt;PostGIS 2.0 Basic geometry/geography PDF&lt;/a&gt; &lt;a href="http://www.postgis.us/downloads/postgis20_cheatsheet.html" target="_blank"&gt;html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.postgis.us/downloads/postgis20_topology_cheatsheet.pdf" target="_blank"&gt;PostGIS 2.0 Topology (PDF)&lt;/a&gt;  &lt;a href="http://www.postgis.us/downloads/postgis20_topology_cheatsheet.html" target="_blank"&gt;html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.postgis.us/downloads/postgis20_raster_cheatsheet.pdf" target="_blank"&gt;PostGIS 2.0 Raster (PDF)&lt;/a&gt;  &lt;a href="http://www.postgis.us/downloads/postgis20_raster_cheatsheet.html" target="_blank"&gt;html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.postgis.us/downloads/postgis20_tiger_cheatsheet.pdf" target="_blank"&gt;PostGIS 2.0 Tiger Geocoder (PDF)&lt;/a&gt;  &lt;a href="http://www.postgis.us/downloads/postgis20_tiger_cheatsheet.html" target="_blank"&gt;html&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Thu, 03 Nov 2011 19:29:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/179-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/179-PostGIS-2.0-Cheat-sheets-in-the-works.html</feedburner:origLink></item>
<item>
    <title>FOSS4G 2011 PostGIS videos galore</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/4YPcmuoVgIE/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/178-FOSS4G-2011-PostGIS-videos-galore.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=178</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=178</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;In the last article &lt;a href="http://www.bostongis.com/blog/index.php?/archives/176-FOSS4G-2011-Synopsis-and-Slides-coming-in-PostGIS-2.0.html" target="_blank"&gt;FOSS 4G 2011 Synopsis and Slides&lt;/a&gt; we provided the slides to our talk.  The video is out now &lt;a href="http://www.fosslc.org/drupal/content/postgis-20-new-stuff" target="_blank"&gt;PostGIS 2.0 the new stuff -- The Trailer&lt;/a&gt;.  Don't miss it.&lt;/p&gt;

&lt;p&gt;We have some other PostGIS videos listed on &lt;a href="http://www.postgresonline.com/journal/archives/229-Many-PostGIS-FOSS4G-2011-videos-have-landed.html" target="_blank"&gt;PostGIS FOSS4G 2011 videos have landed&lt;/a&gt;.  We'll be adding some more to that list.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 28 Oct 2011 17:48:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/178-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/178-FOSS4G-2011-PostGIS-videos-galore.html</feedburner:origLink></item>
<item>
    <title>FOSS4G 2011 Synopsis and Slides coming in PostGIS 2.0</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/zYO5XnrF71w/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/176-FOSS4G-2011-Synopsis-and-Slides-coming-in-PostGIS-2.0.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=176</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=176</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;We were able to attend some of FOSS4G this year and for the very first time too.  Hopefully next time we can stay for the full conference.
Overall it was an enjoyable time.  We got to see many of the people in person we've only corresponded with via email and even bumped into one of our &lt;a href="http://web.mit.edu/thetans/www/" target="_blank"&gt;college fraternity&lt;/a&gt; brothers we haven't seen in twenty years.  It is indeed a small world. We gave our talk on Friday on what's
up and coming in PostGIS 2.0.  We were a bit shocked at the vast number of people attending our session and all the PostGIS sessions in fact.  
Next time we'll try to make our presentation less dense.  The density of the 
presentation does make for a good after the conference hand-out.  &lt;b&gt;WARNING: The following slides feature SQL doing unconventional things suitable only for mature audiences.  Viewer discretion is adviced.&lt;/b&gt;. You can check out our slides here &lt;a href="http://www.postgis.us/downloads/FOSS4G2011PostGIS20NewStuff.pdf" target="_blank"&gt;PostGIS 2.0 the new stuff&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I think the last time we were in the Denver area (not counting airport stops) was when we were driving from Cambridge, Massachusetts to Stanford, California and we got stuck in a hail storm.  Since we were in town, we thought we'd take in one of the nearby sites we've always fantasized about visiting; &lt;a href="http://en.wikipedia.org/wiki/Casa_Bonita_%28South_Park%29" target="_blank"&gt;Casa Bonita Restaurant as featured in South Park&lt;/a&gt;.  I  wasn't expecting it to look or be quite as portrayed in South Park, especially the cave divers and waterfall.  Indeed there were cave divers plunging every 30 minutes off the water fall and a Black Bart's Cave.  We explored the cave and various other cavities of the restaurant and picked up some gifts at the gift shop to take back.  The &lt;a href="http://www.southparkstudios.com/clips/154195/more-sopapillas-please" target="_blank"&gt;sopapillas were super delicious too as Cartman&lt;/a&gt; described. Then we went for dinner
to eat some game food -- like &lt;a href="http://en.wikipedia.org/wiki/Rocky_Mountain_oysters" target="_blank"&gt;Rocky Mountain Oysters&lt;/a&gt;.  I exclaimed to Leo -- &amp;quot;these do not taste anything like oysters, not particularly interesting taste&amp;quot;. To which he laughed and said &amp;quot;You've never tasted these oysters before.&amp;quot;  Had I known they were Rocky mountain oysters before-hand I might have appreciated the flavor a little more.&lt;/p&gt;

&lt;p&gt;On Saturday we had the code sprint and the whole PostGIS clan (including remote folks) got together to strategize on the details of PostGIS 2.0 which includes the feature freeze, final expected release, what we would try to get done before release and what we would set aside for the future.  A very strong showing of people about 8 local and several more on PostGIS IRC.  The details are sketched on the &lt;a href="http://etherplans.org/postgis2011sprint" target="_blank"&gt;PostGIS 2011 Sprint etherplans&lt;/a&gt; page.
We will have Feature Freeze sometime in November and release Early 2012.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 18 Sep 2011 22:25:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/176-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/176-FOSS4G-2011-Synopsis-and-Slides-coming-in-PostGIS-2.0.html</feedburner:origLink></item>
<item>
    <title>Minimalist Web-based PHP PostGIS 2.0 Spatial Geometry/Raster Viewer</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/dAx-iAfyQL8/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/175-Minimalist-Web-based-PHP-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=175</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=175</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    In the last article &lt;a href="http://www.bostongis.com/blog/index.php?/archives/174-Minimalist-Web-based-ASP.NET-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html"&gt;Minimalist Web based ASP.NET PostGIS 2.0 Spatial Geometry/Raster Viewer&lt;/a&gt;, we mentioned that we would provide a PHP equivalent.  Well before we were able to lift our fingers, 
Bborie created a PHP version o the postgis handler and gave us a copy. For those running PHP, you can download it from 
&lt;a href="http://www.postgis.us/downloads/postgis_webviewer_php.zip" target="_blank"&gt;http://www.postgis.us/downloads/postgis_webviewer_php.zip &lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 26 Aug 2011 18:08:58 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/175-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/175-Minimalist-Web-based-PHP-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html</feedburner:origLink></item>
<item>
    <title>Minimalist Web-based ASP.NET PostGIS 2.0 Spatial Geometry/Raster Viewer</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/Th5o5iLfeV4/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/174-Minimalist-Web-based-ASP.NET-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=174</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=174</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;One of the things I'm most excited about in upcoming PostGIS 2.0 
are the &lt;a href="http://www.postgis.org/documentation/manual-svn/RT_reference.html#Raster_Outputs" target="_blank"&gt;raster output 
functions&lt;/a&gt;, largely created by Bborie Park.  The latest one he added 
&lt;a href="http://www.postgis.org/documentation/manual-svn/RT_ST_AsRaster.html" target="_blank"&gt;ST_AsRaster&lt;/a&gt;
should be a welcome addition to even those who don't care about raster because it allows you to convert 
regular PostGIS geometries to PostGIS raster and then use all the available export functions to output to your favorite
image format without ever leaving the database. If you want to try out PostGIS 2.0 and are on windows, you can download compiled versions for PostgreSQL 8.4-9.1
at: &lt;a href="http://www.postgis.org/download/windows/experimental.php#PostGIS_2_0_0"&gt;http://www.postgis.org/download/windows/experimental.php#PostGIS_2_0_0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This means that PostGIS is now both a spatial as well as a graphical database engine.  To test out how I would
take advantage of these new features, I decided to create a mini ASP.NET 2.0+ app that is a PostGIS ad-hoc query viewer
for both PostGIS geometry and raster.  We have it written in both VB.NET and C# and are planning to follow up very
soon with a PHP version. We'll also be putting up an online version and tutorial for people to play with who don't have PostGIS 2.0 installed so they can see what they are missing out on :).
You can also download the source code from: 
&lt;a href="http://www.postgis.us/downloads/postgis_webviewer_aspnet.zip" target="_blank"&gt;http://www.postgis.us/downloads/postgis_webviewer_aspnet.zip&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;We'll be attending FOSS4G2011 in Denver this year, giving a tour of all the new treats in PostGIS 2.0 which will include this as well as PostGIS geometry analysis and maintenance functions/changes, 3D support types 
and functions, Topology, and Tiger Geocoder.  If you are attending, please attend our talk on
Friday &lt;a href="http://2011.foss4g.org/sessions/postgis-20-new-stuff"&gt;PostGIS 2.0, the new stuff&lt;/a&gt;.&lt;/p&gt; 

&lt;h4&gt;The Application Makeup&lt;/h4&gt;
&lt;p&gt;The application is very simplistic and is composed of 3 parts:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://jquery.com/" target="_blank"&gt;JQuery&lt;/a&gt; for the html page UI which handles all the Ajax calls and DOM changes.
&lt;a href="http://api.jquery.com/" target="_blank"&gt;JQuery&lt;/a&gt; is pretty slick and the more I use it, the more I love it.  If you do web development, you should
really give it a try.&lt;/li&gt;
&lt;li&gt;A stored function just so if I need to do more complex things like, intrusion detection,or benchmarking etc its compartmentalized.&lt;/li&gt;
&lt;li&gt;A server-side web handler that passes off the query to the stored function which returns back the query as a PNG file.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Check out these snapshots&lt;/p&gt;
&lt;img src="/images/blog_clips/pg20_example_geom1.png" border="1" /&gt;&lt;br /&gt;
&lt;img src="/images/blog_clips/pg20_example_rast1.png" border="1"/&gt;&lt;br /&gt;
&lt;img src="/images/blog_clips/pg20_example_rast2.png" border="1"/&gt;&lt;br /&gt;

&lt;p&gt;I'm hoping in the very near term future to combine this with my favorite .NET reporting engine -- ActiveReports.NET which I currently use for my PostGIS based
web apps and which can take
database fields consisting of blobs of images.  Being able to auto generate an image from spatial data to go in a report will be slick beyond imagination.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 26 Aug 2011 14:27:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/174-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/174-Minimalist-Web-based-ASP.NET-PostGIS-2.0-Spatial-GeometryRaster-Viewer.html</feedburner:origLink></item>
<item>
    <title>PostGIS in Action now in ePub and Kindle format</title>
    <link>http://feedproxy.google.com/~r/BostongisBlog/~3/09Bq9R781bM/index.php</link>
            <category>gis</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/173-PostGIS-in-Action-now-in-ePub-and-Kindle-format.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=173</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=173</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Just got news that Manning has released the ePub and Kindle (Mobi) format of &lt;a href="http://www.postgis.us/page_buy_book" target="_blank"&gt;PostGIS in Action&lt;/a&gt;.  Those who already purchased a hard or e-Book copy, should get their download link by email.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 13 Jul 2011 15:17:12 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/173-guid.html</guid>
    
<feedburner:origLink>http://www.bostongis.com/blog/index.php?/archives/173-PostGIS-in-Action-now-in-ePub-and-Kindle-format.html</feedburner:origLink></item>

</channel>
</rss>

