<?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 on: Unix command-line tile cutter for Google Maps</title>
	<atom:link href="http://crazedmonkey.com/blog/programming/google-tile-cutter.html/feed" rel="self" type="application/rss+xml" />
	<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html</link>
	<description>Ian Stevens&#039; weblog</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:12:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-174035</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-174035</guid>
		<description>Pete, you most certainly will have to transform the map so that it fits to Google&#039;s map projection. Sorry, my tile cutter doesn&#039;t perform such a transformation.</description>
		<content:encoded><![CDATA[<p>Pete, you most certainly will have to transform the map so that it fits to Google&#8217;s map projection. Sorry, my tile cutter doesn&#8217;t perform such a transformation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-168567</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 21 Dec 2010 22:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-168567</guid>
		<description>When trying to do this on a US scale map, i&#039;m getting tiles which are not transformed correctly, it appears that it might need &#039;a quadratic transform?&#039;  or so i&#039;ve been told..

Trying to do it with a NOAA radar map: 
http://radar.weather.gov/ridge/Conus/RadarImg/latest_radaronly.gif

lat lng&#039;s are in the KML for it.. 

Any suggestions?

Thanks!</description>
		<content:encoded><![CDATA[<p>When trying to do this on a US scale map, i&#8217;m getting tiles which are not transformed correctly, it appears that it might need &#8216;a quadratic transform?&#8217;  or so i&#8217;ve been told..</p>
<p>Trying to do it with a NOAA radar map:<br />
<a href="http://radar.weather.gov/ridge/Conus/RadarImg/latest_radaronly.gif" rel="nofollow">http://radar.weather.gov/ridge/Conus/RadarImg/latest_radaronly.gif</a></p>
<p>lat lng&#8217;s are in the KML for it.. </p>
<p>Any suggestions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-162463</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-162463</guid>
		<description>Hi Justin. Unfortunately, the tiles generated from your image outnumber the maximum number of arguments one is able to specify in the command-line. The script is in BASH, and I leverage command-line utils to find and number tiles. I will have to modify the script to support an arbitrary number of tiles. Frankly, I&#039;m surprised that your machine didn&#039;t keel over when tiling that file. How long did it take before it crashed?</description>
		<content:encoded><![CDATA[<p>Hi Justin. Unfortunately, the tiles generated from your image outnumber the maximum number of arguments one is able to specify in the command-line. The script is in BASH, and I leverage command-line utils to find and number tiles. I will have to modify the script to support an arbitrary number of tiles. Frankly, I&#8217;m surprised that your machine didn&#8217;t keel over when tiling that file. How long did it take before it crashed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-157094</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 29 Nov 2010 03:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-157094</guid>
		<description>Hi, i&#039;m using the .11 version of the script on a large file (almost 2gig) The file cuts the image just fine but when it tried to do the rename it errors with 

googletilecutter-0.11.sh: line 180: /bin/ls: Argument list too long

There are 5192 temporary files created, I&#039;m assuming those are the images, but without the rename they are a tad usles.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m using the .11 version of the script on a large file (almost 2gig) The file cuts the image just fine but when it tried to do the rename it errors with </p>
<p>googletilecutter-0.11.sh: line 180: /bin/ls: Argument list too long</p>
<p>There are 5192 temporary files created, I&#8217;m assuming those are the images, but without the rename they are a tad usles.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-127234</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Wed, 08 Sep 2010 00:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-127234</guid>
		<description>Sorry, Mo, it will not automatically scale your tiles for different zoom levels. You will have to generate large images, one per zoom level, and execute the script as shown for each level.</description>
		<content:encoded><![CDATA[<p>Sorry, Mo, it will not automatically scale your tiles for different zoom levels. You will have to generate large images, one per zoom level, and execute the script as shown for each level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-127066</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Tue, 07 Sep 2010 08:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-127066</guid>
		<description>Hello Ian,

Great tool! I was wondering if this can cut tiles given Max and Min Zoom level. Like the script you mentioned at (http://mapki.com/wiki/Automatic_Tile_Cutter). 
I would like to do something exactly like that but through bash script.


Cheers</description>
		<content:encoded><![CDATA[<p>Hello Ian,</p>
<p>Great tool! I was wondering if this can cut tiles given Max and Min Zoom level. Like the script you mentioned at (<a href="http://mapki.com/wiki/Automatic_Tile_Cutter" rel="nofollow">http://mapki.com/wiki/Automatic_Tile_Cutter</a>).<br />
I would like to do something exactly like that but through bash script.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-123753</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Wed, 25 Aug 2010 15:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-123753</guid>
		<description>Hi Alex. There is no way to currently specify the background colour. I assume that all maps will be overlays and would require some level of transparency. What you could do is add a layer underneath the map tile layer, which makes use of a single tile image of solid colour.</description>
		<content:encoded><![CDATA[<p>Hi Alex. There is no way to currently specify the background colour. I assume that all maps will be overlays and would require some level of transparency. What you could do is add a layer underneath the map tile layer, which makes use of a single tile image of solid colour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-123417</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-123417</guid>
		<description>hello, 
i&#039;ve used your tool to build a middle-earth map, extremely useful! thanks!

is there any way to specify a background color if the tile is not a multiple of 256?</description>
		<content:encoded><![CDATA[<p>hello,<br />
i&#8217;ve used your tool to build a middle-earth map, extremely useful! thanks!</p>
<p>is there any way to specify a background color if the tile is not a multiple of 256?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allankliu</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-109459</link>
		<dc:creator>allankliu</dc:creator>
		<pubDate>Tue, 22 Jun 2010 23:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-109459</guid>
		<description>Good script, I am going to build my own image distribution system based upon GIS map framework. I am also trying to implement it in Bash shell, rather than Python. You script gives much information. There are some differences between your implementation and my daily work. 

1) I use Lat/Lng/Zoom rather than x/y/z, which is calculated by Python or bc.
2) I would rather to crop off picture if it just a little bigger than 256 pix.

Thanks for your code.</description>
		<content:encoded><![CDATA[<p>Good script, I am going to build my own image distribution system based upon GIS map framework. I am also trying to implement it in Bash shell, rather than Python. You script gives much information. There are some differences between your implementation and my daily work. </p>
<p>1) I use Lat/Lng/Zoom rather than x/y/z, which is calculated by Python or bc.<br />
2) I would rather to crop off picture if it just a little bigger than 256 pix.</p>
<p>Thanks for your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/programming/google-tile-cutter.html/comment-page-1#comment-109313</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/programming/unix-command-line-image-tiler-for-google-maps.html#comment-109313</guid>
		<description>Kevin, if my explanation above is insufficient, this may help explain it better: http://mapki.com/wiki/Automatic_Tile_Cutter#How_to_Figure_Out_the_Values_for_Your_Tiles</description>
		<content:encoded><![CDATA[<p>Kevin, if my explanation above is insufficient, this may help explain it better: <a href="http://mapki.com/wiki/Automatic_Tile_Cutter#How_to_Figure_Out_the_Values_for_Your_Tiles" rel="nofollow">http://mapki.com/wiki/Automatic_Tile_Cutter#How_to_Figure_Out_the_Values_for_Your_Tiles</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

