Privacy Policy and Important Notices
Updated: Monday, 10-Nov-2008 10:46:20 EST
iproj=iproj, xsize=xsize, ysize=ysize, position=position, p0lat=p0lat, p0lon=p0lon, rot=rot, limit=limit, isotropic=isotropic, scale=scale, ellipsoid=ellipsoid, central_azimuth=central_azimuth, standard_parallels=standard_parallels, /CYLIN, /MERCATOR, /MOLLWEIDE, /STEREOGRAPHIC, /ORTHOGRAPHIC, /CONIC, /LAMBERT, /GNOMIC, /AZIMUTHAL, /SINUSOIDAL, /AITOFF, /HAMMER, /ALBERS, /MILLER, /TRANSVERSE_MERCATOR, /ROBINSON, /SATELLITE
The following keywords are
included as attributes in the output SD. The default projection is /CYLINDRICAL
or iproj=8. Either the projection name or number can be used
when specifying a projection method.
| projection name |
|
||||||||||||||||||||||||||||||||||||
| iproj | Numeric
value specifying a projection type. Can be used instead of projection
name keywords above.
|
||||||||||||||||||||||||||||||||||||
| xsize | The width of the output image size. (Default=400) | ||||||||||||||||||||||||||||||||||||
| ysize | The height of the output image size. (Default=400) | ||||||||||||||||||||||||||||||||||||
| position | The 4-element vector [(X0, Y0), (X1, Y1)] that defines the position of the mapped area within the output area defined by xsize and ysize. The coordinates are in normalized units ranging from 0.0 to 1.0. The default value is [0.0, 0.0, 1.0, 1.0] for specifying the map to fill the whole output array defined by xsize and ysize. | ||||||||||||||||||||||||||||||||||||
| limit | The four-element vector [Latmin, Lonmin, Latmax, Lonmax] that specifies the boundaries of the region to be mapped. The default limits are the boundaries of the input data file. | ||||||||||||||||||||||||||||||||||||
| p0lat | The
latitude of the point on the earth's surface to be mapped to the center
of the projection plane. The default used is projection-dependent.
In general, the default used will be the linear center of the latitude
limits specified in limit. For the following projections however,
0.0 is used as a default center:
|
||||||||||||||||||||||||||||||||||||
| p0lon | The
longitude of the point on the earth's surface to be mapped to the center
of the projection plane. The default used is projection-dependent.
In general, the default used will be the linear center of the longitude
limits specified. For the following projections however, 0.0 is used
as a default center:
|
||||||||||||||||||||||||||||||||||||
| rot | The angle, measured in degrees, through which the North direction should be rotated around the line L between the earth's center and the point (p0lat, p0lon). Default is 0.0 for all projections. | ||||||||||||||||||||||||||||||||||||
| scale | Scale and limit are mutually exclusive. If neither are specified explicitly, then the limit method is used. If scale is specified, then an isotropic map on the scale 1:scale will be produced to fit dimensions [xsize, ysize]. The resultant limits are implicit, are returned by the mapping algorithm and are stored in the output file as an SD attribute. | ||||||||||||||||||||||||||||||||||||
| isotropic | Specify either ISOTROPIC=1 or /ISOTROPIC to produce a map that has the same scale in the X and Y direction. The default mapping behavior is to produce a non-isotropic map in which the projection image is stretched to fit the output size specified by [xsize, ysize]. | ||||||||||||||||||||||||||||||||||||
| Projection-dependent keywords |
|
Privacy Policy and Important Notices
Updated: Monday, 10-Nov-2008 10:46:20 EST