Rambaud Pierrick
Rambaud Pierrick
Fix #62 I computed the alpha channel as it is done for rgb images. My assomption is that single band dataset will always use `np.nan` as a nodata value. At...
I try to display a raster. This raster has 1 band, values from 0 to 1, nan outside of Uganda and 0 where restoration cannot be performed. I would like...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Context In the development of the pydata-sphinx-theme we...
I'm using the pre-commit hook of this repository and some of the errors pointed by doc8 are super simple to correct (I'm thonking about trailing whitespace and missing return at...
In Geo4Good this year, Google developers presented the xee lib. I was surprised to see it even though I was using wxee for a long time. are you aware of...
### Problem I was happily using voila for the past 3 years in my job. I even created a small lib to create stand alone map applications (https://github.com/12rambau/sepal_ui) but I...
## Description I installed a fresh environment on my new computer and I don't manage to run notebooks with voila anymore. when running ``` voila ui.ipynb ``` I got the...
## Environment data - VS Code version: XXX - Jupyter Extension version: 2024.1.1 - Python Extension version: v2024.0.1 - OS and version: WSL ubuntu (not relevant) - Python and/or Anaconda...
### Description I'm working on a widget lib called [ipyvuetify](https://github.com/widgetti/ipyvuetify) and I would like to use commitizen to help us manage the releases. Problem as the ipywidget libs are at...
## Description I ask myself, why using a format script to lint the lib instead of a pre-commit hook ? Looking at the format file, it's only using ruff and...