Skip to main content

Questions tagged [algorithm]

A mathematical procedure used to solve problems with a series of steps. Algorithms are usually encoded as a sequence of computer commands.

Filter by
Sorted by
Tagged with
1 vote
1 answer
86 views

I read the similar question/answers: Seeking algorithm to place maximum number of points within constrained area at minimum spacing? However, it is more than a decade old, maybe something new evolved ...
S-Man's user avatar
  • 55
0 votes
1 answer
105 views

I wrote a processing script that creates a layer and adds it to the current project: class TestAlgorithm(QgsProcessingAlgorithm): def initAlgorithm(self, config=None): self.addParameter(...
Calidris's user avatar
  • 193
3 votes
0 answers
58 views

I often work in QGIS Model Designer to automate tasks s. It is often useful to deactivate part of the model when working with large models. I can deactivate as many algorithms as I want at the same ...
Simon Iversen's user avatar
0 votes
0 answers
30 views

I have an algorithm that gets 3600x3600 elevation matrix from DTED2 files. I have encountered a problem when processing some of the files. It seems that Data Edition Number value in Data Set ...
Huseyin's user avatar
1 vote
2 answers
168 views

I have a list of 80 locations from an ecological survey in the early 1980s, and they are referenced by sheet number followed by 6 figure grid reference. The sheet numbers are of the Irish Ordnance ...
RobinLew's user avatar
0 votes
1 answer
129 views

I'm creating an app to track the location of buses in my city. My goal is to show in the app how long it will take for the next bus to arrive at a selected stop. Each bus follows a specific route, ...
elmandaloriano55's user avatar
0 votes
1 answer
52 views

I don't understand why algorithm r.stats doesn't give me result in the sidepanel (show result); the error is 'impossible open the file' What can I do to solve the problem? I show you: Versione di QGIS:...
Nicolo Cappelletti's user avatar
1 vote
0 answers
70 views

I made a model that generates multiple layers Among other entries, a style file is required as input that I use to set one of the output layer. I would like to use a folder input and to set multiple ...
Biorix's user avatar
  • 31
3 votes
0 answers
164 views

I am thinking to answer the question here: Label placement with callouts in QGIS. I want to implement a kind of algorithm in python that will create 2 different columns [X and Y] that will be the ...
eagleadmiral's user avatar
0 votes
1 answer
156 views

I have a line string and two points with me. I need to understand how to calculate the distance between two points along the provided line string. Also, note that in some cases, the provided points ...
Chamika Kasun's user avatar
0 votes
1 answer
230 views

I'm encountering a persistent issue in my QGIS environment where Processing Algorithms fail to run after the second execution, consistently showing an "Algorithm not found" error. This ...
Simon's user avatar
  • 89
0 votes
0 answers
155 views

I am using a chlorophyll-a algorithm to retrieve chlorophyll-a and turbidity concentrations using different algorithms for a lake using Sentinel 2A (S2_SR). How can I determine the output ...
Jas Singh's user avatar
0 votes
0 answers
63 views

I want to extract features by expression in a graphical model in QGIS. I want to use the overlay_touches() function to extract features that touch those of another layer. I manage to do this "...
winnewoerp's user avatar
  • 1,759
1 vote
1 answer
69 views

I am working on a project where I have to count the number of lines passing near a point. I plan to generate a radius around each point, since the lines do not cross the point, but pass close to it, ...
h3rmit_purp1e's user avatar
1 vote
0 answers
32 views

I'm new to ArcGIS. Can someone tell me why my ENDISI always equal to 1? My algorithms: ("band02.tif" - 16170.19 * (("band06.tif" / "band07.tif") + "mndwi.tif" ^ ...
Duy's user avatar
  • 11
7 votes
3 answers
2k views

I am new to the world of Geospatial Analysis! I am interested in learning about Clustering Algorithms that can be used for Geospatial Data. For instance, suppose I have: A shapefile for all ZIP Codes ...
stats_noob's user avatar
4 votes
3 answers
161 views

I want to draw all areas that are far enough away from any single point of a layer, in this case they are Openstreetmap building=yes tags and I want to calculate the areas that are completely clear of ...
stefcud's user avatar
  • 396
1 vote
1 answer
446 views

I want to identify neighbors based on queen or rook contiguities in a programming language that does not have the feature yet. I know that tools like spdep, pysal, geoda, and ArcGIS all implement this,...
thus__'s user avatar
  • 189
1 vote
0 answers
261 views

Now I have a polygon with arc like this: I need to check if this polygon contains arc or not. How can I do that using geometry? Clarification about the reason why: I need to know how to detect in &...
Mahmoud Adel's user avatar
0 votes
0 answers
2k views

I use a Python plugin which is working great on my computer. But on another one, I get an error at the execution of an algorithm from processing package in PyQGIS: ## Report Details **Python Stack ...
dmjf08's user avatar
  • 1,343
0 votes
0 answers
65 views

I have the following list of parameters for a given radar: Latitude Longitude Coverage lateral Coverage horizontal Max Range Power Emitted I would like to convert these parameters to some type of ...
lolololol ol's user avatar
0 votes
0 answers
51 views

I am writing a script to run in QGIS and one thing I am trying to do is to merge a row of layers and their attributes. So if one layer is overlapping with another there should be created a new object ...
Anni98's user avatar
  • 107
2 votes
1 answer
186 views

Given a tile (the cropped base map in the left) and polylines (red lines), is there any tool/workflow in QGIS to convert them into masks in the right?
Jason's user avatar
  • 55
4 votes
2 answers
1k views

I have a list of straight roads segmented which has a unique "ID". I would like to detect connected lines in the road network and make them in the same direction instead of reversing them ...
Koray_Ozdogu's user avatar
3 votes
0 answers
57 views

In QGIS, many algorithms and tools return multipart geometries. For further processing, a conversion Multipart to singleparts is necessary. This is a bit cumbersome. To make just one example: when ...
Babel's user avatar
  • 80.4k

1
2 3 4 5
12