jldupouey
jldupouey
No, it does not appear.
Thanks for the answer. Shifting the value of the isoline level by a tiny amount does not work. It depends on the context of the isolines. ``` library(isoband) v
Thanks. Here is a simple case (same as in my previous comment) where an interior point is not identified as belonging to the isoline: ``` v
Thank you, I now understand the choices you made for your package, which are the classic choices of the marching squares algorithm. But you are right, we have to be...
The large one is over 25MB, the upper limit for my GitHub repository. Sending larger files seems to be painful.
Here it is: https://filesender.renater.fr/?s=download&token=540cfb37-ebe1-46c8-936e-99b0f72383c5 and my script: ``` library(sf) library(geojsonsf) library(rmapshaper) MySfLayer
Thanks for the help. I have reinstalled everything (R, Node, mapshaper, R libraries ...). I still can't run the ms_clip command. I have 60 GB of memory. I have tested...
Thanks, that's clear. The `terra::interpNear` documentation states that the `radius `parameter is “The radius of the circle”. Perhaps it should be indicated that it is no longer a circle beyond...