<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Spatial data in SQLite</title>
	<link>http://www.perrygeo.net/wordpress/?p=115</link>
	<description>Matt Perry's random adventures with geospatial technology and other tangentially related topics</description>
	<pubDate>Mon, 06 Sep 2010 18:07:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Tyler</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-47385</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 09 Jun 2009 17:10:32 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-47385</guid>
		<description>ADRIAN: I don't know about virtualshape, but you can convert shape files to SQLite using GDAL/OGR command line utility:

ogr2ogr -f sqlite output.db input.shp</description>
		<content:encoded><![CDATA[<p>ADRIAN: I don&#8217;t know about virtualshape, but you can convert shape files to SQLite using GDAL/OGR command line utility:</p>
<p>ogr2ogr -f sqlite output.db input.shp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-47341</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Sun, 08 Mar 2009 08:32:45 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-47341</guid>
		<description>hello
i want to ask, how to convert shp to *.db with virtualshape ???

thank's for the answer...

best regards
adrian</description>
		<content:encoded><![CDATA[<p>hello<br />
i want to ask, how to convert shp to *.db with virtualshape ???</p>
<p>thank&#8217;s for the answer&#8230;</p>
<p>best regards<br />
adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Pechnikov</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-47201</link>
		<dc:creator>Alexey Pechnikov</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:16:21 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-47201</guid>
		<description>Now SQLite support spatial index R-tree. 

See
http://www.sqlite.org/draft/doc/rtree.html</description>
		<content:encoded><![CDATA[<p>Now SQLite support spatial index R-tree. </p>
<p>See<br />
<a href="http://www.sqlite.org/draft/doc/rtree.html" rel="nofollow">http://www.sqlite.org/draft/doc/rtree.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pb</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-47124</link>
		<dc:creator>pb</dc:creator>
		<pubDate>Thu, 29 May 2008 07:42:04 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-47124</guid>
		<description>If applications like qgis supported sqlite use just easy like esri works with geodatabase. Then SQLite can grow as opensource geodatabase alternative.</description>
		<content:encoded><![CDATA[<p>If applications like qgis supported sqlite use just easy like esri works with geodatabase. Then SQLite can grow as opensource geodatabase alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidar Hokstad</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-46937</link>
		<dc:creator>Vidar Hokstad</dc:creator>
		<pubDate>Fri, 18 Apr 2008 10:02:02 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-46937</guid>
		<description>It looks great to me too. Of course there's the caveat that SQLiteGeo doesn't support spatial indexes, so many types of operations will be _slow_ for large datasets. To manipulate shapefiles it seems perfect, though.</description>
		<content:encoded><![CDATA[<p>It looks great to me too. Of course there&#8217;s the caveat that SQLiteGeo doesn&#8217;t support spatial indexes, so many types of operations will be _slow_ for large datasets. To manipulate shapefiles it seems perfect, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Condit</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-46936</link>
		<dc:creator>Chris Condit</dc:creator>
		<pubDate>Fri, 18 Apr 2008 02:31:15 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-46936</guid>
		<description>Just wanted to mention that GDAL / OGR supports basic SQL Queries, as well:
http://www.gdal.org/ogr/ogr_sql.html</description>
		<content:encoded><![CDATA[<p>Just wanted to mention that GDAL / OGR supports basic SQL Queries, as well:<br />
<a href="http://www.gdal.org/ogr/ogr_sql.html" rel="nofollow">http://www.gdal.org/ogr/ogr_sql.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Cothran</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-46934</link>
		<dc:creator>Jeremy Cothran</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:44:06 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-46934</guid>
		<description>I also recently learned of SQLiteGeo which this link references and was glad to discover it since I've got an geospatial observations oriented schema at http://code.google.com/p/xenia/wiki/XeniaPackageSqlite which this solution fits into similar to PostGIS for PostgreSQL earlier.

Now if I just had a SQLite driver for Geoserver - I thought about using JDBC to work between Sqlite and Geoserver, but I've heard the JDBC connection is very slow.

Thanks
Jeremy Cothran</description>
		<content:encoded><![CDATA[<p>I also recently learned of SQLiteGeo which this link references and was glad to discover it since I&#8217;ve got an geospatial observations oriented schema at <a href="http://code.google.com/p/xenia/wiki/XeniaPackageSqlite" rel="nofollow">http://code.google.com/p/xenia/wiki/XeniaPackageSqlite</a> which this solution fits into similar to PostGIS for PostgreSQL earlier.</p>
<p>Now if I just had a SQLite driver for Geoserver - I thought about using JDBC to work between Sqlite and Geoserver, but I&#8217;ve heard the JDBC connection is very slow.</p>
<p>Thanks<br />
Jeremy Cothran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Davis</title>
		<link>http://www.perrygeo.net/wordpress/?p=115#comment-46929</link>
		<dc:creator>Martin Davis</dc:creator>
		<pubDate>Thu, 17 Apr 2008 04:26:45 +0000</pubDate>
		<guid>http://www.perrygeo.net/wordpress/?p=115#comment-46929</guid>
		<description>For a different application offering the same functionality - and more, check out my project JEQL:  http://tsusiatsoftware.net/jeql/main.html

In JEQL this same example case would look like:

t = null;
ShapefileReader t file: "counties.shp:;
t2 = select sum(voters) as total_voters, state_name
      from t
      group by state_name
      order by total_voters desc;
Print t2;

JEQL has the advantage of a wide set of spatial functions (as well as lots of others), and the ability to export to many different formats (such as shape, KML, etc).</description>
		<content:encoded><![CDATA[<p>For a different application offering the same functionality - and more, check out my project JEQL:  <a href="http://tsusiatsoftware.net/jeql/main.html" rel="nofollow">http://tsusiatsoftware.net/jeql/main.html</a></p>
<p>In JEQL this same example case would look like:</p>
<p>t = null;<br />
ShapefileReader t file: &#8220;counties.shp:;<br />
t2 = select sum(voters) as total_voters, state_name<br />
      from t<br />
      group by state_name<br />
      order by total_voters desc;<br />
Print t2;</p>
<p>JEQL has the advantage of a wide set of spatial functions (as well as lots of others), and the ability to export to many different formats (such as shape, KML, etc).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.918 seconds -->
