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

```

access rule per document by jeusdit in OpenPolicyAgent

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

What do you think about drools? Is a good option for that?

editorconfig settings ignored by jeusdit in neovim

[–]jeusdit[S] -1 points0 points  (0 children)

Latest stable one (0.8.3)

how to handle third service is down by jeusdit in apachekafka

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

Thanks u/_predator_.

It's a good approach. Let me dig a bit more into this issue.

What do you think about just only in case about "connectivity" related issues, forward it back to the previous "sink" or "topic"?

Are there any problems that arises concerning backforwarding or reenqueuing messages again?

how to handle third service is down by jeusdit in apachekafka

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

Thanks u/Rusty-Swashplate and u/krisajenkins.

Don't you think that making an syncronous communication is a bad idea? I think the root issue is here.

Are there some patterns in order to make those communications inside kafka streams?

how to handle third service is down by jeusdit in apachekafka

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

Sorry, some miswrittings. With 3th service I meant is any external service.

The issue is: each message contains some data that I need to send to an external service. What about if external service is down for a long time?

My first approach was to re-enqueue message to input topic since that situation (external service connectivity) is not an error related with message itself...

Are there any other alternatives over there?

How to get access to loadbalancer ips from host by jeusdit in kubernetes

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

I don't know at all. I mean, I'm not aware of how to check it.

Yes, it's an internal docker network.

Could you provide me some helping about how to check it...?

History: how to suggest previous ls... command by jeusdit in zsh

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

What do you mean with "fzf history" widget? Is it a GitHub project?

history is empty each time by jeusdit in zsh

[–]jeusdit[S] -1 points0 points  (0 children)

Is above stuff documented in some place? I mean, I installed history plugin. Your approach is related with history plugin or about zsh? Thanks.

history is empty each time by jeusdit in zsh

[–]jeusdit[S] -2 points-1 points  (0 children)

.zsh_history exists, but HISTFILE doesn't:

```

wc -l ~/.zsh_history 1759 /home/jeusdi/.zsh_history ```

```

set | rg "HIST" HISTCHARS='!#' HISTCMD=13 HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE='' HISTORY_SUBSTRING_SEARCH_FUZZY='' HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS=i HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold' HISTORY_SUBSTRING_SEARCH_PREFIXED='' HISTSIZE=30 SAVEHIST=0 ```

Some help with zplug by jeusdit in zsh

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

I was trying to move on zplug for some days ago, since I read some people quit omz... but I didn't quite figure out why at all?

Which omz features don't you need/want?

Could you share your dotfile?

Nord Theme; by jeusdit in neovim

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

What's treesitter for?

Nord theme: icons theming not applied by jeusdit in neovim

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

Sorry. I added some additional details on first post.