[GRASS-git] [OSGeo/grass] 22e062: lib/parser: Use project for G_OPT_M_LOCATION (#3130)

Vaclav Petras noreply at github.com
Fri Mar 22 10:42:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: 22e062605b115301965512d5a0b9338ae3d5f29c
      https://github.com/OSGeo/grass/commit/22e062605b115301965512d5a0b9338ae3d5f29c
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2024-03-22 (Fri, 22 Mar 2024)

  Changed paths:
    M general/g.mapset/g.mapset.html
    M general/g.proj/create.c
    M gui/wxpython/core/utils.py
    M gui/wxpython/datacatalog/dialogs.py
    M gui/wxpython/gui_core/gselect.py
    M gui/wxpython/image2target/ii2t_gis_set.py
    M gui/wxpython/lmgr/workspace.py
    M gui/wxpython/startup/guiutils.py
    M lib/gis/parser_standard_options.c
    M lib/gis/renamed_options
    M python/grass/jupyter/reprojection_renderer.py
    M python/grass/temporal/stds_import.py
    M raster/r.proj/r.proj.html
    M scripts/r.import/r.import.py
    M scripts/v.import/v.import.py
    M vector/v.proj/v.proj.html

  Log Message:
  -----------
  lib/parser: Use project for G_OPT_M_LOCATION (#3130)

Standard option G_OPT_M_LOCATION which creates option named location now creates option named project. Each module using G_OPT_M_LOCATION without further modifications has its own entry in in the renamed options file for backwards compatibility.

* Update usage of g.mapset to use project. Remove all caps MAPSET and LOCATION from g.mapset documentation.
* Minimal changes to r.proj doc to rename to project
* Update usage of v.proj location= to project= and v.proj man page
* Replace r.proj-related usages of location= by project=



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list