
Using pulldata("@layer") function within Survey123 for offline use
Jan 20, 2024 · Is there a way to use the pulldata ("@layer") function in Survey123 for offline use? We have field staff that are manually putting in information based on spatial boundaries are trying to ...
Using Qt6 for minimal QGIS Plugin migration
Jul 1, 2025 · I have used the Minimalist Plugin Skeleton to create some very basic plugins which now need updating to be ready for versions of QGIS using Qt6. I have made some changes so I now use …
Using scale bars in ArcGIS Pro
Jun 4, 2025 · I set the scale in my map view in ArcGIS Pro to 1inch = 150ft, however I can't get the scale bar to show the same thing. Is there a way to get the two to match?
Enabling "Iterate over feature" in QGIS Graphical Modeler
Dec 16, 2024 · There is a function in the QGIS standalone processing tools that I cannot find in the Graphical Modeler: the iterator over features. Here is what I see in the "standalone tool" (i.e. the ...
Using Hyperlink URL in QGIS Attribute table
Sep 16, 2025 · I would like to have the URL from an attribute (in the attribute table) as a 'hotlink' wherein you can click on the URL and it opens the browser with the data. As it is right now, I'm having to ide...
Adding more than one attachment to point layer in ArcGIS Online
Jun 2, 2023 · I have been requested to modify a point layer to allow attachments for photos, and ideally add more than one attachment for photos over time. For example, when revisiting a site the following …
Using Uber H3 hexagon grids in QGIS
Jan 31, 2019 · How can I create a spatial binning similar to or directly using Uber h3 from QGIS UI? Are there plugins available to achieve the desired task?
arcpy - Geographic Information Systems Stack Exchange
Jan 9, 2021 · I'm trying to run the following code to extract different types of climate data for various points: # Import system modules import arcpy from arcpy import env from arcpy.sa import * # Set …
QGIS Aggregate expression Function with GroupBy argument
Nov 20, 2023 · The problem is that this is a small peace from a much bigger problem that i want to automate in a graphical model. That beeing said, it would be beneficial if the solution would be with …
Setting different colors based on value when labeling using QGIS
Nov 11, 2016 · I want to label my values in a specific color. They are all in the same shapefile which makes it complicated. For example: if value is 10, it should appear in blue if value is 15, it should …