<?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: NASA&#8217;s SRTM Server Has Moved&#8230;</title>
	<atom:link href="http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/feed" rel="self" type="application/rss+xml" />
	<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved</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: breki</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-68931</link>
		<dc:creator>breki</dc:creator>
		<pubDate>Sun, 20 Dec 2009 19:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-68931</guid>
		<description>&lt;p&gt;@Bomm,&lt;/p&gt;

&lt;p&gt;The new algorithm in DemLibray is a complete rewrite and works differently, so I doubt you&#039;d be able to use it in Srtm2Osm without major changes in the code.
The old algorithm had some bugs in it, but I don&#039;t know whether this is related to the exception. Please send me (via email) a debug stack trace of the exception and the relevant source file and I&#039;ll try to see what&#039;s the problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Bomm,</p>

<p>The new algorithm in DemLibray is a complete rewrite and works differently, so I doubt you&#8217;d be able to use it in Srtm2Osm without major changes in the code.
The old algorithm had some bugs in it, but I don&#8217;t know whether this is related to the exception. Please send me (via email) a debug stack trace of the exception and the relevant source file and I&#8217;ll try to see what&#8217;s the problem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bodo Meissner (Bomm)</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-68911</link>
		<dc:creator>Bodo Meissner (Bomm)</dc:creator>
		<pubDate>Sun, 20 Dec 2009 14:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-68911</guid>
		<description>&lt;p&gt;Hello Igor,&lt;/p&gt;

&lt;p&gt;as you may have noticed, I fixed the SRTM download in Srtm2Osm and added a new parameter to offset the generated contours to make it work better with OsmComposer.
(see http://wiki.openstreetmap.org/wiki/Srtm2osm and SVN)&lt;/p&gt;

&lt;p&gt;As you wrote on 
http://igorbrejc.net/development/c/kosmos-v2-5-and-groundtruth-and-some-developers-musings
you did some improvements in the contour generator.&lt;/p&gt;

&lt;p&gt;I would like to try to integrate your new version in Srtm2Osm.&lt;/p&gt;

&lt;p&gt;Currently a problem has been reported for Srtm2Osm:&lt;/p&gt;

&lt;p&gt;When you call
Srtm2Osm.exe -o contour_sample.osm -large -corrxy 0.0005 0.0005 -step 20 -cat 400 200 -bounds1 56.6 21.6 56.7 21.7
the program aborts with a NotImplementedException.
(The new -corrxy option is an optional offset to shift the contours as requested by Nop for OsmComposer.)&lt;/p&gt;

&lt;p&gt;As far as I found out the exception is thrown in Brejc.DemLibrary.Igor4IsopletingAlgorithm in ExtractIsohypseMovements() if movementFound is still false at the end. Unfortunately I do not understand the algorithm yet. That&#039;s why it is a bit difficult for me to further debug this.&lt;/p&gt;

&lt;p&gt;Is this related to the &quot;data voids&quot; you mentioned on the page named above?
Could the new version of Brejc.DemLibrary help to fix the problem?&lt;/p&gt;

&lt;p&gt;Bodo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Igor,</p>

<p>as you may have noticed, I fixed the SRTM download in Srtm2Osm and added a new parameter to offset the generated contours to make it work better with OsmComposer.
(see <a href="http://wiki.openstreetmap.org/wiki/Srtm2osm" rel="nofollow">http://wiki.openstreetmap.org/wiki/Srtm2osm</a> and SVN)</p>

<p>As you wrote on 
<a href="http://igorbrejc.net/development/c/kosmos-v2-5-and-groundtruth-and-some-developers-musings" rel="nofollow">http://igorbrejc.net/development/c/kosmos-v2-5-and-groundtruth-and-some-developers-musings</a>
you did some improvements in the contour generator.</p>

<p>I would like to try to integrate your new version in Srtm2Osm.</p>

<p>Currently a problem has been reported for Srtm2Osm:</p>

<p>When you call
Srtm2Osm.exe -o contour_sample.osm -large -corrxy 0.0005 0.0005 -step 20 -cat 400 200 -bounds1 56.6 21.6 56.7 21.7
the program aborts with a NotImplementedException.
(The new -corrxy option is an optional offset to shift the contours as requested by Nop for OsmComposer.)</p>

<p>As far as I found out the exception is thrown in Brejc.DemLibrary.Igor4IsopletingAlgorithm in ExtractIsohypseMovements() if movementFound is still false at the end. Unfortunately I do not understand the algorithm yet. That&#8217;s why it is a bit difficult for me to further debug this.</p>

<p>Is this related to the &#8220;data voids&#8221; you mentioned on the page named above?
Could the new version of Brejc.DemLibrary help to fix the problem?</p>

<p>Bodo</p>]]></content:encoded>
	</item>
	<item>
		<title>By: breki</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-58510</link>
		<dc:creator>breki</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-58510</guid>
		<description>&lt;p&gt;@Kubi,&lt;/p&gt;

&lt;p&gt;Can you please specify what tool and what version are you using?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Kubi,</p>

<p>Can you please specify what tool and what version are you using?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kubi</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-58506</link>
		<dc:creator>Kubi</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-58506</guid>
		<description>&lt;p&gt;Hi Igor,&lt;/p&gt;

&lt;p&gt;i have a problem with the SRTM data.
I have the mesage: \Error downloading SRTM data.\&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Igor,</p>

<p>i have a problem with the SRTM data.
I have the mesage: \Error downloading SRTM data.\</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sim</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-35737</link>
		<dc:creator>sim</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-35737</guid>
		<description>&lt;p&gt;thanks, kinda weird though, put the only announcement on ftp and shut it down :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks, kinda weird though, put the only announcement on ftp and shut it down <img src='http://igorbrejc.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: breki</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-35661</link>
		<dc:creator>breki</dc:creator>
		<pubDate>Mon, 06 Jul 2009 18:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-35661</guid>
		<description>&lt;p&gt;@sim,&lt;/p&gt;

&lt;p&gt;From what I remember, the readme file was on the old FTP server, I don&#039;t know if it&#039;s still there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@sim,</p>

<p>From what I remember, the readme file was on the old FTP server, I don&#8217;t know if it&#8217;s still there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sim</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-35508</link>
		<dc:creator>sim</dc:creator>
		<pubDate>Sun, 05 Jul 2009 23:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-35508</guid>
		<description>&lt;p&gt;Hi Igor,&lt;/p&gt;

&lt;p&gt;Thanks for heads up, I was looking why FTP is not working all day. BTW, where is this README file located? Even Google can&#039;t find it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Igor,</p>

<p>Thanks for heads up, I was looking why FTP is not working all day. BTW, where is this README file located? Even Google can&#8217;t find it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: igorbrejc.net &#187; GroundTruth: Works With SRTM Again</title>
		<link>http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved/comment-page-1#comment-34033</link>
		<dc:creator>igorbrejc.net &#187; GroundTruth: Works With SRTM Again</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://igorbrejc.net/openstreetmap/nasas-srtm-server-has-moved#comment-34033</guid>
		<description>&lt;p&gt;[...] news: I managed to update my Breki.DemLibrary code to be able to download SRTM data from the new NASA server. The next step was to update the source code for GroundTruth in order for it to be able to use the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] news: I managed to update my Breki.DemLibrary code to be able to download SRTM data from the new NASA server. The next step was to update the source code for GroundTruth in order for it to be able to use the [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

