You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of RasterLayer includes copies of some methods from mesa.space.Grid (see #120), making it difficult to maintain.
Describe the solution you'd like
A more related class in Mesa is its recent PropertyLayer (projectmesa/mesa#1898). RasterLayer could inherit from PropertyLayer with added geospatial capabilities.
Additional context
Might also be beneficial to have part of GeoSpace inherit from _PropertyGrid to manage multiple raster layers.
What's the problem this feature will solve?
The current implementation of
RasterLayer
includes copies of some methods frommesa.space.Grid
(see #120), making it difficult to maintain.Describe the solution you'd like
A more related class in Mesa is its recent
PropertyLayer
(projectmesa/mesa#1898).RasterLayer
could inherit fromPropertyLayer
with added geospatial capabilities.Additional context
Might also be beneficial to have part of
GeoSpace
inherit from_PropertyGrid
to manage multiple raster layers.Some related past issues:
The text was updated successfully, but these errors were encountered: