config.py 491 B

123456789101112131415161718
  1. """
  2. Set global variables for objects in a GRASS GIS Spatial Database
  3. (C) 2020 by the GRASS Development Team
  4. This program is free software under the GNU General Public
  5. License (>=v2). Read the file COPYING that comes with GRASS
  6. for details.
  7. .. sectionauthor:: Linda Kladivova <linda.kladivova seznam cz>
  8. """
  9. # global variables
  10. default_location = "world_latlong_wgs84"
  11. temporary_location = "tmploc"
  12. unknown_location = "<UNKNOWN>"
  13. unknown_mapset = "<UNKNOWN>"
  14. permanent_mapset = "PERMANENT"