#include "gis.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
Include dependency graph for make_loc.c:
Go to the source code of this file.
Functions | |
int | G__make_location (char *location_name, struct Cell_head *wind, struct Key_Value *proj_info, struct Key_Value *proj_units, FILE *report_file) |
int | G_make_location (char *location_name, struct Cell_head *wind, struct Key_Value *proj_info, struct Key_Value *proj_units, FILE *report_file) |
int | G_compare_projections (struct Key_Value *proj_info1, struct Key_Value *proj_units1, struct Key_Value *proj_info2, struct Key_Value *proj_units2) |
int G__make_location | ( | char * | location_name, | |
struct Cell_head * | wind, | |||
struct Key_Value * | proj_info, | |||
struct Key_Value * | proj_units, | |||
FILE * | report_file | |||
) |
Definition at line 42 of file make_loc.c.
References G__file_name(), G__put_window(), G__setenv(), G_gisdbase(), G_write_key_value_file(), and NULL.
Referenced by G_make_location().
int G_compare_projections | ( | struct Key_Value * | proj_info1, | |
struct Key_Value * | proj_units1, | |||
struct Key_Value * | proj_info2, | |||
struct Key_Value * | proj_units2 | |||
) |
int G_make_location | ( | char * | location_name, | |
struct Cell_head * | wind, | |||
struct Key_Value * | proj_info, | |||
struct Key_Value * | proj_units, | |||
FILE * | report_file | |||
) |