Replies: 1 comment 3 replies
-
Can you share the code or data so I can try to reproduce this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently running into the issue of using the random batch geo sampler with my custom raster dataset.
when calling the dataloader I am getting the error:
"RTreeError: Coordinates must be in the form (minx, miny, maxx, maxy) or (x, y) for 2D indexes"
I know my dataset has the correct bounding box, as this is printed:
"
nbart Dataset
type: GeoDataset
bbox: BoundingBox(minx=399960.0, maxx=509760.0, miny=6290200.0, maxy=6400000.0, mint=0.0, maxt=9.223372036854776e+18)
size: 1
"
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions