File: README

package info (click to toggle)
hdf-eos4 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: ansic: 43,570; sh: 11,324; fortran: 9,649; makefile: 261
file content (129 lines) | stat: -rw-r--r-- 2,765 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129

This directory provides sample programs for the user to run to check if the 
HDF-EOS library installed correctly.  Below is a description of what routines 
are available and the order in which the routines should be run.

Swath Demonstration Programs
----------------------------
SetupSwath:   1) Creates swath file, "SwathFile.hdf" and a single swath within
                 it, "Swath1".

              2) Defines dimensions and the geolocation relation between 
	         them.

FORTRAN: setupswath


DefineFields:    Defines a number of fields within the swath, "Swath1".

FORTRAN: definefields


WriteFields:     Writes data to the "Longitude", "Latitude", and "Spectra" 
                 fields.

FORTRAN: writefields


ReadFields:      Reads data from the "Longitude" field.

FORTRAN: readfields


InquireSwath:    Retrieves and print information on the swath dimensions,
                 geolocation relations and swath fields.

FORTRAN: inquireswath


AppendField:     Demonstrates use of unlimited dimension for appendable
                 fields.

FORTRAN: appendfield


SubsetSwath:     Demonstrates subsetting on the "Spectra" field.

FORTRAN: subsetswath




Grid Demonstration Programs
---------------------------
SetupGrid:        Creates grid file, "GridFile.hdf" containing two grid 
	          structures.

FORTRAN: subsetgrid


DefineGDflds:     Defines fields within the two grid structures.

FORTRAN: definegdflds


WriteGDflds:      Write to fields within the two grid structures.

FORTRAN: writegdflds


ReadGDflds:       Reads from fields within the two grid structures.

FORTRAN: readgdflds


InquireGrid:      Demonstrates the use of various inquiry routines in the
                  grid API.

FORTRAN: inquiregrid


SubsetGrid:       Demonstrates subsetting on the "Temperature" field
                  in the "PolarGrid" grid.

FORTRAN: subsetgrid


Swath Demonstration Programs
----------------------------
SetupPoint:   1) Creates point file, "PointFile.hdf" and defines three point
                 structures, "Simple Point", "Fixed Buoy Point", and 
                 "Float Buoy Point".
 
 
FORTRAN: setuppoint
 
DefineLevels:    Defines levels within the pointfile.
 
FORTRAN: definelevels
 

WriteLevels:     Writes data to levels within the pointfile.
 
FORTRAN: writelevels
 
 
ReadLevels:      Reads data from levels within pointfile.
 
FORTRAN: readlevels
 
 
UpdateLevels:    Updates levels within pointfile.
 
FORTRAN: updatelevels
 
 
SubsetPoint:     Demonstrates subsetting with the point interface.
 
FORTRAN: subsetpoint
 




Restrictions
------------
1) The "HDFE_ANYPOINT" option for swath subsetting has not yet been
   implemented.  In additin swath subseting does not work with the
   "Colatitude" field yet.