home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / o / ozgis88.zip / OZGIS20.TUT < prev    next >
Text File  |  1992-01-04  |  6KB  |  129 lines

  1.                         FILE TYPES
  2.                         ==========
  3.  
  4. The OzGIS suite of programs process several types of files.
  5.  
  6. Some of the files can be entered into OzGIS as data. All of the       
  7. files have internal formats, which are generated as part of the user            
  8. interaction.            
  9.  
  10. Data files usually come from Census bureaux, map data suppliers or your
  11. corporate database, and are entered as Ascii files in a variety of formats.
  12.  
  13. The file types will become obvious with use of the system.
  14.  
  15.       External data files must be entered into OzGIS explicitly.  This      
  16. operation permits OzGIS to generate internal representations of the         
  17. data for efficient processing and to check the data.
  18.  
  19.       The following kinds of files must be entered into OzGIS:
  20.  
  21.       -  marker files   
  22.       -  device files   
  23.       -  presentation files           
  24.  
  25.       Certain files must be prepared explicitly within OzGIS under user     
  26.       direction.  These files are:          
  27.  
  28.       -  saved display files          
  29.       -  catchment files (OzCatch)
  30.  
  31.       Some files can be prepared externally or internally.  These are:          
  32.  
  33.       -  geographic files
  34.       -  name files        
  35.       -  combine files     
  36.  
  37.       OzGIS distinguishes the various types of files, so that users can     
  38.       interrogate the current set of files of a specified type.         
  39.  
  40. *    Data files are ascii format files that are to be read into the system
  41.      (with OzEnter) and converted into one of the standard file types.
  42.      Data files must have names with extensions ".dat" e.g. FRED.DAT, 
  43.      A:USA.DAT
  44.  
  45.  
  46. *    Geographic Map files describe geographic (map) data in terms of            
  47.      graphic elements - zones, polygons, line networks, line segments and       
  48.      points.  The data can be drawn in geographic regions, or overlayed on      
  49.      displayed maps.    
  50.  
  51.      The files are generated by digitising base maps.  This is a  
  52.      time-consuming soul-destroying task.  Fortunately digitised map data       
  53.      are available for many commonly used maps e.g. states, postcodes,           
  54.      Census districts.  Where special zones are required, they can often be     
  55.      defined in terms of Census districts and the map boundaries obtained       
  56.      by amalgamating the digitised Census boundary data (dropping internal      
  57.      lines).  This has the additional advantage that Census data can also       
  58.      be extracted for the amalgamated zones and used for comparisons with       
  59.      the user's own attribute data.   
  60.  
  61. *    Attribute files contain the values of attributes (variates,  
  62.      statistics, variables) referenced to zone, line or site names.  Each       
  63.      file may contain a number of attributes for a fixed set of names.          
  64.  
  65.      Attribute files are processed to assign a class number to zones            
  66.      (colour) or lines (line type) or sites (symbol sizes) in a displayed       
  67.      map. 
  68.  
  69.  
  70.      Attribute data files are usually generated via a standard database or      
  71.      modelling system or by a user's own programs.
  72.  
  73. *    Names files contain a list of zones, lines or sites that defines a         
  74.      geographic region of interest.  The files may be used to subset            
  75.      geographic data.  It may also be used to restrict the set of 
  76.      attributes to be quantised for a map, or alternatively the set of          
  77.      zones lines or sites to be displayed on a map. 
  78.  
  79.  
  80. *    Combine files - define new items in terms of zones.  A file may define     
  81.      new zones in terms of amalgamated base map zones or the influence of       
  82.      surrounding zones on a site.     
  83.  
  84.      The file contains a list of names of the new zones or sites defined.  
  85.  
  86.      For each new item there is a list of the base map zones it is defined      
  87.      by and a list of weights.        
  88.      New zones are defined by complete base map zones so the weights have       
  89.      value 1.0 e.g. Sales Territories. Site Catchments are used to retrieve      
  90.      data from underlying map zones so the weights give the proportions of      
  91.      the zones (range 0-1).           
  92.  
  93. *    Marker files - define simple shapes as single polygons for display as      
  94.      markers.           
  95.  
  96.      The data are simply the (X,Y) points that are used to draw the
  97.      polygons.  The points are in the range -0.5 to +0.5 so the polygon can     
  98.      be easily scaled and displayed centred at a location.        
  99.  
  100. (f)  Saved Display files contain the data to regenerate a complete display.     
  101.      These files should be stored by the user upon completion of a display      
  102.      for later recall.  Subsequent manipulation of the display is possible      
  103.      after recall.      
  104.      There are two modes. The screen is usually saved so the map can be rapidly 
  105.      displayed, but this is not relevant for later regeneration on plotters
  106.      etc.
  107.  
  108.      Saved display files are the common level of storage and retrieval of       
  109.      maps.  A user may build up a set of commonly displayed maps with all       
  110.      the desired features that can be displayed and modified rapidly.           
  111.      Saved display files are also used for presentations.         
  112.  
  113. *    Presentation files contain references to a number of Saved Display         
  114.      files.  The files are used to present a set of displays quickly,           
  115.      usually for demonstration purposes.            
  116.  
  117.  
  118. *    Device files - define the graphic devices and their capabilities.          
  119.      Each device is a GKS workstation.  Several files may exist for each        
  120.      device giving different values for the graphic primitive attributes        
  121.      (line type, text, colours, patterns etc.).  In particular, each file       
  122.      contains sets of fill colours or patterns for single and bivariate         
  123.      maps.
  124.  
  125.  
  126. *    Catchment files - contain definitions of sites, boundaries of
  127.      catchments around sites, and catchment weights.  Catchment files are       
  128.      interactively generated with reference to a base map.     
  129.