IDEA
|
I understand the difference between the different metadata, as you explained. I was looking for a simpler way to direcly access the metadata for editing. The Link from layer properties source to catalog view suggestion is a very good solution to my suggestion, I have up voted that suggestion. Thank you for reaching out.
... View more
05-29-2024
04:16 AM
|
0
|
0
|
685
|
IDEA
|
Similar to my request but this is a more elegant solution.
... View more
05-29-2024
04:14 AM
|
0
|
0
|
965
|
IDEA
|
When you right click on a feature name in the Contents Pane and select View Metadata you generally are not seeing the metadata actually associated with that feature. It would be nice to eliminate the View Metadata and Edit Metadata from the right click in the Contents Pane and force users to reach the View Metadata from the Catalog Pane or directly from the Catalog View.
... View more
05-08-2024
09:43 AM
|
2
|
3
|
779
|
POST
|
I have a survey with a series of 10 questions, each question has 2 choices. The choices are specific to the question, but are related in a fashion - 1 response is related to group 1 the other related to group 2. I need to tally the number of responses that relate to each group and display the values (i.e., group 1 = 4, group 2 = 6). Any help would be most appreciated.
... View more
09-05-2019
01:42 PM
|
0
|
1
|
508
|
POST
|
I finally got the contour tool to finally work - everything drew. Wound up creating the index lines manually. The contour with barrier never did draw above a certain point, and even those final lines were incomplete on close inspection. Not sure what was happening on these 4 DEMs, all the others worked just fine. Thanks for the response
... View more
07-27-2019
02:27 PM
|
0
|
0
|
1163
|
POST
|
It happens both with the straight contour or the contour with barrier. Funny thing, if I just generate contours using metric units (the DEMs are metric), everything draws. But when I use a z conversion of 3.2808 the lines stop drawing at a certain elevation, repeatedly.
... View more
07-26-2019
09:56 AM
|
0
|
2
|
1163
|
POST
|
I am attempting to create contour lines from a Lidar produced DEM. The tool successfully runs in both ArcMap 10.5.1 and Arc Pro 2.4, but fails to create contours above a certain elevation. The DEM has data in the areas without contour lines, but they fail to generate. This occurs with both 3D Analyst Tools as well as the Spatial Analyst Tools. Any ideas on what is going on?
... View more
07-26-2019
08:21 AM
|
0
|
4
|
1257
|
POST
|
I'm trying to get a script to reset the paths of data sources from an archive path to a current path. However, the script is only changing one of the paths and not all of the paths. Here is my code: import arcpy, os arcpy.AddMessage("\n\n" + "Re-source MXDs was developed by Carl Beyerhelm, modified by Steve Kovach" + "\n") mxdFolder = arcpy.GetParameterAsText(0) ## The project MXD folder oldFolder = arcpy.GetParameterAsText(1) ## The archived data folder path newFolder = arcpy.GetParameterAsText(2) ## The current data folder path arcpy.env.workspace = mxdFolder mxdList = arcpy.ListFiles("*.mxd") ## Get a list of the MXDs for mxd in mxdList: ## For each MXD arcpy.AddMessage("\n" + "Re-sourcing " + mxd + "...") mapDoc = arcpy.mapping.MapDocument(os.path.join(mxdFolder, mxd)) ## Get the mapDoc object mapDoc.findAndReplaceWorkspacePaths(r"oldFolder", r"newFolder", True) ## Replace the obsolete path with the new path mapDoc.save() ## Save the updated MXD del mapDoc ## Release the mapDoc object arcpy.AddMessage("\n\n" + "OK, done!" + "\n\n") Any ideas where I'm going wrong?
... View more
07-16-2019
02:58 PM
|
0
|
5
|
1079
|
Title | Kudos | Posted |
---|---|---|
2 | 05-08-2024 09:43 AM |
Online Status |
Offline
|
Date Last Visited |
10-06-2024
07:25 PM
|