Caleb Robinson

Results 139 comments of Caleb Robinson

For anyone who works on this: A good starting point is the [System-Ready Stereo (1B), 8-band bundle, 50 cm | Rio de Janeiro, Brazil](https://resources.maxar.com/product-samples/system-ready-stereo-1b-8-band-bundle-50-cm-rio-de-janeiro-brazil). The zip file download contains a...

Going to take a stab at this > For 1, the whole idea of reprojecting to UTM with fixed pixel sizes is that the CRS no longer matters. For all...

> the reverse isn't possible Correct, but I don't think the reverse is needed. > From what I can tell, "mode 2" would not allow intersections between datasets or overlapping...

There is some incompatibility going on between the `pytorch_sphinx_theme` and `nbsphinx`. With `nbsphinx` enabled in conf.py: - The sidebar navigation doesn't show expand/collapse buttons - The sidebar navigation doesn't scroll...

^ the above issues I mentioned were resolved by adding `nbsphinx_requirejs_path = ""` in `docs/conf.py` Some references: - https://github.com/pytorch/pytorch_sphinx_theme/issues/148 - https://github.com/spatialaudio/nbsphinx/issues/599

Thanks for the catch / report @robmarkcole! This is one of the few things that isn't tested... Fixed in #434

Thanks @Borda! I think this could be a great addition to our CI. I'm interested in creating/running a test that executes a small training run with one of our small...

instead of what is currently in `__getitem__` we can use something like: ``` items = TODO # list of the STAC Items that the current query intersects with (based on...

> several new libraries needed, maybe some can be avoided like rioxarray? Generally, we want to minimize direct dependences > computing the aoi can potentially take fairly long albeit it...