Sébastien Blaise
Sébastien Blaise
I try to load LZW-compressed geotiff data from a blob using the CDN version of geotiff.js. The image is loaded correctly, and I can access the metadata, but the readRasters...
Hi, I have an issue with the use of programmatically created legends, but I am not sure if this is a bug or a misuse of my part. First, I...
Hi, Thanks for developing this nice software! I noticed that the display of rasters with a continuous colormap was not including values exactly at the boundaries of the raster data...
The shorelines are currently only determined from the MNDW, and that the pixel classification is used to determine the threshold. The MNDW may not be relevant in all cases. Further,...
Hi, I have a project on Windows, and associated unit tests using google test. The folders have the following structure (MyProject and MyProjectUnitTests are actually full absolute paths): - MyProject...
When using the `merge_pages` function, a page break is systematically added between each template. I need to insert several tables in a word document, which should not be separated by...
Hi, I cannot find the tool after installing the extension in VS 2013 Pro. It is in the list of installed extension, but I see it nowhere else. The "Run...
Hello, It seems that the examples focus on 3 channel images. Is semantic segmentation expected to work on multichannel images, and is there an example on that? I know that...
With numba 0.55.1. Consider the following code: ``` import numpy as np from numba import njit from numba.experimental import jitclass from numba import float64 # import the types spec =...