Carlos Horn
Carlos Horn
# Feature Description It would be great, if a basket could be configured with an expiration time or lifespan. After expiration, the basked would be scheduled for deletion. This could...
This PR enables the use of `FSPath` objects for the `avhrr_l1b_gaclac` reader. - [ ] Closes #1299 (for my use case) - [x] Tests added - [x] Passes ``flake8 satpy``...
Problem description ================= Currently, string imports are not possible outside of packages. Minimal reproducible example ========================= The following code snippet executed from a script or Jupyter notebook cell raises an...
To avoid an implicit change of the input arrays, I would move the interpolation of missing/wrong data in the ICT and space counts to the POD/KLM specific reader method `get_telemetry`...
The lat lon interpolation should skip scan lines which are flagged with the `NO_EARTH_LOCATION` quality indicator. See https://github.com/pytroll/pygac/pull/55#issuecomment-600320941 for an implementation proposal.
Description ---------------- This PR enables parallelization especially for the query using the tbb library. It also extends the query method by additional optional parameters to enable the usage of other...
Change Proposal ------------------------- In the current implementation, the nearest neighbor query returns distances in unit of degrees. I would propose to change the units to either arc length on unit...