On Feb 18, 2008 1:47 PM, Stuart Poulton <<a href="mailto:swp@astro.le.ac.uk">swp@astro.le.ac.uk</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">
<div>Hi,</div><div><br></div><div>No problems with the usage of multiple bounding boxes, infact in this case 14 of them. Each one output to a single file. </div><div>Looks like the simplest solution may be to have a 15th polygon and output this to a final file.</div>
<div><br></div><div>Cheers</div><font color="#888888"><div><br></div><div>Stuart</div></font><div><div></div><div class="Wj3C7c"><div><br></div><br><div><div>On 18 Feb 2008, at 21:42, Gregory wrote:</div><br><blockquote type="cite">
I've heard you can only do one bounding box and nothing clever.<br><br><div><span class="gmail_quote">On 18/02/2008, <b class="gmail_sendername">Stuart Poulton</b> <<a href="mailto:swp@astro.le.ac.uk" target="_blank">swp@astro.le.ac.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">Hi All,</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Helvetica" size="3">Can anyone advise.....</font></div>
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">If I'm extracting a series of bounding boxes to seperate files, can I also extract the entire area to one file at the same time ?</font></div>
<div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">I'm currently using.....</font></div>
<div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">../osmosis-0.24/bin/osmosis --read-xml file="../planet-080102.osm.bz2" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--tee 3 \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--bounding-box top="60.85" bottom="58.70" left="-3.50" right="-0.75" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--bounding-box top="58.70" bottom="55.50" left="-8.00" right="-5.00" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--bounding-box top="58.70" bottom="55.50" left="-5.00" right="-1.50" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--write-xml file="Grid0.osm" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--write-xml file="Grid1.osm" \</font></div>
<div style="margin: 0px;"><font style="font-family: Lucida Grande; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;" face="Lucida Grande" size="3">--write-xml file="Grid2.osm" \</font></div>
</div></blockquote></div></blockquote></div></div></div></div></blockquote></div>If your goal is to have the results of all three bounding boxes in one file, you could tee the output of each bounding box, write one to a file, then pass the other to a merge task, then write out that merged set. It would be a complex command line but it should be possible.<br>