From 97f9b7bee597f1a5a4c224c3ba9634e41c6452c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=A4schke?= Date: Sat, 20 Apr 2024 21:51:41 +0200 Subject: [PATCH] +explanation --- ...024-04-21-visualising-the-tile-size-distribution.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2024-04-21-visualising-the-tile-size-distribution.markdown b/_posts/2024-04-21-visualising-the-tile-size-distribution.markdown index 9745f66..5100aa9 100644 --- a/_posts/2024-04-21-visualising-the-tile-size-distribution.markdown +++ b/_posts/2024-04-21-visualising-the-tile-size-distribution.markdown @@ -50,3 +50,8 @@ plt.show() ``` ![](/img/offsets_sizes.png) + +So the roughly 2400 tiles of size 500x500 come early on and they are, +on average, larger than the 1000x1000 tiles. Very likely they are the +colored overview tiles. Then follow the 24700 tiles of size 1000x1000 +– very likely greyscale detailed images.