<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Lambertus,<br><br>okay, if I got that right you finally get *.img files with a size <br>near (but below) 8MB, so maybe Henning can use that script, too.<br><br>If you do that for e.g. Germany, how small is tpically the smallest *.img file ?<br>Is it probably near 4 MB?<br><br>Gerd<br><br><div>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Date: Tue, 29 Apr 2014 20:30:27 +0200<br>&gt; From: osm@na1400.info<br>&gt; Subject: Re: [mkgmap-dev] mkgmap ToDo list<br>&gt; <br>&gt; These are the direct results from Splitter. The format is o5m, both <br>&gt; input as output. Splitter version is: r321.<br>&gt; <br>&gt; For this test I split the original source with --max-nodes=8000000. Then <br>&gt; I render the initial tiles, when the result is larger than 8MB it's <br>&gt; subsplit again with --max-nodes=(8000000-(attempt*100000)). The initial <br>&gt; source files are ~70MB (o5m) and after several subsplits the two *.img <br>&gt; are &lt; 8MB. During this process --max-nodes has been reduced to e.g. <br>&gt; 7500000 and the source file is split up in two o5m files of about 37MB.<br>&gt; <br>&gt; I can upload an example source file and it's two subsplit siblings if <br>&gt; you want.<br>&gt; <br>&gt; <br>&gt; On 2014-04-29 19:38, GerdP wrote:<br>&gt; &gt; Hi Lambertus,<br>&gt; &gt; <br>&gt; &gt; that's interesting. Are these the img file sizes or the osm file sizes?<br>&gt; &gt; <br>&gt; &gt; Gerd<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Lambertus wrote<br>&gt; &gt;&gt; Unfortunately I cannot confirm that. Below is a bit of logging from my<br>&gt; &gt;&gt; script:<br>&gt; &gt;&gt; Original: 97000020 (70551453), New: 0 (35684445), New: 1 (36852845)<br>&gt; &gt;&gt; Original: 97000001 (74621042), New: 0 (37522992), New: 1 (37222739)<br>&gt; &gt;&gt; Original: 97000002 (73391358), New: 0 (37679505), New: 1 (38098627)<br>&gt; &gt;&gt; Original: 97000003 (77862567), New: 0 (39075311), New: 1 (39261197)<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; The original files above contain contour data, the filesize is between<br>&gt; &gt;&gt; brackets. As you can see both resulting file are approximately the <br>&gt; &gt;&gt; same<br>&gt; &gt;&gt; size.<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; On 2014-04-29 15:39, Gerd Petermann wrote:<br>&gt; &gt;&gt;&gt; Hi Lambertus,<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; and I guess that even after this optimization you will<br>&gt; &gt;&gt;&gt; see a factor 3 or higher between the largest tile and the smallest.<br>&gt; &gt;&gt;&gt; Can you confirm that?<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; Gerd<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; Date: Tue, 29 Apr 2014 15:32:38 +0200<br>&gt; &gt;&gt;&gt;&gt; From:<br>&gt; &gt; <br>&gt; &gt;&gt; osm@<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; To:<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; Subject: Re: [mkgmap-dev] mkgmap ToDo list<br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; Num-tiles=x would indeed be better for this specific need.<br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; It is my experience that it regularly takes multiple calls to<br>&gt; &gt;&gt;&gt; Splitter<br>&gt; &gt;&gt;&gt;&gt; to get 2+ sub-tiles when you reduce the max-nodes by 100k for each<br>&gt; &gt;&gt;&gt;&gt; sub-split attempt. This is what I currently do to get an optimum in<br>&gt; &gt;&gt;&gt;&gt; tile-size vs total number of tiles.<br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; On 29/04/2014 15:09, Gerd Petermann wrote:<br>&gt; &gt;&gt;&gt;&gt; &gt; Hi Lambertus,<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; that sounds like a possible change in splitter:<br>&gt; &gt;&gt;&gt;&gt; &gt; Instead of specifying max-nodes you may specify --num-tiles=x<br>&gt; &gt;&gt;&gt;&gt; &gt; and splitter will try to find a split that produces excactly x<br>&gt; &gt;&gt;&gt; tiles<br>&gt; &gt;&gt;&gt;&gt; &gt; which are not too narrow and have a node number which is not<br>&gt; &gt;&gt;&gt;&gt; &gt; too far from the average (but still aligned to a multiple of map<br>&gt; &gt;&gt;&gt; units<br>&gt; &gt;&gt;&gt;&gt; &gt; as now).<br>&gt; &gt;&gt;&gt;&gt; &gt; So, for your script that means you don't have to find the<br>&gt; &gt;&gt;&gt; max-nodes<br>&gt; &gt;&gt;&gt;&gt; &gt; value.<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; I'll think about this again...<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; Gerd<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; Date: Tue, 29 Apr 2014 14:59:36 +0200<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; From:<br>&gt; &gt; <br>&gt; &gt;&gt; osm@<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; To:<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; Subject: Re: [mkgmap-dev] mkgmap ToDo list<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; While this possibly can be solved in Splitter or Mkgmap, it<br>&gt; &gt;&gt;&gt; could also<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; be solved by your build-script when you add a maximum tile size<br>&gt; &gt;&gt;&gt; check<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; and re-split (with a lower number of max-nodes) until you get<br>&gt; &gt;&gt;&gt; two or<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; more sub-tiles. Granted, this adds complexity to the script but<br>&gt; &gt;&gt;&gt; it works<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; well for me.<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; On 25/04/2014 21:54, Henning Scholland wrote:<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; Hi Gerd,<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; I would like to have img-tiles which have globally nearly the<br>&gt; &gt;&gt;&gt; same<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; filesize, so that they use the space of devices like eTrex 10.<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; With my actual map I use globally the same value for<br>&gt; &gt;&gt;&gt; max-nodes. But the<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; size of the img-tiles differ more then factor 2. Eg. a tile in<br>&gt; &gt;&gt;&gt; Germany<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; is between 2 and 5 mb where a tile in China is about 10 mb. If<br>&gt; &gt;&gt;&gt; I remove<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; details, this difference will increase, because in Germany<br>&gt; &gt;&gt;&gt; more objects<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; will be removed from the img-tile then in China.<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; Henning<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt;&gt;&gt; &gt;<br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;&gt;&gt; <br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt;&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt;&gt; <br>&gt; &gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;&gt; <br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt;&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; mkgmap-dev mailing list<br>&gt; &gt; <br>&gt; &gt;&gt; mkgmap-dev@.org<br>&gt; &gt; <br>&gt; &gt;&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; --<br>&gt; &gt; View this message in context:<br>&gt; &gt; http://gis.19327.n5.nabble.com/mkgmap-ToDo-list-tp5803388p5804588.html<br>&gt; &gt; Sent from the Mkgmap Development mailing list archive at Nabble.com.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>