Adam J. Stewart

Results 884 comments of Adam J. Stewart

USAVars is CC-BY-4.0, so yet we can redistribute on HF if you want.

This partially relates to #47 and #99. The latter is the new style I would like to use moving forward. Would love it if someone would convert all of the...

Should prob focus on torchdata first, otherwise you'll have to redo all of that work.

@ak3ra I might find some time to work on this this week. Do you mind if I push commits directly to your PR branch?

I got buried in prelim and conference prep, so I also haven't gotten a chance to work on this.

Related to #737, #319, #376, etc. The reason for this issue is that rtree considers two bounding boxes to be overlapping even if the area of overlap is 0. It...

This is definitely doable, and I think you're on the right track. I'll just add a couple things to the pot and let you keep stirring. One thing that should...

> For crs we store the epsg-code as scalar. Not all CRS map to an EPSG code. Rasterio will attempt to find one that's close enough, but it won't be...

> Keeping it simple, I have a dataset consisting of one raster file product (only on crs). For a more general implementation, we'll need to support multiple files. > `datamodule`...