Questions tagged [arcgis-10.3]
Use this tag when ArcGIS 10.3 is the version you are using from the ArcGIS platform.
1,724 questions
0 votes
0 answers
45 views
10.3 SDE/Enterprise Geodatabase MS SQL missing expiry code in AUTH_key trying to Upgrade to 10.8
I am trying to upgrade a 10.3.1 Enterprise Geodatabase to 10.8. I come across a potential problem. I checked the SDE_server_config table to view AUTH_KEY and it says: arcsdeserver,101,ecp#,none,... ...
1 vote
0 answers
113 views
Converting labels in line shapefile to annotation using ArcPy with ArcMap
I need to convert labels on multiple shapefiles containing streets, to annotations. I browsed for some time and almost every post refers to Tiled Labels To Annotation (Cartography) function (...
0 votes
1 answer
84 views
Returning existing field words using ArcGIS field calculator
I need to write a script. The image below shows the data that I am working with. I would like to add the data from the field Frost_Corr for the remaining fields in SubTrp_Cor. For example where it ...
0 votes
1 answer
45 views
Selecting records having special char record
I am trying to select all records which have special char (I'm not mention any specific special char) Like below: ADDRESS_N LIKE '%Ö%' or ADDRESS_N LIKE '%Ü%' or ADDRESS_N LIKE '%ß%' or ADDRESS_N ...
1 vote
1 answer
105 views
Find crossing lines and count also
I have two line feature classes. One road line (long line) and second is hookline i.e entry point to house (short line). Reference screen shot In the above screen shot I have three shapefiles Road ...
0 votes
0 answers
207 views
Add new spatial reference to ArcGIS with WKT
I'm working with a layer on ArcMap with a spatial reference that is not included in ArcMap. How can I create and add the spatial reference because I already know its WKT? I use ArcMap 10.3
2 votes
1 answer
290 views
Creating a selection set from selected features using select by location
I am trying to convert my VBA code to vb.net. I use “Select by location” to select all the points that intersect lines. Then I want to click a button to put the points into a selection set. Then I can ...
1 vote
1 answer
135 views
Left to right labels disappearing in ArcMap
I try to write this word 'אזוה"ת' (Left to right label) with the value from field "nam" in the Label Expression with no success (the label expression dissapear): u'אזוה"ת ' + [nam] ...
1 vote
1 answer
70 views
Selecting basins with discharge direction to East using ArcMap 10.3
I have watersheds shapefile created, some discharge their water to the east, others to the west. Is there is a way to automatically select the ones that discharges to the East using ArcMap 10.3?
0 votes
1 answer
163 views
Copy/Paste image Element in ArcPy 10.3
I seeking a way to copy/paste an image in the layout with python code. I saw this documentation: https://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/pictureelement-class.htm but didn't ...
0 votes
1 answer
1k views
Implementing ArcPy codeblocks
I have tried examples from the GIS support website and many more, but I cannot figure out how to get a codeblock for a field calculation to work within ArcPy. Part of my code is underneath, it is a ...
-1 votes
2 answers
101 views
Cannot figure out what is wrong with my code [closed]
I am trying to create a code that will make a new version of a feature class and then geoprocesses some stuff per feature layer. However something in my code is going wrong and I can't figure out for ...
1 vote
1 answer
301 views
saveACopy in ArcPy, failed to save document
I have a script that saves a copy of the current .mxd to a location given to the script by a user. However I keep getting an error that says it failed to save the document. I have writing rights in ...
2 votes
1 answer
496 views
Listlayers, but exclude group names/feature dataset names with Arcpy
I am looking for a way to loop through all the feature classes (feature layers) within a mxd, to then use some geoprocessing tools on them. Before I run these geoproccesses, the script needs to change ...
1 vote
0 answers
94 views
Unable to perform join raster-table ArcGIS 10.3
I am trying to replicate some results from a publication. There, one of the datasets they use is WISE30sec map (available for download here: https://www.isric.org/explore/wise-databases). My problem ...