<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Is there any tool to know image count based on Monument ID ?<br></div></div></blockquote><div><br></div><div>So, now that the job has run, there is an up-to-date  `image` table on the monuments database, indexing 2 575 525 images.</div><div><br></div><div>A database query for what your need is straightforward − see that example for Georgia [1] − but that does not quite scale nor is easily accessible.<br></div><div><br></div><div>Should be fairly easy to build a tool on top of it though.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>Plus, a tool to know user who has covered maximum no of monuments ?</div></div></blockquote><div><br></div><div>I don’t think this exists at the moment (yet! :)</div><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-size:12.8px">there is my tool, but it knows only Ukraine's monument lists.<div>I'm going to adapt it to erfgoed/heritage database first week of October.</div></div></blockquote><div><br></div><div>Thanks Ilya ! Looking forward to  it :)</div></div><div><div><br></div><div><br></div><div>[1]  Top 10 illustrated monuments in Georgia: </div><div>MariaDB [s51138__heritage_p]> SELECT id, COUNT(img_name) as pics FROM image WHERE country='ge' GROUP BY id ORDER BY pics DESC LIMIT 10;</div><div>+------+------+</div><div>| id   | pics |</div><div>+------+------+</div><div>| 4667 |  188 |</div><div>| 4657 |  143 |</div><div>| 2343 |  124 |</div><div>| 3678 |  122 |</div><div>| 6490 |  119 |</div><div>| 3244 |  100 |</div><div>| 1953 |  100 |</div><div>| 4842 |   94 |</div><div>| 4668 |   93 |</div><div>| 875  |   76 |</div><div>+------+------+</div><div>10 rows in set (0.06 sec)</div></div><div><br></div>-- <br><div class="gmail_signature">Jean-Frédéric<br></div>
</div></div>