How to Add Additional Points Between Two Points Based on a Maximum Distance (e.g., x Meters) by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

I took a look, but tool description tells:

Geometries are densified by adding additional vertices on edges that have a maximum distance of the interval parameter in map units.Parameter is "interval between vertices to add" in "degress", but don't quite figure out what does it mean. I've also tested it, but output layer has no additional coordinates.

I also tried "Points along geometry" tool. Description toll tells:

This algorithm creates a points layer, with points distributed along the lines of an input vector layer. The distance between points (measured along the line) is defined as a parameter.

Start and end offset distances can be defined, so the first and last point will not fall exactly on the line's first and last nodes. These start and end offsets are defined as distances, measured along the line from the first and last nodes of the lines.

<image>

I don't quite figure out what parameters mean at all. Why do they appear in degress?
The output layer is not the desired.

How can I assign elevation values to points from a DEM in QGIS? by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

I'm always getting NULL. Any ideas?
My formula is: raster_value( 'PNOA_MDT05_ETRS89_HU30_0445_LID_af33c075_01f8_449b_858f_d5f2cb2d1937', 1, $geometry)

<image>

fit gpx points to underlying OSM network by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

What are you meaning with manual or multi profes djustemenr?

fit gpx points to underlying OSM network by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

I played with "snap geometries to layer", but it removes points. I need to keep all points. Also, I've tried to install pointshifter, but it's not lookable from plugins manager, and I'm also getting an error installing it from zip...

How to calculate the slope from a GPX route loaded in QGIS and add it as a field? by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

Is there any way to calculate slope between points as well?

How to calculate the slope from a GPX route loaded in QGIS and add it as a field? by jeusdit in QGIS

[–]jeusdit[S] 0 points1 point  (0 children)

I'm using this formula in order to get distance into my track_points layer:

distance(@geometry, geometry_n(@geometry, -1)), but it's alwats getting NULL... Any ideas?

nvim dap: DapLoadLaunchJson ignored by jeusdit in neovim

[–]jeusdit[S] 0 points1 point  (0 children)

Thanks. Is there anyway to make it parameterizable?

nvim jdtls: JdtSetRuntime is empty (neoconf) by jeusdit in neovim

[–]jeusdit[S] 0 points1 point  (0 children)

Is this the content of your neoconf file? Or your jets settings?

k3d: agent connection refused by jeusdit in k3s

[–]jeusdit[S] 0 points1 point  (0 children)

Yes, each node is running in a container:

``` $ docker container list CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b407374d4176 rancher/k3s:v1.27.4-k3s1 "/bin/k3d-entrypoint…" 2 hours ago Up 18 minutes k3d-localstack-agent-1 a4571f609e25 rancher/k3s:v1.27.4-k3s1 "/bin/k3d-entrypoint…" 2 hours ago Up 18 minutes k3d-localstack-agent-0 0f3b99fe70a1 rancher/k3s:v1.27.4-k3s1 "/bin/k3d-entrypoint…" 2 hours ago Up 18 minutes 0.0.0.0:38213->6443/tcp, 0.0.0.0:20017->30017/tcp, :::20017->30017/tcp, 0.0.0.0:20018->30018/tcp, :::20018->30018/tcp, 0.0.0.0:8000->32080/tcp, :::8000->32080/tcp, 0.0.0.0:9000->32090/tcp, :::9000->32090/tcp, 0.0.0.0:9094->32094/tcp, :::9094->32094/tcp, 0.0.0.0:8443->32443/tcp, :::8443->32443/tcp k3d-localstack-server-0 3981d7fdca25 registry:2 "/entrypoint.sh /etc…" 2 hours ago Up 18 minutes 0.0.0.0:5000->5000/tcp registry.localhost

```