File: bcea.h

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 (12 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
/* 27-June-00 AT  added default radius and Ltruscale for BCEA projection */
#ifdef __cplusplus
extern "C" {
#endif

#define PGSd_BCEA 98
#define PGSd_DEFAULT_BCEA_RADIUS 6371228.0 /*Earth radius for BCEA projection*/
#define PGSd_DEFAULT_BCEA_LTRUESCALE 30.0  /*Latitude of true scale */

#ifdef __cplusplus
}
#endif