<?xml version="1.0"?><?xml-stylesheet type='text/xsl' href='rsspcpretty.xsl' version='1.0'?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2">
<channel><language>en-us</language><title>Boston GIS Article Comments</title>
<link>http://www.bostongis.com</link>
<description>Features the latest GIS tutorials on postgis, mapserver and other GIS technologies</description>
<dc:creator>Boston GIS (mailto:articles@paragoncorporation.com)</dc:creator>
<item><title>PostGIS Nearest Neighbor: A Generic Solution - Much Faster than Previous Solution</title>
<description>Nice examples, and I've got the query returning the set of nearest neighbors.  That said, what's the simplest example of performing the query and returning the nearest neighbor as a join?  I'm struggling to accomplish this with the custom pgis_nn type.  Thanks.  Steve</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_nearest_neighbor_generic#comment_185</link>
<pubDate>2010-02-13</pubDate>
<dc:creator>Stephen Mather (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With PostGIS: An almost Idiot's Guide</title>
<description>Vivian,

You may want to try out the new PostGIS GUI loader.  You can install it as a Plug-In in PgAdmin III. It also doesn't have that upper case issue that SPIT has.

We've updated this article detailing this.

http://www.postgis.us/chapter_07</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01#comment_184</link>
<pubDate>2010-02-12</pubDate>
<dc:creator>Regina (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With PostGIS: An almost Idiot's Guide</title>
<description>I have found this tutorial very useful and succeeded in importing a large shape after adding the optional command -W utf8 and selecting the specific .shp file instead of just typing the .shp file title.... In the end I found www.gisvm.com a virual machine where PostGIS is already setup and Q-Gis installed. Q-GIS comes with a tool called SPIT. The combination of PostGIS and Q-GIS (SPIT) allows to import and view data from and two a PostGIS database. (The full idiot way: 100% no terminal commands) </description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01#comment_182</link>
<pubDate>2010-02-09</pubDate>
<dc:creator>Vivian (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With PostGIS: An almost Idiot's Guide</title>
<description>Garret,

Guess we have to update this. Use ST_Union instead and see if that works.</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01#comment_181</link>
<pubDate>2010-01-30</pubDate>
<dc:creator>Regina (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With PostGIS: An almost Idiot's Guide</title>
<description>Hi, great tutorial.  Its exactly what I have been looking for.  One question...

When using your select statement:
SELECT Area(geomunion(the_geom)) FROM towns where town = 'BOSTON';

I get the error:
ERROR:  function geomunion(geometry) does not exist
LINE 1: SELECT Area(geomunion(the_geom)) FROM towns where town = 'BO...
                    ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.


********** Error **********

ERROR: function geomunion(geometry) does not exist
SQL state: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
Character: 13

Any thoughts on why I might be getting this error?

Thanks!</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01#comment_180</link>
<pubDate>2010-01-29</pubDate>
<dc:creator>Garret (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With SQL Server 2008 Spatial: An almost Idiot's Guide</title>
<description>Question - I use ESRI arcmap ArcView and I want to store all my data in SQL express 2008 Spatial I have not been successful in marring the two, any help or direction would be wonderful.
Nathan </description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=sql2008_tut01#comment_178</link>
<pubDate>2010-01-27</pubDate>
<dc:creator>nbentley (mailto:nospam)</dc:creator>
</item>
<item><title>PLR Part 3: PL/R and Geospatial Data Abstraction Library (GDAL) RGDAL</title>
<description>Very nice site!</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgresql_plr_tut03#comment_177</link>
<pubDate>2010-01-22</pubDate>
<dc:creator>Very nice site! (mailto:nospam)</dc:creator>
</item>
<item><title>PLR Part 3: PL/R and Geospatial Data Abstraction Library (GDAL) RGDAL</title>
<description>Very nice site! cheap cialis http://opxaiey.com/oyyraqy/4.html</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgresql_plr_tut03#comment_176</link>
<pubDate>2010-01-22</pubDate>
<dc:creator>Very nice site! cheap cialis http://opxaiey.com/oyyraqy/4.html (mailto:nospam)</dc:creator>
</item>
<item><title>PLR Part 3: PL/R and Geospatial Data Abstraction Library (GDAL) RGDAL</title>
<description>Very nice site!  [url=http://opxaiey.com/oyyraqy/2.html]cheap cialis[/url]</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgresql_plr_tut03#comment_175</link>
<pubDate>2010-01-22</pubDate>
<dc:creator>Very nice site!  [url=http://opxaiey.com/oyyraqy/2.html]cheap cialis[/url] (mailto:nospam)</dc:creator>
</item>
<item><title>OGR2OGR Cheatsheet</title>
<description>The code suggestion for converting MapInfo to PostGIS didn't work for me because a quotation mark was in the wrong place. It should read: 

ogr2ogr -f &quot;PostgreSQL&quot; &quot;PG:host=myhost user=myloginname dbname=mydbname password=mypassword&quot; mytabfile.tab

Note the double quote after PG: should be before PG:.

This dogged me for a whole day.</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=ogr_cheatsheet#comment_174</link>
<pubDate>2010-01-21</pubDate>
<dc:creator>Chris McCarthy (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With SQL Server 2008 Spatial: An almost Idiot's Guide</title>
<description>Need Guide</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=sql2008_tut01#comment_173</link>
<pubDate>2010-01-21</pubDate>
<dc:creator>Abdul Wahid (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With PostGIS: An almost Idiot's Guide</title>
<description>je desire tous connaitre sur postgis</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01#comment_166</link>
<pubDate>2010-01-06</pubDate>
<dc:creator>regragui (mailto:nospam)</dc:creator>
</item>
<item><title>Part  1: Getting Started With SQL Server 2008 Spatial: An almost Idiot's Guide</title>
<description>I need info about spatial datatypes</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=sql2008_tut01#comment_160</link>
<pubDate>2009-12-26</pubDate>
<dc:creator>ya (mailto:nospam)</dc:creator>
</item>
<item><title>Part 1 - PostGIS and SharpMap in ASP.NET 2.0 using VB.NET: Compiling SharpMap with PostGIS</title>
<description>I need this becouse my project</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_sharpmap_tut01#comment_159</link>
<pubDate>2009-12-26</pubDate>
<dc:creator>Hala (mailto:nospam)</dc:creator>
</item>
<item><title>Part 3: PostGIS Loading Data from Non-Spatial Sources</title>
<description>Balu Nadig,

You are using ST_MakePoint wrong.  The third argument is not the SRID, but the Z coordinate if you have one (there are 2 ST_MakePoint variants one that takes X,Y and one that Takes X,Y,Z).

You want to do 

ST_SetSRID(ST_MakePoint(longitude,latitude), yoursridhere)</description>
<link>http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut03#comment_158</link>
<pubDate>2009-12-23</pubDate>
<dc:creator>Regina (mailto:nospam)</dc:creator>
</item></channel></rss>


