home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13362 < 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.lang.c
  4. Subject: Re: Contour drawing algorithm
  5. Date: 9 Sep 1992 04:25:07 GMT
  6. Organization: The University of Westrn Australia
  7. Lines: 42
  8. Message-ID: <18jub3INNknh@uniwa.uwa.edu.au>
  9. References: <1992Aug25.152603.16034@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 points (x,y,t) where (x,y) is the co-ordinate and (t)
  15. >is the temperature at that co-ordinate, I need to construct contours
  16. >over the specified region. Can someone suggest me an algorithm to
  17. >achieve this, or refer me to the right book(s).
  18.  
  19. For a survey of contouring and interpolation of 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. A FORTRAN program to contour with linear triangles can be obtained
  43. from
  44.         ftp garbo.uwasa.fi  /pc/source/contour.f
  45.  
  46. A gridding program that uses natural neighbor interpolation, 
  47. NNGRIDR, 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.