[GRASS-git] [OSGeo/grass] 108e5e: raster: Add library function to ask for mask prese...
Vaclav Petras
noreply at github.com
Mon Sep 30 07:23:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 108e5e4fa06ab8b2d8178597145b6abcdab871b5
https://github.com/OSGeo/grass/commit/108e5e4fa06ab8b2d8178597145b6abcdab871b5
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M include/grass/defs/raster.h
M lib/raster/mask_info.c
M raster/r.mfilter/main.c
M raster/r.neighbors/main.c
M raster/r.patch/main.c
M raster/r.resamp.filter/main.c
M raster/r.resamp.interp/main.c
M raster/r.series/main.c
M raster/r.sim/r.sim.sediment/Makefile
M raster/r.sim/r.sim.sediment/main.c
M raster/r.sim/r.sim.water/Makefile
M raster/r.sim/r.sim.water/main.c
M raster/r.slope.aspect/main.c
M raster/r.sun/main.c
M raster/r.univar/r.univar_main.c
M vector/v.surf.rst/Makefile
M vector/v.surf.rst/main.c
Log Message:
-----------
raster: Add library function to ask for mask presence (#4402)
To avoid asking about presence of the MASK raster, add a library function which checks for presence of the raster hiding its name in the library. Motivation for this is a greater mask abstraction.
Some code needs to link to newly raster library (which was previously used transitively).
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