-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/fix plot methods to Datasets #253
Comments
I would like to move those |
@calebrob6 I've added the plot method to the SpaceNet baseclass so all currently implemented SpaceNet datasets (1,2,4,7) can be plotted. |
How should we handle plotting for IntersectionDataset/UnionDataset? |
If you aren't doing anything too crazy, you should be able to send the samples that you get from the joined dataset to the individual |
@calebrob6 Our point datasets (GBIF, iNaturalist, EDDMapS) also don't have |
Technically not done yet, we're still waiting on VHR-10 |
The following benchmark datasets need
plot(...)
methods:Further, the
plot(...)
methods of RasterDataset and VectorDataset need to be removed, and added individually to:The
ChesapeakeCVPR
dataset is a bit of an outlier as it is aGeoDataset
. I need to think more about that.The text was updated successfully, but these errors were encountered: