issues
search
open-forest-observatory
/
tree-detection-framework
BSD 3-Clause "New" or "Revised" License
3
stars
0
forks
source link
Modify the plot function within CustomRasterDataset to support other datatypes (possibly rename the class)
#17
Closed
amrithasp02
closed
2 days ago
amrithasp02
commented
1 month ago
Ways to go about:
Check within the plot method to determine how many bands there are and visualize appropriately from there.
Implement several classes of Datasets and use the appropriate ones for each setting.
Ways to go about: