Caleb Robinson

Results 139 comments of Caleb Robinson

Haha yep disabling require.js fixes everything I mentioned above. I think we're OK on widgets for now so will probably just use this until it becomes a problem. It looks...

I have no idea (web development is mostly voodoo to me 😄), but I'll open a similar issue with them with all this extra context. Thanks again!

Hi @tiusty, If your single .tif image is small enough to run in a reasonable amount of time on the front end, then you can define a polygon layer that...

Hi tiusty, Sorry for the late reply, I've been on vacation this week, and will be much more responsive next week. This is a good point you've brought up. Perhaps...

You could get a list of filenames from RasterDataset's index, compute weights, then pass those to the sampler. I'll note this is a good reason why RasterDatasets should be able...

> Should be easier to support a list of filenames for instantiation when we move to TorchData. I don't understand why this is particularly hard now, I guess I need...

Agree that this was much needed -- I just don't like how it isn't obvious from the DataModule constructors that you need to pass a root parameter. Since every dataset...

Properly document the available kwargs seems best to me

This looks like a good compromise on documentation. What if we specially check for "root" in kwargs and raise a helpful error message if it isn't included? My worry is...