60 is_reclass = (
Rast_is_reclass(name, mapset, real_name, real_mapset) > 0);
65 ?
_(
"However, that raster map is missing." 66 " Perhaps, it was deleted by mistake.")
67 :
_(
"However, header file of that raster map can't be" 68 " opened. It seems that it was corrupted after" 69 " creating the reclass raster map.");
70 G_fatal_error(
_(
"Unable to read header file for raster map <%s@%s>. " 71 "It is a reclass of raster map <%s@%s>. %s"), name,
72 mapset, real_name, real_mapset, detail);
78 G_fatal_error(
_(
"Unable to open header file for raster map <%s@%s>." 79 " It seems that some previous step failed and" 80 " created an incomplete raster map."), name,
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
int Rast_is_reclass(const char *, const char *, char *, char *)
Check if raster map is reclassified.
2D/3D raster map header (used also for region)
void Rast_get_cellhd(const char *name, const char *mapset, struct Cell_head *cellhd)
Read the raster header.
FILE * G_fopen_old(const char *, const char *, const char *)
Open a database file for reading.
const char * G_find_raster(char *, const char *)
Find a raster map.
void G__read_Cell_head(FILE *, struct Cell_head *, int)
Read cell header (for internal use only)