Home
last modified time | relevance | path

Searched defs:mapset (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dc_libraries_interface.py86 def _read_raster_full_info(name, mapset): argument
557 def _read_raster_info(name, mapset): argument
638 def _read_raster3d_info(name, mapset): argument
721 def _read_vector_info(name, mapset): argument
1156 def raster_map_exists(self, name, mapset): argument
1168 def read_raster_info(self, name, mapset): argument
1360 def vector_map_exists(self, name, mapset): argument
1372 def read_vector_info(self, name, mapset): argument
1482 def get_driver_name(self, mapset=None): argument
1493 def get_database_name(self, mapset=None): argument
[all …]
H A Dcore.py987 def get_dbmi(self, mapset=None): argument
994 def rollback(self, mapset=None): argument
1031 def mogrify_sql_statement(self, content, mapset=None): argument
1052 def check_table(self, table_name, mapset=None): argument
1075 def execute(self, statement, args=None, mapset=None): argument
1092 def fetchone(self, mapset=None): argument
1103 def fetchall(self, mapset=None): argument
1114 def execute_transaction(self, statement, mapset=None): argument
1132 def _create_mapset_error_message(self, mapset): argument
1411 def execute_transaction(self, statement, mapset=None): argument
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dquant_rw.c31 void Rast_truncate_fp_map(const char *name, const char *mapset) in Rast_truncate_fp_map()
51 void Rast_round_fp_map(const char *name, const char *mapset) in Rast_round_fp_map()
81 void Rast_quantize_fp_map(const char *name, const char *mapset, in Rast_quantize_fp_map()
124 void Rast_quantize_fp_map_range(const char *name, const char *mapset, in Rast_quantize_fp_map_range()
150 void Rast_write_quant(const char *name, const char *mapset, in Rast_write_quant()
186 int Rast_read_quant(const char *name, const char *mapset, struct Quant *quant) in Rast_read_quant()
H A Draster_metadata.c36 char *Rast_read_units(const char *name, const char *mapset) in Rast_read_units()
65 char *Rast_read_vdatum(const char *name, const char *mapset) in Rast_read_vdatum()
97 const char *name, const char *mapset) in misc_read_line()
H A Dopen.c112 int Rast_open_old(const char *name, const char *mapset) in Rast_open_old()
152 int Rast__open_old(const char *name, const char *mapset) in Rast__open_old()
519 static int open_raster_new_gdal(char *map, char *mapset, in open_raster_new_gdal()
587 char *mapset; in open_raster_new() local
759 char *mapset; in Rast__open_null_write() local
847 int Rast_map_is_fp(const char *name, const char *mapset) in Rast_map_is_fp()
880 RASTER_MAP_TYPE Rast_map_type(const char *name, const char *mapset) in Rast_map_type()
933 RASTER_MAP_TYPE Rast__check_fp_type(const char *name, const char *mapset) in Rast__check_fp_type()
H A Dmask_info.c39 char mapset[GMAPSET_MAX]; in Rast_mask_info() local
56 int Rast__mask_info(char *name, char *mapset) in Rast__mask_info()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dfind_file.c57 const char *mapset) in find_file()
158 const char *element, char *name, const char *mapset) in find_file1()
203 const char *G_find_file(const char *element, char *name, const char *mapset) in G_find_file()
223 const char *element, char *name, const char *mapset) in G_find_file_misc()
247 const char *G_find_file2(const char *element, const char *name, const char *mapset) in G_find_file2()
269 const char *name, const char *mapset) in G_find_file2_misc()
H A Dnme_in_mps.c36 int G_name_is_fully_qualified(const char *fullname, char *name, char *mapset) in G_name_is_fully_qualified()
101 char *G_fully_qualified_name(const char *name, const char *mapset) in G_fully_qualified_name()
134 int G_unqualified_name(const char *name, const char *mapset, in G_unqualified_name()
H A Dfile_name.c39 const char *element, const char *name, const char *mapset) in G_file_name()
58 const char *name, const char *mapset) in G_file_name_misc()
82 const char *name, const char *mapset) in G_file_name_tmp()
97 const char *mapset, const char *base) in file_name()
H A Dfind_rast.c55 const char *G_find_raster(char *name, const char *mapset) in G_find_raster()
76 const char *G_find_raster2(const char *name, const char *mapset) in G_find_raster2()
H A Dfind_vect.c41 const char *G_find_vector(char *name, const char *mapset) in G_find_vector()
62 const char *G_find_vector2(const char *name, const char *mapset) in G_find_vector2()
H A Dtimestamp.c321 const char *name, const char *mapset, in read_timestamp()
354 int G_has_raster_timestamp(const char *name, const char *mapset) in G_has_raster_timestamp()
372 int G_read_raster_timestamp(const char *name, const char *mapset, in G_read_raster_timestamp()
420 int G_has_vector_timestamp(const char *name, const char *layer, const char *mapset) in G_has_vector_timestamp()
456 const char *mapset, struct TimeStamp *ts) in G_read_vector_timestamp()
573 int G_has_raster3d_timestamp(const char *name, const char *mapset) in G_has_raster3d_timestamp()
591 int G_read_raster3d_timestamp(const char *name, const char *mapset, in G_read_raster3d_timestamp()
/dports/databases/grass7/grass-7.8.6/general/g.list/
H A Dmain.c38 struct Option *mapset; in main() member
48 struct Flag *mapset; in main() member
228 char name[GNAME_MAX], mapset[GMAPSET_MAX]; in main() local
253 const char *mapset; in main() local
303 const char *mapset; in main() local
320 const char *mapset; in main() local
/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Dfind.c41 int I_find_group2(const char *group, const char *mapset) in I_find_group2()
70 int I_find_group_file2(const char *group, const char *mapset, const char *file) in I_find_group_file2()
110 int I_find_subgroup2(const char *group, const char *subgroup, const char *mapset) in I_find_subgroup2()
161 const char *mapset, const char *file) in I_find_subgroup_file2()
H A Dfopen.c16 FILE *fopen_group_file_old(const char *group, const char *mapset, const char *file) in fopen_group_file_old()
41 const char *subgroup, const char *mapset, in fopen_subgroup_file_old()
121 FILE *I_fopen_group_file_old2(const char *group, const char *mapset, const char *file) in I_fopen_group_file_old2()
178 const char *subgroup, const char *mapset, in I_fopen_subgroup_file_old2()
H A Dtarget.c22 int I_get_target(const char *group, char *location, char *mapset) in I_get_target()
62 int I_put_target(const char *group, const char *location, const char *mapset) in I_put_target()
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgsgrassgislib.cpp409 char GRASS_LIB_EXPORT *G_find_cell2( const char *name, const char *mapset ) in G_find_cell2()
414 char GRASS_LIB_EXPORT *G_find_cell( char *name, const char *mapset ) in G_find_cell()
540 int QgsGrassGisLib::G_open_cell_old( const char *name, const char *mapset ) in G_open_cell_old()
548 int GRASS_LIB_EXPORT G_open_cell_old( const char *name, const char *mapset ) in G_open_cell_old()
653 int GRASS_LIB_EXPORT G_raster_map_is_fp( const char *name, const char *mapset ) in G_raster_map_is_fp()
1458 char GRASS_LIB_EXPORT *G_fully_qualified_name( const char *name, const char *mapset ) in G_fully_qualified_name()
1493 char GRASS_LIB_EXPORT *G_get_cell_title( const char *name, const char *mapset ) in G_get_cell_title()
1512 char GRASS_LIB_EXPORT *G_find_vector( char *name, const char *mapset ) in G_find_vector()
1519 char GRASS_LIB_EXPORT *G_find_vector2( const char *name, const char *mapset ) in G_find_vector2()
1593 CELL GRASS_LIB_EXPORT G_number_of_cats( const char *name, const char *mapset ) in G_number_of_cats()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgsgrassgislib.cpp409 char GRASS_LIB_EXPORT *G_find_cell2( const char *name, const char *mapset ) in G_find_cell2()
414 char GRASS_LIB_EXPORT *G_find_cell( char *name, const char *mapset ) in G_find_cell()
540 int QgsGrassGisLib::G_open_cell_old( const char *name, const char *mapset ) in G_open_cell_old()
548 int GRASS_LIB_EXPORT G_open_cell_old( const char *name, const char *mapset ) in G_open_cell_old()
653 int GRASS_LIB_EXPORT G_raster_map_is_fp( const char *name, const char *mapset ) in G_raster_map_is_fp()
1458 char GRASS_LIB_EXPORT *G_fully_qualified_name( const char *name, const char *mapset ) in G_fully_qualified_name()
1493 char GRASS_LIB_EXPORT *G_get_cell_title( const char *name, const char *mapset ) in G_get_cell_title()
1512 char GRASS_LIB_EXPORT *G_find_vector( char *name, const char *mapset ) in G_find_vector()
1519 char GRASS_LIB_EXPORT *G_find_vector2( const char *name, const char *mapset ) in G_find_vector2()
1593 CELL GRASS_LIB_EXPORT G_number_of_cats( const char *name, const char *mapset ) in G_number_of_cats()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dopen.c162 int Vect__open_old(struct Map_info *Map, const char *name, const char *mapset, in Vect__open_old()
573 int Vect_open_old(struct Map_info *Map, const char *name, const char *mapset) in Vect_open_old()
596 int Vect_open_tmp_old(struct Map_info *Map, const char *name, const char *mapset) in Vect_open_tmp_old()
615 int Vect_open_old2(struct Map_info *Map, const char *name, const char *mapset, in Vect_open_old2()
640 int Vect_open_update(struct Map_info *Map, const char *name, const char *mapset) in Vect_open_update()
666 int Vect_open_tmp_update(struct Map_info *Map, const char *name, const char *mapset) in Vect_open_tmp_update()
688 int Vect_open_update2(struct Map_info *Map, const char *name, const char *mapset, const char *layer) in Vect_open_update2()
711 int Vect_open_old_head(struct Map_info *Map, const char *name, const char *mapset) in Vect_open_old_head()
737 int Vect_open_old_head2(struct Map_info *Map, const char *name, const char *mapset, in Vect_open_old_head2()
755 const char *mapset) in Vect_open_update_head()
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/seg/
H A Dcseg.h13 char *mapset; variable
22 char *mapset; variable
31 char *mapset; variable
/dports/databases/grass7/grass-7.8.6/lib/temporal/lib/
H A Dconnect.c90 static char *get_mapset_connection_name(const char *mapset, int contype) in get_mapset_connection_name()
148 char *tgis_get_mapset_driver_name(const char *mapset) in tgis_get_mapset_driver_name()
164 char *tgis_get_mapset_database_name(const char *mapset) in tgis_get_mapset_database_name()
/dports/databases/grass7/grass-7.8.6/raster/r.stream.extract/
H A Dseg.h15 char *mapset; variable
24 char *mapset; variable
33 char *mapset; variable
/dports/databases/grass7/grass-7.8.6/imagery/i.group/
H A Dmain.c42 char group[GNAME_MAX], mapset[GMAPSET_MAX]; in main() local
247 const char *mapset; in add_or_update_group() local
293 const char *mapset; in add_or_update_subgroup() local
335 const char *mapset; in remove_group_files() local
393 const char *mapset; in remove_subgroup_files() local
444 static void print_subgroups(const char *group, const char *mapset, int simple) in print_subgroups()
/dports/databases/grass7/grass-7.8.6/raster/r.flow/
H A Dio.c46 const char *mapset = G_mapset(); in tmp_name() local
62 const char *mapset = G_find_raster(fname, ""); in open_existing_cell_file() local
140 const char *mapset; in open_segment_file() local
199 const char *mapset; in write_density_file() local
/dports/databases/grass7/grass-7.8.6/gui/wxpython/startup/
H A Dutils.py58 def get_lockfile_if_present(database, location, mapset): argument
72 def create_mapset(database, location, mapset): argument
87 def delete_mapset(database, location, mapset): argument

12345678910>>...22