I kindof like maps so here's where I've been (all external links to mapquest and a few others). What I really need is a www ordinance survey of Ireland. I might scan a few walks in sometime. Don't anyone hold your breath though.

See also my Holiday webgrep diary for other map links.

A map of where I'm from (a farm at Ashgrove (near Ballymore), Cobh, Co. Cork, Ireland), (Cork City map), where I was in University (Limerick) and where I lived/worked in Dublin and where I worked (Huizen) and lived in Baarn. Baarn homepagina.

Where we're living now, handy if you're trying to figure the way across Dublin. BUT very large and a bit unclear and now a bit out of date :( Leopardstown and M50 to leopardstown.

Play with Terraserver

Dublin Center & port Stillorgan resivoir on right Leopardstown Racecourse & our house prbly somewhere Sandyford, Kilgobbin Road Bigger, Resivoir + Racecourse Balally, Sandyford village & ind est, Mount Eagle/Leopardstown Heights very white, under construction Leop Hts, as big as it gets, you can make out our house

The Netherlands

Instructions for Adele

*RANT*
The place? The Netherlands! Netherlands, Pays-Bas, Niederlande, Paises Bajos, Olanda, Ollandia, Nederlanderna, Alankomaat, Paisos Baixos, Nizozemsko, Nizozemska. You do remember we're living reasonably close to Amsterdam yes? In a place also called Holland! You know, "le pays bas" or something? People speak Dutch here, there's lots of water, dams and windmills, and CLOGS, can't forget them. Lots of canals and barges and thin long streets with tall thin houses with really steep staircases and pretty step/decorated/bell/whatever gables with a wee hook on them for getting the furniture in the windows. The land is very flat, there's lots of cows and also pigs too (tho you don't see them). And if you're out shopping these's loads of cheese - Gouda, Edam, you know, Dutch town names. And there's loads of liquorisce around too. Some marihuana/cannabis always found floating in the air in the cities along with interesting red-light districts, and, well, does that cover it? Nope forgot bicycles! There's loads of them too flying around with the locals perched on top.
*rantoff*

  ________________________________________________
 / ______________________________________________ \ 
/ /                                 /            \ \
| |                              __|             | |
| |                ____________ /                | |
| |              _/    wwwwww  /                 | |
| |             /     wwwwwww |                  | |
| |    Noord   |       wwww    |       Duitsland | |
| |     Zee    /        www     |                | |
| |           |        www      |                | |
| |           |         ww      |                | |
| |           /     A           |                | |
| |          |                  |                | |
| |          /D    S   HB        |               | |
| |          |            Am    |                | |
| |         /           U      |                 | |
| |        / w                 |                 | |
| |       ww                  |                  | |
| |      /    R              |                   | |
| |      ---------_      -----                   | |
| |     /          \    /     \                  | |
| |   _/           / M |       \                 | |
| |_--             \___/        \                | |
| |      Belgium                 |               | |
| |                               \              | |
| |                                |             | |
| \______________________________________________/ |
|                                                  |
|                                     VT100        |
 ____|__________________________________________________|____ 
/                                                            \
|                                                             |
|                                                             |
\____________________________________________________________/


w is for water, this country's below sea!
B is for Baarn, ... there you'll find me.
S is for Schipol, planes fly 15meters below,
Am is for Amersfoort, Baarn trains to there go.
H is for Hilversum, center for Dutch TV,
D is for Den Hague, home of beloved Queenie.
A is for Amsterdam, canals, sex and dope,
for a few guilders you can legally toke.
U is for Utrecht, see big Dom on a trip 8-),
R is for Rotterdam, water, dock and ship.
B is for Bicycle, watch Dutchies sway,
W is for windmills, pump that water away!
AND C is for Cheese, eet smakelijk, sir, please.

Where I ski'd in Andorra and ski'd again in Sauze D'Oulx wow! and ski'd again in Glencoe near Fort William in Bonnie Scotland and wandered in and around Boston, through New Hampshire (up I93 through Lanconia stopping in White Mountains) and where I worked in Lucent in Merrimack Valley (for a week) and last but not least, :-P were Adele and I visited Sheila in Machida, Tokyo. Help! Tokyo underground! Line 'Chiyoda', Direction 'Yoyogi-uehara': Machiya, Nishi-nippori, Sendagi, Nezu Yushima, Shin-ochanomizu, Otemachi, Nijubashi-mae, Hibiya. Line 'Hibiya', Direction 'Naka-meguro': Hibiya, Kasumigaseki, Kamiyacho, Roppongi. CityNet


Let us now torture Netscape and some poor servers

(more torture of computers may be found
here including an applet Rough map of Ireland.
#! /usr/bin/ksh

# after: whirlgif -o rotate.gif -loop `ls -x templongpic9*.gif`
# To make an animated gif of the rotating earth  
# Longitude 0, 30 .....330 
# 10k is lowest - AND pretty blocky
let longitude=0

while ((longitude<350))
do {

  echo Longitude: $longitude

  # Load up map html (and starts putting gif together)
  Netscape -noraise -remote "openURL(http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=320&opt=-l&lat=54&ns=North&lon=$longitude&ew=West&alt=1290000&img=wx-cmap.bmp)"
  sleep 50

  # Save html file (with gif name inside)
  rm /home/jcoleman/util/templongpic.html
  export WOLLY=""
  while [[ -z $WOLLY ]]
  do {
     echo Extracting filename
     Netscape -noraise -remote "saveAs(/home/jcoleman/util/templongpic.html)"
     sleep 10
     # hack name out of html e.g. /earthview/cache/1209.gif
     # check here - somethimes $WOLLY is nil so gif saved is http://www.fourmilab.ch/
     # retry save 
     export WOLLY=`grep "usemap" /home/jcoleman/util/templongpic.html | sed 's/" ismap.*$//1;s/^<.*"//1'`
     # may cause potential infinate loop problems though :(
     rm /home/jcoleman/util/templongpic.html
     };
  done;

  echo Loading $WOLLY

  Netscape -noraise -remote "openURL(http://www.fourmilab.ch/$WOLLY)"
  # NEED Wait until full gif loads
  sleep 120

  export TIME=`date '+%y%d%m%H%M'`
  Netscape -noraise -remote "saveAs(/home/jcoleman/util/templongpic$TIME$longitude.gif)"
  echo Saving templongpic$TIME$longitude.gif
  sleep 10

  let longitude=longitude+5;
  }

done;

And the weather now? What the above tortured pages _should_ *grin* be used for.

Thanks to .... Custom >;) Search anders.nl


index