Martin Raspaud

Results 69 issues of Martin Raspaud

## Feature Request The SEVIRI HRIT reader is now reading the metadata from the prologue and epilogue files preemptively with numpy's `fromfile`, and then reduces the memory footprint by removing...

enhancement
component:readers

This PR adds a reader for Radarsat 2 SGF data. - [ ] Add support for geolocation - [ ] Add extra dependencies in setup.py - [ ] Add new...

enhancement
component:readers

## Feature Request At the moment, different readers have different behaviours when it comes to clipping or not negative radiances. As this has been pointed out by @simonrp84, it can...

enhancement

**Describe the bug** The metadata reading of the hdf-eos format is discarding all but the last value in containers-type of groups. **To Reproduce** Here is the relevant part of the...

bug
component:readers

## Expected behavior and actual behavior. Trying to read Jpeg2000 files (sentinel 2 data if that matters) works fine when passing the filename to `rasterio.open` but not passing an open...

bug
needs discussion

#### Code Sample, a copy-pastable example if possible ```python from matplotlib import pyplot import rioxarray from rasterio.io import MemoryFile filename = "test.jp2" def read_file(filename): with open(filename, "rb") as of: data...

bug

The pyorbital code to compute the observer look was making the assumption that the earth was spherical. While the differences are quite small, we implement here the oblateness of the...

enhancement

We have observed strange "folding" effects of the omerc projection when resampling satellite data, and are realizing that two different input lon/lat can have the same projection coordinates #### Example...

bug

This PR uses moryviews and allows nogil in gradient search - [ ] Closes #445

enhancement