35 fprintf(fd,
"proj: %d\n", cellhd->proj);
36 fprintf(fd,
"zone: %d\n", cellhd->zone);
39 fprintf(fd,
"north: %s\n", buf);
42 fprintf(fd,
"south: %s\n", buf);
45 fprintf(fd,
"east: %s\n", buf);
48 fprintf(fd,
"west: %s\n", buf);
50 fprintf(fd,
"cols: %d\n", cellhd->cols);
51 fprintf(fd,
"rows: %d\n", cellhd->rows);
54 fprintf(fd,
"e-w resol: %s\n", buf);
57 fprintf(fd,
"n-s resol: %s\n", buf);
60 fprintf(fd,
"format: %d\n", cellhd->format);
61 fprintf(fd,
"compressed: %d\n", cellhd->compressed);
84 fprintf(fd,
"top: %.15f\n", cellhd->top);
85 fprintf(fd,
"bottom: %.15f\n", cellhd->bottom);
87 fprintf(fd,
"cols3: %d\n", cellhd->cols3);
88 fprintf(fd,
"rows3: %d\n", cellhd->rows3);
89 fprintf(fd,
"depths: %d\n", cellhd->depths);
92 fprintf(fd,
"e-w resol3: %s\n", buf);
95 fprintf(fd,
"n-s resol3: %s\n", buf);
98 fprintf(fd,
"t-b resol: %s\n", buf);
void G__write_Cell_head(FILE *fd, const struct Cell_head *cellhd, int is_cellhd)
Write cell header or window.
void G__write_Cell_head3(FILE *fd, const struct Cell_head *cellhd, int is_cellhd)
Write 3D cell header or window.