home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / hytel63.zip / OTH014 < prev    next >
Text File  |  1992-05-30  |  3KB  |  78 lines

  1.                            Geographic Name Server
  2.  
  3. Telnet 141.212.99.9 3000
  4.  
  5. Geographic Name Server, Copyright 1989, 1990 Merit Inc.  All rights reserved.
  6. >>> NEW VERSION!!! <<< Use "help" or "?" for details.
  7.  
  8. New version: Wed Mar 14 10:33:50 EST 1990
  9.  
  10. Change summary:
  11. 1) ZIP code queries now supported
  12. 2) ed(1)-style regular expression queries now supported
  13. 3) Query and session timeouts now enabled
  14. 4) Better query parsing, error messages
  15. 5) Response lines now terminated with CRLF instead of just LF
  16.  
  17. NOTE: This server is intended for use with clients which interpret
  18. the raw protocol.  However, you may also use the server directly
  19. if you don't have the clients.  There are currently four clients:
  20. 1) A user agent which pretty-prints the raw protocol and optionally
  21.    computes distance and azimuth between any two cities,
  22. 2) A filter for producing input files for Brian Reid's netmap program,
  23. 3) A US map browser which uses the X Window System,
  24. 3) A prototype X-based network browsing tool.
  25.  
  26. Data came primarily from the US Geodetic Survey and the US Postal
  27. Service. Coverage includes all US cities, counties, and states, as well
  28. as some US mountains, rivers, lakes, national parks, etc. A few
  29. international cities have also been included. Unfortunately, some minor
  30. inaccuracies remain.  Merit Inc. is not responsible for maintaining this
  31. data.
  32.  
  33. Queries should generally look like the last line of a postal address, as
  34. in "Ann Arbor, MI 48103".
  35.  
  36. All these queries will also work:
  37. 1) ed(1)-style regular expression, like "[Bb]os.*n$"
  38. 2) A city name alone, like "Ann Arbor"
  39. 3) A ZIP or ZIP+4 code alone, like this: "46556", "48103-2112"
  40.    NOTE: only the first 5 digits in a ZIP+4 code are used.
  41. 4) As in 1) or 2) but with a state name or abbreviation, like
  42.    this: "Ann Arbor, MI", "Los Angeles, California"
  43. 5) As above but with optional nation name or abbreviation, like
  44.    "Toronto, , Canada".  NOTE:  there are currently very few
  45.    foreign cities.
  46.  
  47. Punctuation, white space, and upper/lower case are ignored.
  48. Any reasonable state/nation abbreviations are recognized.
  49.  
  50. Here are more example queries:
  51.  
  52. "Ann Arbor, Mich" "48103" "annarbor,mi" "Paris,,France"
  53. "Mammoth Cave National Park" "mount mckinley" "lake michigan"
  54.  
  55. If a query fails, try expanding abbreviations (e.g. change "Mt."
  56. to "Mount", etc.
  57.  
  58. Interpret server replies as follows:
  59.  
  60. 0 [city name]
  61. 1 [county FIPS code] [county name]
  62. 2 [state/province abbreviation] [state/province name]
  63. 3 [nation abbreviation] [nation name]
  64. A [telephone area code]
  65. E [elevation in feet above mean sea level]
  66. F [feature code] [feature name]
  67. L [latitude DD MM SS X] [longitude DDD MM SS X]
  68. P [1980 census population]
  69. R [remark]
  70. T [time zone]
  71. Z [postal ("ZIP") code]
  72.  
  73. To exit the server, enter "stop", "end", "quit", "bye",
  74. "exit", "logout", "logoff", or control-D.
  75.  
  76. Direct questions or comments to Tom Libert, libert@eecs.umich.edu,
  77. or phone (313) 936-3000.  Please let me know if you write new clients.
  78.