<div>Basically I need to do the following:</div>
<div>&nbsp;</div>
<div>1.&nbsp; Check if the image already exists in the cache.</div>
<div>2.&nbsp; If not then check for the image with the provider by utilizing a url that returns a value.</div>
<div>3.&nbsp; Check the value and If still no image then try another WMS service provider.</div>
<div>4.&nbsp; If still no image then return a noimage tile.</div>
<div>&nbsp;</div>
<div>Can you direct me to the best python resource for these things?</div>
<div>&nbsp;</div>
<div>Thanks so much!</div>
<div>Linda Rawson<br>&nbsp;</div><br><br>
<div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">Christopher Schmidt</b> &lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Sun, Oct 14, 2007 at 09:31:02PM -0700, Linda_Rawson wrote:<br>&gt;<br>&gt; Digital Globe has this inherent problem that when they don&#39;t have an image it
<br>&gt; will return the same image at a lower resolution.&nbsp;&nbsp;It really should return a<br>&gt; noimage tile.&nbsp;&nbsp;What I would like to do is customize the python scripts so<br>&gt; that if we did not have a tile cached it would first query the service to
<br>&gt; find out if there is an image and if there is no image then it would return<br>&gt; a notile image.&nbsp;&nbsp;Which python script would I change to do this?<br><br>You&#39;re going to want to create a Layer subclass specifically for Digital
<br>Globe, in the Layer.py file.<br><br>Regards,<br>--<br>Christopher Schmidt<br>MetaCarta<br></blockquote></div><br>