Contents
About Me
I like geocaching since 2011 and I discovered geohashing 2013-09-25.
My home graticule is Mannheim, Germany (see today's point on the peeron map). Meetups in this graticule: meetups.
My Homepage: www.KlickTipps.de with a special geohashing page: www.KlickTipps.de/geohashing.php
Expeditions
reached
16. 2014-11-28 49 8: Between Darmstadt and DA-Eberstadt.
15. 2014-11-26 49 8: In Bensheim-Auerbach near a voltage transformation substation and about 200 m west of ALDI.
14. 2014-11-15 50 8: In a forest near Dietzenbach.
13. 2014-11-08 49 8: In the Odenwald east of Heppenheim, near Mittershausen.
12. 2014-10-05 48 7: In a little wood between Bouxwiller and Ingwiller (Alsace, France).
11. 2014-09-27 49 8: In the Odenwald near Fränkisch-Crumbach.
10. 2014-09-08 49 7: In the Palatinate Forest near the Luitpold Tower.
9. 2014-07-17 49 8: On a forest aisle half way between Lorsch and Neuschloss.
8. 2014-06-27 49 8: In front of the Viernheim Bowling Center.
7. 2014-05-12 49 8: In a wood near Bensheim-Hochstädten.
6. 2014-04-20 49 8: On a dyke with bicycle path near Biebesheim.
5. 2014-03-29 49 8: On a vineyard near Nierstein not far from the Rhine.
4. 2013-12-11 49 8: In the southern part of Darmstadt: Rüthleinweg/Edith-Stein-Weg.
3. 2013-11-14 49 8: A meadow with apple trees near Einhausen.
2. 2013-10-25 49 8: Not to far from home and near a geocache which I could not log in april.
1. 2013-09-27 49 8: Three days after creating my account at XKCD I had the chance to visit my first geohash only a few kilometers away from home.
not reached
- 2014-10-16 49 8: In the 0.1 % French part of this graticule - but too ill to start an expedition
- 2014-06-05 49 8: In the wood southeast of Lampertheim - but ill
Plans and ideas
- Visit my birthdayhash 1955-11-28 49 8
- Meet other geohashers
- Cross the border to: France (specially to the little French triangle in 49,8)
- Cross the border to: Swizerland, Austria and other countries
- Get some different achievements
Visited Graticules
Green shows success and red indicates attempted but failed graticules.
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | |
50 | ./. | ./. | 1/1 | ./. | ./. | ./. | ./. | ./. |
49 | ./. | 1/1 | 13/15 | ./. | ./. | ./. | ./. | ./. |
48 | ./. | 1/1 | ./. | ./. | ./. | ./. | ./. | ./. |
47 | ./. | ./. | ./. | ./. | ./. | ./. | ./. | ./. |
Achievements
(first occurrence, newest first)
Transportation
Q-Owl earned the Bicycle geohash achievement
|
Q-Owl earned the Ferry Achievement
|
Q-Owl earned the Land geohash achievement
|
Interaction Achievements
Q-Owl earned the Last man standing achievement
|
Q-Owl earned the Meet-up achievement
|
Q-Owl earned the Drag-along achievement
|
DODO, Danatar, Rincewind&Yakamoz and Q-Owl earned the Avoid Each Other Achievement
|
Other Achievements
Q-Owl achieved level 3 of the Minesweeper Geohash achievement
|
Q-Owl earned the Birthday Geohash Achievement
|
Q-Owl earned the 1st Hashiversary achievement
|
Q-Owl earned the Déjà Vu Geohash Achievement
|
Q-Owl earned the Hash collision achievement
|
Q-Owl earned the Circus Geohash Achievement
|
And I'll try to get this one:
Q-Owl earned the Christmas achievement
|
HowTo in this Wiki
Information I saearched for and learned:
List of uploaded Files
http://wiki.xkcd.com/wgh/index.php?title=Special%3AListFiles&limit=50&ilsearch=&user=Q-Owl
Edit an existing gallery of the day
http://wiki.xkcd.com/wgh/index.php?title=Template:Expedition_Images2/2014-XX-XX&action=edit
HowTo: http://wiki.xkcd.com/geohashing/Template:Expedition_Images2/How-to
Main page gallery: Main_Page In the middle of the page is the gallery for this month.
Delete a photo
Use the word delete in double braces (je 2 geschweiften Klammern {{...}}).
You can edit photos; that's where the caption is stored. See for examples.
(learned atUser_talk:Joannac#Delete_Photos_and_Pages)
Delete a page
You can mark pages anywhere; first line of text is possibly easiest.
PHP
I like programming PHP. If you need a nice little PHP function to link from your own homepage to the geohashes of a certain day in the past, here it is:
function geohashing_textlink( $my_date = -1 , $cl = "" ){ /* a text link to a special day Parameters: $my_date (optional): 2 the day after tomorrow 1 tomorrow 0 today -1 yesterday and so on -2 the day before yesterday $cl (optional): CSS Class for the link */ $complete_date = mktime(0, 0, 0, date("m"), date("d") + $my_date, date("Y")); //check inputs if ( $my_date > 3 ){ $my_date = 0; } $cl = trim( $cl ); //build link $text = date("j.n.Y" , $complete_date ); $outp = "<a href=\"http://wiki.xkcd.com/geohashing/"; $outp .= date("Y-n-j" , $complete_date ) . "\""; $outp .= " target=\"_blank\"" ; if ( $klasse != "" ){ $outp .= " class=\"" . $cl . "\""; } $outp .= " >" . $text . "</a>" ; return( $outp ); }
Other version with date as input:
function geohashing_textlink2( $my_year , $my_month , $my_day , $cl = "" ){ /* a text link to a special day Parameters: Year, Month and Day $cl (optional): CSS Class for the link */ $complete_date = mktime(0, 0, 0, $my_month, $my_day, $my_year); //... continue as the function above
- Geohashers
- Geohashers in their 60s
- Geohashers in 49,8
- Bicycle geohash achievement
- Gratuitous ribbon achievement
- Land geohash achievement
- Last man standing achievement
- Meet-up achievement
- Drag-along achievement
- Minesweeper geohash achievement
- Birthday geohash achievement
- Hashiversary achievement
- Déjà vu geohash achievement
- Hash collision achievement
- Circus geohash achievement
- Tagged for deletion