""" Set global variables for objects in a GRASS GIS Spatial Database (C) 2020 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. .. sectionauthor:: Linda Kladivova """ # global variables default_location = "world_latlong_wgs84" temporary_location = "tmploc" unknown_location = "" unknown_mapset = "" permanent_mapset = "PERMANENT"