Pierre de Buyl

Results 12 issues of Pierre de Buyl

My question stems from the recommendation, for Python packages, to use pip install package instead of pip install --user package The first version will error except if the user uses...

editors-action-items

This thread is for editors to register article numbers at the final stage of publication.

Administration

As mentioned in https://github.com/ReScience/submissions/issues/41 (and probably discussed earlier, I can't find links though), at some point ReScience should archive all repositories *and* the extra data, specifically issues and pull request...

Everything is in the title. I was "selling" ReScience to a colleague and the question came up.

Hi, The less files do not compile properly. The variables in the different files (variables.less, symposion-components.less and symposion-dashboard.less) do not have the same name. Mostly the difference is between camelcase...

bug

**Describe the bug** Satpy errors with a FileNotFoundError when using the xrit decompression feature for the reader `seviri_l1b_hrit`. **To Reproduce** ```python import satpy import argparse SEVIRI_CHANNELS = ['VIS006', 'VIS008', 'IR_016',...

**Describe the bug** TypeError when loading a composite. ``` (py3np2) pdebuyl@pc:~/RS_DATA/ECA$ python show_one_MSI.py --band ash ECA_EXAF_MSI_RGR_1C_20250201T235211Z_20250202T002751Z_03875B.h5 Value cannot be converted - skip setting attribute ScienceData/line_quality_status/attr/definition Value cannot be converted -...

bug
component:readers

**Describe the bug** When using pcolormesh and cartopy to display a swath of EarthCARE data, the plot spills to the borders of the image. **To Reproduce** ```python import argparse import...

Add a FAQ entry about the matplotlib error "Invalid shape (3, Ny, Nx) for image data" when using imshow. Follows a proposition on slack.

Hello, The seviri RSR are extracted at https://github.com/pytroll/pyspectral/blob/main/rsr_convert_scripts/seviri_rsr.py#L115 The call to `sheet.col_values(1, start_rowx=13, end_rowx=113))` is 0-indexed (look at https://github.com/python-excel/xlrd/blob/master/xlrd/sheet.py#L567 ). -> Line 13 in the spreadsheet view is missing in...