home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / programm / 2583 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.8 KB

  1. Path: sparky!uunet!munnari.oz.au!uniwa!watson
  2. From: watson@maths.uwa.oz.au (David Watson)
  3. Newsgroups: comp.programming
  4. Subject: Re: Help - Contour drawing algorithm needed
  5. Date: 9 Sep 1992 04:33:54 GMT
  6. Organization: The University of Westrn Australia
  7. Lines: 42
  8. Message-ID: <18juriINNl02@uniwa.uwa.edu.au>
  9. References: <1992Aug25.165307.21995@tamsun.tamu.edu>
  10. NNTP-Posting-Host: madvax.maths.uwa.oz.au
  11.  
  12. tpradeep@cs.tamu.edu (Pradeep K Tapadiya) writes:
  13.  
  14. >Given a set of (x,y,t) points where (x,y) represent the cooridinate and
  15. >(t) represents the associated temperature, I need to draw temperature
  16. >contours over a specified region. Can someone suggest me an algorithm
  17. >to do this, or refer me to the right book(s).
  18.  
  19. For a survey of interpolation methods for bivariate data -
  20.  
  21. ftp cod.nosc.mil  /pub/grid.ps
  22. ftp cod.nosc.mil  /pub/grid.tex
  23. ftp cod.nosc.mil  /pub/grid.ascii
  24.  
  25. The comments in this survey are extracted from the book
  26.  
  27. CONTOURING: A Guide to the Analysis and Display of Spatial Data 
  28. by David F. Watson           ISBN  0 08 040286 0
  29. to be published by Pergamon Press in the last quarter of 1992.
  30.  
  31. Promotional material about this book will be sent to anyone who 
  32. sends their address to
  33.  
  34. Sue Cloke
  35. Senior Marketing Manager
  36. Earth & Environmental Sciences
  37. Pergamon Press Ltd
  38. Headington Hill Hall
  39. Oxford OX3 OBW
  40. UK
  41.  
  42. For a FORTRAN program to interpolate and contour with linear triangle-
  43. based technique
  44.         ftp garbo.uwasa.fi  /pc/source/contour.f
  45.  
  46. A gridding program that uses natural neighbor interpolation, NNGRIDR,
  47. is available commercially.  Send email to me for details.
  48.  
  49. --
  50. Dave Watson                          Internet: watson@maths.uwa.edu.au
  51. Department of Mathematics            
  52. The University of Western Australia               Tel: (61 9) 380 3359
  53. Nedlands, WA 6009  Australia.                     FAX: (61 9) 380 1028
  54.