home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13649 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  2.0 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!wang!news
  2. From: amoss@huji.ac.il (Amos Shapira)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Euroweather data
  5. Message-ID: <amoss.716554461@shuldig>
  6. Date: 15 Sep 92 10:54:21 GMT
  7. References: <18n71qINNi9g@darkstar.UCSC.EDU> <1992Sep11.114718.26874@ringer.cs.utsa.edu> <1992Sep14.184015.21413@iitmax.iit.edu>
  8. Sender: news@wang.com
  9. Organization: Mail to News Gateway at Wang Labs
  10. Lines: 34
  11.  
  12. thsspxh@iitmax.iit.edu (Patrick HURT) writes:
  13.  
  14. >In article <1992Sep11.114718.26874@ringer.cs.utsa.edu> senseman@ricky.brainlab.utsa.edu (David M. Senseman) writes:
  15. >>In article <18n71qINNi9g@darkstar.UCSC.EDU> mmcohen@cats.ucsc.edu (Michael M Cohen) writes:
  16. >>The original post in this thread (which I missed somehow) mentioned
  17. >>something about getting US weather maps but not European. Could someone
  18. >>E-Mail me the site for getting US Weather maps? Thanks.
  19. >>--
  20.  
  21. >Me too, please! Also, if anybody has a script getting the weather
  22. >by ftp, and popping it up on the screen, please mail it to me.
  23.  
  24. From grepping through the comp.sys.sgi archives on sgi.com I found an article
  25. mentionning cumulus.met.ed.ac.uk, directories images (sun raster[?]) and
  26. images/gif as holding photographs downloaded every mornning and every
  27. afternoon.  There are photographs of England, Europe, Scandinavia and something
  28. called "world" which actually covers about the entire mediteranian(sp?). Fetch
  29. the README file for details.
  30.  
  31. In order to copy this automatically you might want to use the "mirror" package
  32. writen in perl by Lee M J McLoughlin <lmjm@doc.ic.ac.uk> and available on
  33. ftp.doc.ic.ac.uk, but this might be a bit too heavy for such a task.  A simpler
  34. approach might be a script ran from cron and looks roughly like:
  35.  
  36. ftp -i -n cumulus.met.ed.ac.uk << __END_OF_FTP_SCRIPT__
  37. mget images/*
  38. quit
  39. __END_OF_FTP_SCRIPT__
  40.  
  41. Hope this helps,
  42. --
  43. --Amos Shapira (Jumper Extraordinaire)
  44. C.S. System Group, Hebrew University, Jerusalem, Israel
  45. amoss@cs.huji.ac.il
  46.