Google Earth - EBT's dot grid

Euro tracking discussion in English

Moderators: Fons, avij, Phaseolus

User avatar
Donald
Euro-Master
Euro-Master
Posts: 3627
Joined: Fri Mar 22, 2002 8:02 pm
Location: Geilenkirchen

Post by Donald »

I like ernie's dot converter pretty much. I already used it last week to get me one more dot in the Netherlands. It showed me where I had to refuel during a business trip and it worked nicely.

I see at altitudes below 30 miles that the dots are not connected with their eastern and western neighbors - there is a gap in between. Is this a neccessary feature or can it be fixed?

There is also a small differerence between the edges of the spots and the grid lines - they do not coincide perfectly. To me it looks like bocky and you use slightly different sets of coordinates. It would be nice if we had one official set of dot coordinates for all google earth applications. Maybe avij can provide these figures.
User avatar
ernie_hh
Euro-Regular
Euro-Regular
Posts: 205
Joined: Mon Jan 30, 2006 7:37 am
Location: Hamburg, DE
Contact:

Post by ernie_hh »

Donald wrote:I see at altitudes below 30 miles that the dots are not connected with their eastern and western neighbors - there is a gap in between. Is this a neccessary feature or can it be fixed?
That was a bug that made it from the preview version into the final. Should not happend. I fixed it now. Thanks for the reminder ;)
Donald wrote:There is also a small differerence between the edges of the spots and the grid lines - they do not coincide perfectly. To me it looks like bocky and you use slightly different sets of coordinates. It would be nice if we had one official set of dot coordinates for all google earth applications. Maybe avij can provide these figures.
I noticed it already. I am not really sure if it is a problem in my dotmap or i the grid. Perhaps it is a problem in GoogleEarth. When i use the german grid my (eight) dots fit nearly perfectly in the grid. if i use the europe grid the fault is much bigger. Perhaps GoogleEarth is not able to paint vector graphics so accurate. I will compare my numbers to the grid if i have some extra time. Perhaps i can find a problem :)

greetings
EBT-Statistiken und Dotkonverter: http://euro.ernie-hh.de/" onclick="window.open(this.href);return false;
Aktuelle EBT-Tool-Version: 0.99.11.3 vom 11.01.2011
News im EBT-Blog: http://euro.ernie-hh.de/blog/" onclick="window.open(this.href);return false;
User avatar
Donald
Euro-Master
Euro-Master
Posts: 3627
Joined: Fri Mar 22, 2002 8:02 pm
Location: Geilenkirchen

Post by Donald »

It looks much better now.

The north-south lines of the grids coincide with the dot borders. However, this is only so if the lines are centered. When I shift the lines to the left or right side of my screen, the lines separate from the dot borders. Also the lines of the German and the full map split up a little bit. The full map lines stay a little bit closer to the dot borders then.

The east-west grid lines coincide nicely with the dot corners but they shift a little bit north near the middle of a dot's side.
User avatar
Dakkus
Euro-Master
Euro-Master
Posts: 4734
Joined: Tue Jun 24, 2003 3:59 pm
Location: No Helsinkiem, Somijas / Iš Helsinkio, Suomijos
Contact:

Post by Dakkus »

Donald wrote:I like ernie's dot converter pretty much. I already used it last week to get me one more dot in the Netherlands. It showed me where I had to refuel during a business trip and it worked nicely.

I see at altitudes below 30 miles that the dots are not connected with their eastern and western neighbors - there is a gap in between. Is this a neccessary feature or can it be fixed?

There is also a small differerence between the edges of the spots and the grid lines - they do not coincide perfectly. To me it looks like bocky and you use slightly different sets of coordinates. It would be nice if we had one official set of dot coordinates for all google earth applications. Maybe avij can provide these figures.
Such official set already exists. ..at least to some extent.
We know the coordinates of one line intersection and also the intervals the dots have between each other. All other coordinates can quite easily be generated from that information.
Ko saka āboliņš? Pēk pēk pēk!
User avatar
Dakkus
Euro-Master
Euro-Master
Posts: 4734
Joined: Tue Jun 24, 2003 3:59 pm
Location: No Helsinkiem, Somijas / Iš Helsinkio, Suomijos
Contact:

Post by Dakkus »

Well.. The dots' width is _always_ 0,44 degrees and their height is _always_ 0,28 degrees.
I didn't find any official information about the intersection coordinates, but according to my notes N 61.76, E 28.36 should be an exact, or practically equal to exact place of a corner of four dots. If I remember right, the information is from akiky who magically figured out the coordinates of some corner. (Or maybe he asked avij. I don't remember any more :/)
Ko saka āboliņš? Pēk pēk pēk!
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6148
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Post by avij »

Dakkus wrote:Well.. The dots' width is _always_ 0,44 degrees and their height is _always_ 0,28 degrees.
This is no longer true, the dot system was changed slightly about one year ago. See this message.
Money makes the world go round. We track how the money goes round the world.
User avatar
ernie_hh
Euro-Regular
Euro-Regular
Posts: 205
Joined: Mon Jan 30, 2006 7:37 am
Location: Hamburg, DE
Contact:

Post by ernie_hh »

Thanks for providing the link (and of course all the data ;) )

This is what i calculate:

-12 + (0.42038216560509554140 * dotcol)

this give for a dot in col 52 a value:

9.85987261146497 (copied from my kml-file)

now i opend the german-grid an searched for the corresponding line and found:

9.859873

Now we need a mathematician to calculate how man miles differenz that is ;)

I found the same with the other lines:

my value: 53.36
grid value: 53.360001 (always +0.000001 or -0.000001)

i know, thats a very small differenzes. But perhaps they are what we see?

