<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Digital Divide</title>
	<atom:link href="http://www.simonecampora.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecampora.com/blog</link>
	<description>Simone Campora&#039;s Blog: about Data Analtsis, GIS, Mobile Apps and more...</description>
	<lastBuildDate>Sun, 07 Aug 2011 06:17:57 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GeoMondrian Example by Puya</title>
		<link>http://www.simonecampora.com/blog/2009/11/18/geomondrian-example/comment-page-1/#comment-450</link>
		<dc:creator>Puya</dc:creator>
		<pubDate>Sun, 07 Aug 2011 06:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=153#comment-450</guid>
		<description>hi simone,
i opened the .SQL script in sql editor in my postgresql+postgis database and ran it, but i got the error below:


ERROR:  syntax error at or near &quot;1000&quot;
LINE 1508: 1000 \N Assets Asset ~ \N
           ^


********** Error **********

ERROR: syntax error at or near &quot;1000&quot;
SQL state: 42601
Character: 39594



can u help me?</description>
		<content:encoded><![CDATA[<p>hi simone,<br />
i opened the .SQL script in sql editor in my postgresql+postgis database and ran it, but i got the error below:</p>
<p>ERROR:  syntax error at or near &#8220;1000&#8243;<br />
LINE 1508: 1000 \N Assets Asset ~ \N<br />
           ^</p>
<p>********** Error **********</p>
<p>ERROR: syntax error at or near &#8220;1000&#8243;<br />
SQL state: 42601<br />
Character: 39594</p>
<p>can u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GeoMondrian Example by Puya</title>
		<link>http://www.simonecampora.com/blog/2009/11/18/geomondrian-example/comment-page-1/#comment-440</link>
		<dc:creator>Puya</dc:creator>
		<pubDate>Sat, 30 Apr 2011 03:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=153#comment-440</guid>
		<description>thanks a lot</description>
		<content:encoded><![CDATA[<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Specter</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-439</link>
		<dc:creator>Specter</dc:creator>
		<pubDate>Sat, 16 Apr 2011 19:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-439</guid>
		<description>Hello, this is the structure of the upi files:

Header File UPI
-----------------------------
1 byte - L - name length
L bytes - name with 3 00 at the end (i.e. null terminated)
1 byte - Z - licence length (02 if null)
Z bytes - licence name with 3 00 at the end (i.e. null terminated) (00 00 if null)
2 Bytes - notification (00 00 if null)
5 bytes - expiration date with 00 at the end (1 byte day, 1 byte month, 2 bytes year) (00 00 00 00 00 if null)
1 byte - B - name length of bmp file
B bytes - bmp file name with 3 00 at the end (i.e. null terminated)

Record - Area
-----------------------------
1 byte - type = 01
4 bytes - length (included type and POI records)
4 bytes - lon vertex upper/right area
4 bytes - lat vertex upper/right area
4 bytes - lon vertex bottom/left area
4 bytes - lat vertex bottom/left area

Records - POI
-----------------------------
1 byte - record type = 03
4 bytes - R - record length (included record type)
4 bytes - lon POI
4 bytes - lat POI
(R-13) bytes - poi description with 3 00 at the end (i.e. null terminated)</description>
		<content:encoded><![CDATA[<p>Hello, this is the structure of the upi files:</p>
<p>Header File UPI<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1 byte &#8211; L &#8211; name length<br />
L bytes &#8211; name with 3 00 at the end (i.e. null terminated)<br />
1 byte &#8211; Z &#8211; licence length (02 if null)<br />
Z bytes &#8211; licence name with 3 00 at the end (i.e. null terminated) (00 00 if null)<br />
2 Bytes &#8211; notification (00 00 if null)<br />
5 bytes &#8211; expiration date with 00 at the end (1 byte day, 1 byte month, 2 bytes year) (00 00 00 00 00 if null)<br />
1 byte &#8211; B &#8211; name length of bmp file<br />
B bytes &#8211; bmp file name with 3 00 at the end (i.e. null terminated)</p>
<p>Record &#8211; Area<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1 byte &#8211; type = 01<br />
4 bytes &#8211; length (included type and POI records)<br />
4 bytes &#8211; lon vertex upper/right area<br />
4 bytes &#8211; lat vertex upper/right area<br />
4 bytes &#8211; lon vertex bottom/left area<br />
4 bytes &#8211; lat vertex bottom/left area</p>
<p>Records &#8211; POI<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1 byte &#8211; record type = 03<br />
4 bytes &#8211; R &#8211; record length (included record type)<br />
4 bytes &#8211; lon POI<br />
4 bytes &#8211; lat POI<br />
(R-13) bytes &#8211; poi description with 3 00 at the end (i.e. null terminated)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by simonecampora</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-391</link>
		<dc:creator>simonecampora</dc:creator>
		<pubDate>Mon, 12 Jul 2010 11:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-391</guid>
		<description>hi unfortunately I&#039;ve never worked with such files, but I&#039;m investigating on it! Can you give me the link of the file organisation? I think I can provide another reader for UPIs.... in the next days stay tuned!</description>
		<content:encoded><![CDATA[<p>hi unfortunately I&#8217;ve never worked with such files, but I&#8217;m investigating on it! Can you give me the link of the file organisation? I think I can provide another reader for UPIs&#8230;. in the next days stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Specter</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-387</link>
		<dc:creator>Specter</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-387</guid>
		<description>Hello, I have the structure of the upi format, but I&#039;d need some help. ;-)</description>
		<content:encoded><![CDATA[<p>Hello, I have the structure of the upi format, but I&#8217;d need some help. <img src='http://www.simonecampora.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by daroal</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-376</link>
		<dc:creator>daroal</dc:creator>
		<pubDate>Mon, 24 May 2010 22:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-376</guid>
		<description>Hi, i&#039;m interested too in read/write upi files in java :). In version 7 of sygic, just renaming the ov2 to upi files works fine, but in the new version 8.06 of sygic doesn&#039;t seems to works. 
I&#039;ve found this site on sygic http://www.sygic.com/partners/pois.html but not suficient :(</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m interested too in read/write upi files in java <img src='http://www.simonecampora.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . In version 7 of sygic, just renaming the ov2 to upi files works fine, but in the new version 8.06 of sygic doesn&#8217;t seems to works.<br />
I&#8217;ve found this site on sygic <a href="http://www.sygic.com/partners/pois.html" rel="nofollow">http://www.sygic.com/partners/pois.html</a> but not suficient <img src='http://www.simonecampora.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Specter</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-353</link>
		<dc:creator>Specter</dc:creator>
		<pubDate>Mon, 10 May 2010 17:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-353</guid>
		<description>Hello, I&#039;m using now the POI Converter, but I&#039;d like to know how to read/write this kind of files.

Greetings</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m using now the POI Converter, but I&#8217;d like to know how to read/write this kind of files.</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Simone</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-352</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Mon, 10 May 2010 07:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-352</guid>
		<description>hi there! unfortunately I&#039;ve never tried reading those files... do you need the C# procedure or just a standalone readeR? otherwise you could make use of POI Converter...

bests
Simone</description>
		<content:encoded><![CDATA[<p>hi there! unfortunately I&#8217;ve never tried reading those files&#8230; do you need the C# procedure or just a standalone readeR? otherwise you could make use of POI Converter&#8230;</p>
<p>bests<br />
Simone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Specter</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-350</link>
		<dc:creator>Specter</dc:creator>
		<pubDate>Fri, 07 May 2010 16:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-350</guid>
		<description>Hello, it&#039;s me again. Do you know how to read/write upi files for Sygic?</description>
		<content:encoded><![CDATA[<p>Hello, it&#8217;s me again. Do you know how to read/write upi files for Sygic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading .OV2 TomTom POI Files using Java or C# by Specter</title>
		<link>http://www.simonecampora.com/blog/2009/12/31/reading-ov2-tomtom-poi-files-using-java/comment-page-1/#comment-345</link>
		<dc:creator>Specter</dc:creator>
		<pubDate>Mon, 03 May 2010 17:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecampora.com/blog/?p=159#comment-345</guid>
		<description>Thanks a lot Simone, now it works.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Simone, now it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

