Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
49 views

I am currently trying to create a python toolbox (atbx) in ArcGIS Pro (3.5) to compute a profile of mosaic dataset values. The tool takes a mosaic dataset and a line feature as inputs. The output is a ...
theonewhodidnotknow's user avatar
0 votes
0 answers
43 views

I want to have dynamic symbology by manually assigning values for class breaks: ≤ min min - max > max I've come up with the function below, the issue is that it does not create the number of ...
jamesbondo's user avatar
0 votes
0 answers
36 views

I've just installed ArcGIS Pro 3.5 on my Windows PC. I would like to use the arcpy Python library in R via the reticulate package, as I have done this successfully in the past. For the sake of getting ...
hendra's user avatar
  • 720
0 votes
0 answers
29 views

I have a polygon layer with 10 features with unique IDs. I want to color them deterministically based on this unique ID values field and store the RGB values of their colors, like in a dictionary. ...
Ben Hendel's user avatar
-1 votes
1 answer
134 views

In the following code I meant to select rows from a table of cities named fc where the COUNTY='Socorro County' and ORDERED BY NAME: fc="cities_copy" where_selection=""""...
NBC's user avatar
  • 59
0 votes
0 answers
292 views

I am using reticulate package in R. I am trying to import arcpy using py_run_string (Python 3.9 version). Same code is working on my desktop. What can be the reason it is not working in my laptop? ...
It's lighthouse's user avatar
0 votes
1 answer
84 views

I need to automate the configuration of properties for a large number of Feature Layers that are based on queries of a base Filegeodatabase in ArcPro version 2.8.8. The first part of the process has ...
B Ward's user avatar
  • 59
0 votes
1 answer
57 views

I'm assigning an incremental rank based on a value, but need to assign the same rank to duplicate values and maintain the overall sequence. Instead of this: Value Rank 400 1 500 2 175 3 250 4 120 5 ...
map cowboy's user avatar
0 votes
1 answer
306 views

I'm pretty new in ArcGIS and Arcpy, but experienced in Python. At the moment, I am working on an existing Python-Code in VS Studio (not my Code). I have some trouble understanding ArcPy's ...
Clemens Borkenhagen's user avatar
0 votes
1 answer
38 views

I have created code that averages the yearly data and creates a list of lists, like so: [['1988', 0.09680851063829785, 1.2444680851063827], ['1989', 0.2046808510638298, 1.0231914893617025]] I want to ...
Ashlee's user avatar
  • 1
0 votes
1 answer
23 views

So I'm trying to code a population density map for the state of Alabama using arcpy, and I have an output .tif file that shows the population density, the only issue is that it's in grayscale and I ...
Ethan Ebbert's user avatar
0 votes
0 answers
84 views

Fill Missing Values Tool runs perfectly fine in ArcPro, but when attempting to do the same in Python using arcpy module, it returns an error. The error message indicates a problem within the internal ...
Sabina Bhandari's user avatar
0 votes
0 answers
40 views

I am more familiar with R, and I haven't written scripts for a couple years due to a job change so any help would be greatly appreciated. I have the following script that will list the feature ...
Chase Freeman's user avatar
0 votes
1 answer
316 views

I'm trying to reclassify a feature class using arcpy, but the Python functionality for the Reclassify tool doesn't appear to be the same as the Dialog functionality.  The tool dialog gives you the ...
Luis's user avatar
  • 51
0 votes
2 answers
488 views

In ArcGIS Pro I want to automate some tests on rasters, either stored in .gdb- or .tiff-files. One of the tests requires checking the Pixel Type and Pixel Depth of the raster (has to be floating point ...
Ben's user avatar
  • 3
0 votes
0 answers
56 views

I want to calculate the OD Cost Matrix in ArcMap 10.3.1 using the arcpy package. When running the arcpy.Solve_na, the Python console prints a lot of warning messages. After a while, ArcMap crashes, ...
Chen's user avatar
  • 66
2 votes
1 answer
363 views

I am new to using vscode with python.exe for arcgispro. My interpreter is set to the arcgispro-py3-env\python.exe. I would like to be able to run python code within vscode but I am running into some ...
katie burford's user avatar
0 votes
1 answer
288 views

import arcpy arcpy.env.workspace = r"E:\Reserach\Dengu\Python" arcpy.env.overwriteOutput = True input_thana_shapefile = r"E:\Reserach\Dengu\New GIS Data\Dhaka_Thana.shp" ...
Abhijit Biswas's user avatar
-1 votes
1 answer
204 views

I'm trying to write a script where users can build the feature class name that aligns with our standards by selecting values. everything else in this script seems to work fine (you can print layername ...
Tanner's user avatar
  • 1
0 votes
1 answer
617 views

I am working on a project where we have a line feature layer with empty fields that will be filled via data collectors using Arcgis Field Maps. The symbology just shows a black line for all the ...
Tyler Crowther's user avatar
0 votes
3 answers
1k views

I used an Python (2.7) ArcMap script for years and now I am trying to convert it to use with ArcPro (Python 3). I have converted half of my ArcMap script to ArcPro (with Visual Studio) but am stuck on ...
Bonneroo's user avatar
0 votes
1 answer
157 views

I have a file geodatabase in ArcGIS with a list of parking transactions that include start and end time, and a zone. I want to calculate a field in each row that gives the occupancy in that ...
Arthur's user avatar
  • 1
0 votes
1 answer
330 views

Is there a way to code in arcpy Vary symbology by attribute and the Size option. I have a field in a point file that has values for the size, which can be done manually in the Symbology tab, but I ...
TMull's user avatar
  • 1
0 votes
1 answer
263 views

I've created a script tool in ArcGIS Pro that asks the user to select a csv file, and then reads that csv file into a pandas DataFrame and performs some calculations. I'd like to be able to export a ...
Luis's user avatar
  • 51
0 votes
1 answer
582 views

Currently trying to create a Select by Attributes tool. However, I can not get my "Field Value" parameter to have a drop down menu where I can select the values within the field. I have ...
Kay Ram's user avatar
  • 13

1
2 3 4 5
16