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
See the discussion in PR #265 about the craziness in attributes count vs nbands, bands vs indexes.
Here is my suggestion:
I think we should stay consistent with rasterio's naming convention and hence have count and indexes match the definition of rasterio:
count: band count on disk
indexes: The 1-based indexes of each band in the dataset
We can have an equivalent of each for bands loaded, i.e. count_loaded and indexes_loaded (not sure the latter is really needed...).
What do you think @erikmannerfelt, @atedstone@rhugonnet ?
Others should be deprecated.
See the discussion in PR #265 about the craziness in attributes count vs nbands, bands vs indexes.
Here is my suggestion:
I think we should stay consistent with rasterio's naming convention and hence have
count
andindexes
match the definition of rasterio:count
: band count on diskindexes
: The 1-based indexes of each band in the datasetWe can have an equivalent of each for bands loaded, i.e.
count_loaded
andindexes_loaded
(not sure the latter is really needed...).What do you think @erikmannerfelt, @atedstone @rhugonnet ?
Others should be deprecated.
Originally posted by @adehecq in #265 (comment)
The text was updated successfully, but these errors were encountered: