<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GroundTruth 1.6</title>
	<atom:link href="http://igorbrejc.net/openstreetmap/groundtruth-1-6/feed" rel="self" type="application/rss+xml" />
	<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6</link>
	<description>Just another developer's weblog</description>
	<lastBuildDate>Thu, 19 Apr 2012 12:15:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fips</title>
		<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6/comment-page-1#comment-71399</link>
		<dc:creator>Fips</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/groundtruth-1-6#comment-71399</guid>
		<description>&lt;p&gt;I always keep getting the error message for the same map area:&lt;/p&gt;

&lt;p&gt;Generating contours for area (-32, 62, -31,75, 62,25)
ERROR: Brejc.DemLibrary.DemLoaderException: No DEM data available.
   bei Brejc.DemLibrary.IntelligentDemProvider.LoadDem(Bounds2 bounds)
   bei Brejc.DemLibrary.Ibf.IbfUtilities.GenerateAreaDefinitions(IbfFile ibfFile
, IRasterDemProvider rasterDemProvider, GenerateIbfAreaDefinitionsParameters par
ameters)
   bei GroundTruth.Engine.Ibf.DefaultIbfGenerator.Run(IbfGenerationParameters pa
rameters)
   bei GroundTruth.GenerateContoursCommand.Execute(IEnumerable`1 args)
   bei GroundTruth.ConsoleApp.Process()&lt;/p&gt;

&lt;p&gt;I tried to put empty dem files named N62W031.hgt.zip, N62W032.hgt.zip, N63W031.hgt.zip and N63W032.hgt.zip into the Eurasia folder - no effect. For testing purposes, I deleted all other files in that directory. But it&#039;s still not working.&lt;/p&gt;

&lt;p&gt;Do you know where the problem is? Do the empty files have to be named other than I did?&lt;/p&gt;

&lt;p&gt;Kind regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I always keep getting the error message for the same map area:</p>

<p>Generating contours for area (-32, 62, -31,75, 62,25)
ERROR: Brejc.DemLibrary.DemLoaderException: No DEM data available.
   bei Brejc.DemLibrary.IntelligentDemProvider.LoadDem(Bounds2 bounds)
   bei Brejc.DemLibrary.Ibf.IbfUtilities.GenerateAreaDefinitions(IbfFile ibfFile
, IRasterDemProvider rasterDemProvider, GenerateIbfAreaDefinitionsParameters par
ameters)
   bei GroundTruth.Engine.Ibf.DefaultIbfGenerator.Run(IbfGenerationParameters pa
rameters)
   bei GroundTruth.GenerateContoursCommand.Execute(IEnumerable`1 args)
   bei GroundTruth.ConsoleApp.Process()</p>

<p>I tried to put empty dem files named N62W031.hgt.zip, N62W032.hgt.zip, N63W031.hgt.zip and N63W032.hgt.zip into the Eurasia folder &#8211; no effect. For testing purposes, I deleted all other files in that directory. But it&#8217;s still not working.</p>

<p>Do you know where the problem is? Do the empty files have to be named other than I did?</p>

<p>Kind regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: breki</title>
		<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6/comment-page-1#comment-71388</link>
		<dc:creator>breki</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/groundtruth-1-6#comment-71388</guid>
		<description>&lt;p&gt;@Fips,&lt;/p&gt;

&lt;p&gt;Yes, I think creating a dummy zero-elevation tile for the missing area is currently the easiest workaround. I&#039;ll add this issue to the &quot;todo&quot; list and fix it when I get some free time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Fips,</p>

<p>Yes, I think creating a dummy zero-elevation tile for the missing area is currently the easiest workaround. I&#8217;ll add this issue to the &#8220;todo&#8221; list and fix it when I get some free time.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fips</title>
		<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6/comment-page-1#comment-71357</link>
		<dc:creator>Fips</dc:creator>
		<pubDate>Tue, 05 Jan 2010 11:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/groundtruth-1-6#comment-71357</guid>
		<description>&lt;p&gt;Hey, I am currently trying to download the DEM data for the whole area of Europe. I know its an insane project :)&lt;/p&gt;

