<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linfiniti Geo Blog &#187; gdal tiff ecw</title>
	<atom:link href="http://linfiniti.com/tag/gdal-tiff-ecw/feed/" rel="self" type="application/rss+xml" />
	<link>http://linfiniti.com</link>
	<description>GIS for Open Source People</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:04:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Batch convert a directory of tiffs to ecw</title>
		<link>http://linfiniti.com/2009/12/batch-convert-a-directory-of-tiffs-to-ecw/</link>
		<comments>http://linfiniti.com/2009/12/batch-convert-a-directory-of-tiffs-to-ecw/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:19:24 +0000</pubDate>
		<dc:creator>Tim Sutton</dc:creator>
				<category><![CDATA[QGIS]]></category>
		<category><![CDATA[gdal tiff ecw]]></category>

		<guid isPermaLink="false">http://linfiniti.com/2009/12/batch-convert-a-directory-of-tiffs-to-ecw/</guid>
		<description><![CDATA[Today I wanted to batch convert a directory of .tiff images to .ecw (MrSid wavelet compressed). Our server has 8 cores so it would be nice to use them all right? Here is the quick &#038; dirty way I do this kind of job in parallel. #!/bin/bash mkdir ecw for FILE in *.tif do BASENAME=$(basename [...]]]></description>
		<wfw:commentRss>http://linfiniti.com/2009/12/batch-convert-a-directory-of-tiffs-to-ecw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

