Gerrit Holl

Results 120 comments of Gerrit Holl

I experience the same problem under the same circumstances. My versions: ``` INSTALLED VERSIONS ------------------ commit: None python: 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:35:26) [GCC...

Yes, the tool (satpy by calling xarray) is masking out the `_FillValue`. I was wondering why more than 99% of data points were containing NaN, and traced it back to...

Did you get any feedback? It's indeed awkward that there is no way to make a distinction between M1 and M2-based files. This is probably more important than the scan...

No need to ask for forgiveness for what looks like great work toward solving some long-standing problems, but I second @mraspaud that smaller bites help to avoid choking. Ten small...

The area definition returned is: ``` Area ID: fribullus_xax Description: fribullus_xax Projection: {'datum': 'WGS84', 'no_defs': 'None', 'proj': 'longlat', 'type': 'crs'} Number of columns: 5 Number of rows: 5 Area extent:...

In your "see also" you referred once to #268 and twice to #393. Was there a third issue you meant to link?

If we think of `pixel_size` as `step_size` then a negative value is indeed expected.

The affected code seems to be originally added to pytroll-schedule by @mraspaud [7 years ago in 2014](https://github.com/pytroll/pytroll-schedule/blame/2f8515a822313eee88295aee08c1a90b9397132e/trollsched/spherical.py).

One polygon is normal (it's the area of interest), the other is all across the globe and then intersecting itself. It's a long swatch. Background: due to a long timeout...

Different example, tested with pyresample 1.22.3: ``` from pyresample.area_config import parse_area_file from pyresample.boundary import AreaDefBoundary from satpy.resample import get_area_file from satpy.utils import debug_on; debug_on() eurol, germ = parse_area_file(get_area_file(), "eurol", "germ")...