The problem is, that the scaling
and coloring of surfaces is different by each map.
Is it possible to set with a parameter of v.surf.rst that
all maps legend should have use the legend
with the same highest and deepest point?
I don’t find so a parameter.
Is there another solution to visualize the time series?
The problem is, that the scaling
and coloring of surfaces is different by each map.
Is it possible to set with a parameter of v.surf.rst that
all maps legend should have use the legend
with the same highest and deepest point?
I don't find so a parameter.
Is there another solut ion to visualize the time series?
This is not a v.surf.rst issue, but a r.colors issues. You can either create a customized color table in a file and use r.colors rules= to apply these rules to all your maps, or, if you have one raster map which is the reference map, you can also use r.colors raster=
The problem is, that the scaling
and coloring of surfaces is different by each map.
Is it possible to set with a parameter of v.surf.rst that
all maps legend should have use the legend
with the same highest and deepest point?
I don't find so a parameter.
Is there another solut ion to visualize the time series?
This is not a v.surf.rst issue, but a r.colors issues. You can either create
a customized color table in a file and use r.colors rules= to apply these
rules to all your maps, or, if you have one raster map which is the
reference map, you can also use r.colors raster=
Just as a note, I have recently added a rast parameter to d.rast.leg:
Parameters:
....
rast Name of raster map to generate legend from
Of course this reference raster map should have a range covering all
maps in question.
> The problem is, that the scaling
> and coloring of surfaces is different by each map.
> Is it possible to set with a parameter of v.surf.rst that
> all maps legend should have use the legend
> with the same highest and deepest point?
> I don't find so a parameter.
> Is there another solut ion to visualize the time series?
Moritz Lennert:
This is not a v.surf.rst issue, but a r.colors issues. You
can either create a customized color table in a file and use
r.colors rules= to apply these rules to all your maps, or,
if you have one raster map which is the reference map, you
can also use r.colors raster=