Sampling from UnionDataset fails - even when it shouldn't? #769
Unanswered
PenguinJunk
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Sorry, I should have also added that RSSflightblock is our own class of Geospatial Dataset. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to create a DataLoader for multiple datasets but constantly get an IndexError thrown when sampling with the DataLoader over the UnionDataset: ("query: {query} not found in index with bounds: {self.bounds}"). This happens even when the query bounding box appears to fall within the bounds (according to the error message).
I am using our organisation's own data and working in AzureML and so need to use datasets registered in the AzureML workspace and mounting these (hence the first function).
Sampling with the DataLoader works fine if applied to the flight blocks individually. I have tested with datasets that are geographically adjacent. I wanted to test against the Landsat data given as an example in the docs, but finding the right data and downloading was too much of a challenge today! Hence I am not yet logging this as a issue.
Below is the code snippet and resulting error. I am also posted other examples of the error string. Any idea where I may be going wrong?
Other error strings (formatted):
Beta Was this translation helpful? Give feedback.
All reactions