Andy Teucher
Andy Teucher
I'm going to close this as I'm unable to reproduce. Please reopen if you find more information
Can you try directly on the source file with command-line `mapshaper`? e.g. ``` $ mapshaper y.geojson -dissolve livello -o output.geojson ```
The initial error is (I think) due to the inability of R to serialize a single string that long. If we could write ndjson it might help, but don't currently...
Do you have the original source file (shp, gpkg, geojson, etc), or only as a `.rds`?
I'm going to close this as I'm unable to reproduce. Please reopen if you find more information
Thanks for this @atsyplenkov. Does this have very different behaviour to `sf::st_union()`?
That's pretty good! Thanks @atsyplenkov, I will probably take this PR, but I won't have time to work on the package for a little while, so I will look at...
Thanks for your patience @atsyplenkov - I will try and look at this in the next few weeks
Also adding a "me too", with a slightly different usage but I think a similar issue. I'm trying to connect to an AWS-hosted JupyterHub. My ssh config uses `websocat` via...
I want to follow up on my [comment](https://github.com/posit-dev/positron/issues/6221#issuecomment-3340724434) in case it helps anyone else. I also realize now that my issue is likely different from that originally posted here. There...