Arnaud Becheler

Results 12 issues of Arnaud Becheler

Hi! In the Docker description file, this link is broken: ``` A base image for creating a container with an application using this X11 server container can be found [here](https://hub.docker.com/r/suchja/tbd)....

I am having trouble to come with pictures that fit perfectly the thumbnail and the top of every post. They seem to never fit both. Is there any ideal dimension?

Running the recipe leads to an error. ## Expected Behavior Running cmake should lead to no error. ## Current Behavior Somehow, the system boost version (1.71) seems to be detected,...

Thank you for developing this resource! :) - In the [occurence module page](https://pygbif.readthedocs.io/en/latest/modules/occurrence.html), a R codeline seems to have made its way: ` fields – [str] Default (all) returns all...

I'm working with dask masked array, and was wondering what would be the translation of these lines? ```py import rasterio with rasterio.open(inputFile) as source: # this is a 3D numpy...

Hi again! Thank you for this cool library! I was wondering: `load_training_vector` seems pretty slow (I have few thousands of points and 20 explanatory raster 300*300). I was wondering if...

I found this in `graph/adjacency_matrix` ligne 966 : ```cpp template < typename D, typename VP, typename EP, typename GP, typename A > inline typename adjacency_matrix< D, VP, EP, GP, A...

Hi! ## Questions - Is there a non-official project that documents the BGL in a more user-friendly way than the official documentation? - Is there a will to update/complement/modernize the...

Hi again! 🌱 I'm trying to understand what the code relative to adjacent matrix does. From what I understand (telll me if I'm wrong), you have two different behaviors/implementations that...

Hello! Great work with this library! I have a simple question. I would expect to be able to write the following: ```py example_message = db.get_message_by_name('ExampleMessage') data = example_message.encode( {'Temperature': 250.1}...