<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi MapProxy,<br>
<br>
I am doing a dry run using a seed configs with multiple coverages:<br>
<br>
mapproxy-seed --dry-run -f config.yml -s seedconfig.yml  --progress-file .mapproxy_seed_pgress >> summary<br>
<br>
Selection from sample summary output:<br>
<br>
<i>    Seeding cache 'cache' with grid 'NZTM' in EPSG:2193<br>
    Limited to coverage in: -177.07120, -44.51783, -175.90962, -43.53327 (EPSG:4326)<br>
    Levels: [6, 7, 8, 9, 10, 11, 12, 13, 14, 15]<br>
    Overwriting: no tiles<br>
[10:54:37] 14  66.68% 2441356.80000, 5066982.40000, 2442073.60000, 5067699.20000 (4878880 tiles)<br>
  nz_colour_basemap_nztm_grid:<br>
    Seeding cache 'cache' with grid 'NZTM' in EPSG:2193<br>
    Limited to coverage in: -174.70910, -62.09470, 178.78876, 0.00000 (EPSG:4326)<br>
    Levels: [0, 1, 2, 3, 4, 5]<br>
    Overwriting: no tiles<br>
[10:54:48]  0 100.00% -1000000.00000, 3087000.00000, 3327000.00000, 10000000.00000 (8688 tiles)</i><br>
<br>
My seed config has multiple coverages. The goal is to count the total number of tiles estimated in the dry run.  The output of the dry run counts the total number of tiles produced for each coverage, but does not output an estimated total for the entire tile
 cache (see above example).  Maybe I am missing something simple?<br>
<br>
I have tried to send the outputs to a file and read the summary,  summing all the lines where rendering has reached 100%.  I then realized the output does not always record 100% before moving to the next coverage to render; rendering my method incorrect.<br>
<br>
grep '100.00%' summary | cut -d "(" -f2 | cut -d ")" -f1 | sed -r 's/tiles//g' | awk '{n += $1}; END{print n}'<br>
<br>
>From this information I have two questions:<br>
<br>
1. Can the the total estimated sum of the tiles be determined using `mapproxy-seed --dry-run`?
<br>
<br>
1.If not, are you aware of an easier method to get a sum total number of the estimated tiles doing a `mapproxy-seed --dry-run`; using a seed config with multiple coverages?
<br>
<br>
Cheers,<br>
<br>
Ian<br>
<br>
<br>
</div>
<br>
<hr>
<font face="Verdana" color="Black" size="2"><br>
This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please
 notify us immediately (Phone 0800 665 463 or info@linz.govt.nz) and destroy the original message. LINZ accepts no responsibility for changes to this email, or for any attachments, after its transmission from LINZ. Thank You.<br>
</font>
</body>
</html>