Closed jmilloy closed 3 years ago
@mpu-creare This is a simple enhancement. It is just a general method implemented in the DataSource
class and the TileCompositor
class. Neither method calls eval
, so it is a true enhancement and not just an API wrapper. However, some child datasource or datalib nodes could probably override get_source_data
to be more efficient, such as perhaps the Rasterio
node. At this point, I haven't done that (we can do that as needed as optimization), but I want to know if you would prefer to do some of that for this PR.
Datasource
TileCompositor
Bounds
closes #468