Raphaël

Results 26 issues of Raphaël

With large files, I get the following error `Uncaught RangeError: Maximum call stack size exceeded` for https://github.com/Geocene/trainset/blob/eac024707971316ff5481868658d04a2a4f2b2a0/src/assets/js/LabelerD3.js#L765 It seems to work if you replace this line with ``` minMax =...

Hello, I'm quite new to everything and don't know if I'm doing that right. But I add the issue where taking the code as it is with the latest version...

I was just wandering if we could make `readvp.list` and/or `readvp` faster. Replacing ``` profile=as.data.frame(lapply(groups,function(x) readOdimProfileData(filename,x))) ``` with ``` x=h5read(filename,'/') profile = data.frame(matrix(unlist(x$dataset1),nrow=length(x$dataset1$data1$data))) ``` can reduce 1/3 of the running...

enhancement

Hi @16EAGLE , Thanks a lot for your packages! Using `moveVis`, I ended up getting this message: https://github.com/16EAGLE/basemaps/blob/203e9643c3d222ecdfa68b4ea5d4ae01d378bf7b/R/plot.R#L89-L90 that I don't really understand. I'm using map_service = "mapbox", map_type =...

Hi, Is this desired? I would expect that `replace=TRUE` should not prevent the addition of a new (non-yet-exisiting) resource. ```r library(frictionless) package • deployments #> • observations #> • media...

function:add/remove

Just trying to understand what I'm doing wrong with this config file ```yml default: val: 1 tag_set_map: - stap_id: [3, -1] 22NO: val: 2 tag_set_map: - stap_id: 3 ``` This...

Here is a small suggest to force the data to be attached to the package object rather than stay as path/url. I would find such a functionality quite useful to...

Solution for #259. We could rename all `replace` by `overwrite` but maybe not?