-
-
Notifications
You must be signed in to change notification settings - Fork 77
Refactor RasterLayer to be based on PropertyLayer in Mesa #201
Copy link
Copy link
Open
Labels
Description
What's the problem this feature will solve?
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 (mesa/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.
Some related past issues:
Reactions are currently unavailable