Guillaume Larocque

Results 11 issues of Guillaume Larocque

I have a simple resource described as ``` const leafSpectraResource = finale.resource({ model: db.LeafSpectra, endpoints: ['leaf_spectra/', 'leaf_spectra/:id'], search: [ {operator: db.Sequelize.Op.substring, param: 'scientific_name', attributes: ['scientific_name']}, ] }) ``` I have...

Hi, with the most recent version of Circuitscape and Julia 1.4.1 and using tiff files as inputs and outputs, I'm getting bad results when using precision = single. This is...

I've generated a COG of a land cover (integer) map and hosted it on the cloud. I used gdalwarp with nearest resampling for the creation of the cog and the...

I run httr::POST with the following to an API endpoint as JSON ``` { "vascan_id": 5484, "name": "Equisetum ×nelsonii", "vernacular_fr": "prêle de nelson", "vernacular_en": "nelson's scouring-rush", "rank": "espèce_hybride", "category": "plantes",...

We have a use case where we would like to take a land cover map, say at 250 meter resolution, isolate one category, and resample it at 1 km resolution...

The FID column that is generated from extract_geom() seems to correspond to the row number of the sf features. However, the concept of "FID" doesn't really exist in sf, so...

I have an image collection with one element in it with srs='EPSG:3116: ````{r} > st Image collection object, referencing 1 images with 1 bands Images: name left top bottom right...

In the STAC catalog that we are putting together, we sometimes used item ids with hyphens (e.g. clim-data-monthly). Since item ids become band names in the raster cube, this can...

When adding hover interactivity to a geom_ribbon_interactive, it does not apply the same interaction to the lower and upper envelope. For example, with this: ````{r} library(ggiraph) tt

bug

After adding the required NAMESPACE file for the package work, I get a compilation error when installing: ``` *** arch - i386 c:/Rtools/mingw_32/bin/g++ -I"C:/PROGRA~1/R/R-33~1.2/include" -DNDEBUG -I"C:/Users/glaroc/Documents/R/win-library/3.3/Rcpp/include" -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2...