bruty.history Module¶
Classes¶
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
This class acts like a full history but really only keeps one raster, the current data. |
|
Store ‘data_class’ objects to disk located at ‘data_path’ and allow access to them like a list. |
|
Base class for things that want to act like a list. |
|
alias of |
|
Stores data_class objects in memory. |
|
|
|
|
|
|
|
|
|
|
|
This class works on top of a History (passed in via ‘history_data’) instance to return the actual surface at a certain time as opposed to the deltas that the ‘history_data’ holds |
|
This might be usable as any gdal raster by making the driver/extension a parameter |
|