perhaps i should make a go and build a testgrid with my numbers and see if it is a problem with GoogleEarth or with the rounding.

bucky:

did you generate your grids with a script or do you "paint" them right inside GE?



little hint: http://www.eurobilltracker.eu/index.php ... 2144;tab=9 <- many maps are also "dotmap" ;)
EBT-Statistiken und Dotkonverter: http://euro.ernie-hh.de/" onclick="window.open(this.href);return false;
Aktuelle EBT-Tool-Version: 0.99.11.3 vom 11.01.2011
News im EBT-Blog: http://euro.ernie-hh.de/blog/" onclick="window.open(this.href);return false;
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6148
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Post by avij »

ernie_hh wrote:-12 + (0.42038216560509554140 * dotcol)
this give for a dot in col 52 a value:
9.85987261146497 (copied from my kml-file)
For reference, this is how I'd calculate the same, and how the grid is calculated in EBT. There is no 0.42038216560509554140 constant in EBT, only the starting and ending points and the number of grid cells are defined as in my previous message.

-12+(54+12)/157*52 = 9.85987261146496815280

Similarly, for a row 52 dot the longitude would be

29+(71-29)/150*52 = 43.56000
Money makes the world go round. We track how the money goes round the world.
User avatar
ernie_hh
Euro-Regular
Euro-Regular
Posts: 205
Joined: Mon Jan 30, 2006 7:37 am
Location: Hamburg, DE
Contact:

Post by ernie_hh »

avij:

thank you for the detailed information. i just changed my script to do the same :)
(didn't change something, but is cleaner code. the decimal places are limited by perl at this point)

one interessting point: you count from south to north, i count the otherway. perhaps i should change that too, some day :)
EBT-Statistiken und Dotkonverter: http://euro.ernie-hh.de/" onclick="window.open(this.href);return false;
Aktuelle EBT-Tool-Version: 0.99.11.3 vom 11.01.2011
News im EBT-Blog: http://euro.ernie-hh.de/blog/" onclick="window.open(this.href);return false;
User avatar
bocky
Euro-Master
Euro-Master
Posts: 1033
Joined: Wed Jul 07, 2004 12:53 am
Location: Pontinha, Portugal (near Lisboa)

Post by bocky »

ernie_hh wrote:bucky:

did you generate your grids with a script or do you "paint" them right inside GE?
Sorry about the late reply, I have been quite busy.

After I generated the full Europe grid I made a small program that lets me create a smaller grid (for the individual countries). I just enter the min and max longitude and latitude and the program analyses every line of the full .kml and writes to a new .kml the lines that are inside the rectangle.

I can make new files with 13 decimal places, that should make the grid as accurate as the dots.

Edit: I made a test file and the 53.36 coordinate you mentioned is being replaced by 53.3600006103516 :? When I manage to fix this I'll make new files, but I don't have much time to think about this right now :(

By the way, great job on the dot tool! :wink:
User avatar
bocky
Euro-Master
Euro-Master
Posts: 1033
Joined: Wed Jul 07, 2004 12:53 am
Location: Pontinha, Portugal (near Lisboa)

Post by bocky »

I have updated the first post of this thread. The files are now available in 3 different formats and the coordinates have also been updated. Now they have 12 decimal places and should be as accurate as the dots.
User avatar
Donald
Euro-Master
Euro-Master
Posts: 3627
Joined: Fri Mar 22, 2002 8:02 pm
Location: Geilenkirchen

Post by Donald »

To me it looks fine now. Only at altitudes below 1000 ft there is a small discrepancy. Great job, bocky!
User avatar
eddydevries
Forum Moderator
Forum Moderator
Posts: 20029
Joined: Sat Feb 18, 2006 5:49 am
Location: Rotterdam (NL)
Contact:

Post by eddydevries »

bocky wrote:I have updated the first post of this thread. The files are now available in 3 different formats and the coordinates have also been updated. Now they have 12 decimal places and should be as accurate as the dots.
I've tried to download the dot=borders.
But the links don't work at all ("The page cannot been displayed").

I would like to see where the borders of the dot are, because I'm going on hollidays to Germany and Austria this summer (ther are dotmaps avilable for Germany but not (yet) fot Austria).
Eddy - Rotterdam - NL
weblog - EBT-stats 24-05-2013 - hits: 1742 +59 triples +1 quadruple = 1802.

Facebook-profile + Geocaching + postcrossing
User avatar
bocky
Euro-Master
Euro-Master
Posts: 1033
Joined: Wed Jul 07, 2004 12:53 am
Location: Pontinha, Portugal (near Lisboa)

Post by bocky »

eddydevries wrote:I've tried to download the dot=borders.
But the links don't work at all ("The page cannot been displayed").
They are working for me now, are you still unable to download the files? Maybe the server was down for a few moments.
User avatar
eddydevries
Forum Moderator
Forum Moderator
Posts: 20029
Joined: Sat Feb 18, 2006 5:49 am
Location: Rotterdam (NL)
Contact:

Post by eddydevries »

I'm sorry, but it stil doesn't work.

First I thought, maybe it's because de link ends with .zip, .rar or .kml and those aren't webpages (maybe I should do something else than just "clicking"). But I've also tried the website itself (http://bocky.no.sapo.pt), even without the "http://" (so also "ftp://" would be found).
To bad, still the same message.

Have I done something wrong? (maybe I shouldn't click but "rightclick"?)
Can you tell me?
Eddy - Rotterdam - NL
weblog - EBT-stats 24-05-2013 - hits: 1742 +59 triples +1 quadruple = 1802.

Facebook-profile + Geocaching + postcrossing
Post Reply

Return to “Site and Euro-tracking Discussion (English)”