Adrien Wehrlé

Results 21 issues of Adrien Wehrlé

Hi! Thank you a lot for this theme, exactly what I was looking for! Coming initially from Spyder, I like to have the `self` for Python classes standing out. I've...

Dear all, I'm using a creep system coupled to a damage system. Based on the results of the damage system, I delete elements when the damage exceeds a critical value....

Thanks a lot for this very nice theme I've been using a lot! I recently upgraded from emacs 26 to 28, and unfortunately the theme doesn't work anymore. My debugger...

earthspy is a wrapper around methods for the download of satellite data offered in the sentinelhub Python package, might be of interest to the community! :)

**Question** Hi, I'm trying to find a rule to extract the one and only pixel at (x, y) coordinates given a bounding box to add to [earthspy](https://github.com/AdrienWehrle/earthspy). I thought that...

help wanted
question

Hi! I was browsing through the description of the Sentinel Hub data collections available in `sentinelhub-py` and realized I struggle understanding the Sentinel Hub variable associated with the Sentinel-3 L1B...

help wanted
question

At the moment, a bounding box must be given by user to download data. Some users expressed the wish to download data at a given point and its surroundings, which...

enhancement

Users expressed the wish to download data at a given point and its surroundings, which then requires the user to compute the coordinates at a given distance around the point...

Split boxes are returned as a 4D array in local variable, not the entire mosaic at once. Fix to return the entire mosaic after creation.

enhancement

There is currently no compression specified for the creation of the different rasters. Let's add one!

enhancement