&lt;p&gt;I already set up an Apache webserver and downloaded all SRTM3 and SRTM1 data from the NASA server. Then I integrated the files from Jonathan de Ferranti into the directories.&lt;/p&gt;

&lt;p&gt;From the excerpt of Geofabrik I know that the bounds of Europe are 34, -32, 75, 45 (minLat, minLon, maxLat, maxLon). At some point Groundtruth is giving me the error that there is no DEM data for that area. I found out, that this is only sea area. Is there a way to avoid this error? Could I only copy another tile with all elevations in that area set to zero?&lt;/p&gt;

&lt;p&gt;Best Greetings&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, I am currently trying to download the DEM data for the whole area of Europe. I know its an insane project <img src='http://igorbrejc.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>I already set up an Apache webserver and downloaded all SRTM3 and SRTM1 data from the NASA server. Then I integrated the files from Jonathan de Ferranti into the directories.</p>

<p>From the excerpt of Geofabrik I know that the bounds of Europe are 34, -32, 75, 45 (minLat, minLon, maxLat, maxLon). At some point Groundtruth is giving me the error that there is no DEM data for that area. I found out, that this is only sea area. Is there a way to avoid this error? Could I only copy another tile with all elevations in that area set to zero?</p>

<p>Best Greetings</p>]]></content:encoded>
	</item>
	<item>
		<title>By: breki</title>
		<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6/comment-page-1#comment-63308</link>
		<dc:creator>breki</dc:creator>
		<pubDate>Sat, 21 Nov 2009 12:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/groundtruth-1-6#comment-63308</guid>
		<description>&lt;p&gt;@Ivan,&lt;/p&gt;

&lt;p&gt;I&#039;ve added your request to the &quot;todo&quot; list for next versions.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Ivan,</p>

<p>I&#8217;ve added your request to the &#8220;todo&#8221; list for next versions.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://igorbrejc.net/openstreetmap/groundtruth-1-6/comment-page-1#comment-63101</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/groundtruth-1-6#comment-63101</guid>
		<description>&lt;p&gt;Hello.
I tried to use GroundTruth for converting to MP with Navitel typeset.&lt;/p&gt;

&lt;p&gt;Would you create writer encoding based on &quot;CodePage&quot; parameter.
For example:
        protected void GenerateIndividualFile(IPolishMapFileCreator polishMapFileCreator, ITaskRunner taskRunner, string mapFileInfo)
        {
            Encoding fileEncoding = null;
            if (this.settings.AdditionalMapParameters.ContainsKey(&quot;CodePage&quot;)) {
                string codePageString = this.settings.AdditionalMapParameters[&quot;CodePage&quot;];
                int codePage;
                int.TryParse(codePageString, out codePage);
                try {
                    fileEncoding = Encoding.GetEncoding(codePage);
                }
                catch { }
            }&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;        using (CGpsMapperMapWriter writer = new CGpsMapperMapWriter(polishMapFileCreator.CreatePolishMapFile(), mapFileInfo, fileEncoding))
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Regards,
Ivan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello.
I tried to use GroundTruth for converting to MP with Navitel typeset.</p>

<p>Would you create writer encoding based on &#8220;CodePage&#8221; parameter.
For example:
        protected void GenerateIndividualFile(IPolishMapFileCreator polishMapFileCreator, ITaskRunner taskRunner, string mapFileInfo)
        {
            Encoding fileEncoding = null;
            if (this.settings.AdditionalMapParameters.ContainsKey(&#8220;CodePage&#8221;)) {
                string codePageString = this.settings.AdditionalMapParameters["CodePage"];
                int codePage;
                int.TryParse(codePageString, out codePage);
                try {
                    fileEncoding = Encoding.GetEncoding(codePage);
                }
                catch { }
            }</p>

<pre><code>        using (CGpsMapperMapWriter writer = new CGpsMapperMapWriter(polishMapFileCreator.CreatePolishMapFile(), mapFileInfo, fileEncoding))
</code></pre>

<p>Regards,
Ivan</p>]]></content:encoded>
	</item>
</channel>
</rss>

