Replies: 3 comments 4 replies
-
|
Could that also be handled by the DataAdapter and subclasses? An initialized DataAdapter instance is basically a CatalogItem. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I think this is a good one to consider for our 1.0 refactor/reorganisation |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Having thought about this a bit more, I'm wondering if this is not just the generic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When attempting to implementing some nodata strategy for: #584 - valid for all different
DataAdapters, I see that there are many calls that are very similar calls and argument passing going on.Like
DataCatalog.get_<type>data(), which all have similar arguments. Could we not create aCatalogItemin HydroMT, which would then be subclassed withRasterItem? We could then create (abstract) functionality that would work for all items, likeisempty,handle_empty, and simplify getting the data.Beta Was this translation helpful? Give feedback.
All reactions