Felix Kröber

Results 5 issues of Felix Kröber

Importing pandas in the main() function instead of globally was changed recently in 54010b4. As @lucadelu pointed out, this change to lazy import is needed especially for compilation. Unfortunately, this...

In the following example, the `errors_as_nodata` parameter of `stackstac.stack()` causes a [shape-related error](https://github.com/gjoseph92/stackstac/blob/95fa740cb2d19d89285b198471d92520cf31e10c/stackstac/rio_reader.py#L413) down the way. The NodataReader returns an object with 2 dimensions missing the band dimension ("Unexpected shape...

**Description** Stacking the same assets - once with reading from a local directory, the other time with reading from the original remote source - shows different performances. Stacking local elements...

Until now, t.rast.aggregate provides diffrent sampling methods to select rasters for each time interval which subsequently are aggregated to the specified granularity using the specified method (in turn being handed...

enhancement
temporal
Python
HTML
libraries
module
docs
markdown
tests

I'd like to know if there is a way to get a model summary (preferably via torchinfo/troch-summary)? What I tried so far to get a summary for Mask-RCNN: `from torchinfo...