DOC
|
Thanks for your comment, and sorry I haven't replied sooner. I'm not sure what the issue is - I would have to investigate. Unfortunately it's not a priority for me in my current job, but I will try to look into this when I get a chance...
... View more
10-11-2019
01:10 PM
|
0
|
0
|
329
|
POST
|
In ArcGIS Desktop 10.2, I used arcpy code in the Python interpreter to run the arcpy.JoinField_management tool, to join 2 fields from another table. For no apparent reason, the tool failed with the error "General Function Failure." But this is the really weird part: Exactly as that happened, I was watching the attribute table of the target feature class which I had open, and I saw all the records vanish! Suddenly ArcMap was no longer able to draw that layer. I still see the feature class in the catalog, but I can't add it to a new map, view its properties, or do anything with it now. When I try to add it to a new map, I get "error opening feature class." This is mind boggling. I tried closing and restarting ArcMap, but that didn't help. Anyone know why this would happen or how to get my data back? I may just have to look for a backup version of the data...
... View more
11-19-2018
12:44 PM
|
0
|
5
|
323
|
POST
|
Well, I opened the map again later on, after shutting everything down and restarting, and the panning worked as expected. Not sure why it wasn't working before, but oh well...
... View more
10-31-2018
11:25 AM
|
0
|
0
|
301
|
POST
|
OK, then I'm thinking that if the attribute I need from the lines is carried over to the points and then to the polygons that are generated from the points...then I will be able to dissolve the Thiessen polygons by that attribute and that will give me the result I need. This would be nice if it works... Thanks!
... View more
10-25-2018
07:11 AM
|
0
|
0
|
61
|
POST
|
I'm considering trying this technique. But I'm wondering this... I want to create one polygon for each group of lines that share an attribute. When I convert the lines to points, I'll end up with multiple points that represent each line...and I'm thinking I should dissolve those points into multi-part point features based on the attribute I'm interested in. But the Create Thiessen Polygons tool creates one polygon for each input point...so how does it handle multi-part point features? I don't see this addressed on the help page for the tool. Does it create one polygon for each point within a multi-part feature, or create one polygon for the entire multi-part feature? I suppose I could try it and find out, but that may take a while since I have a large data set.
... View more
10-24-2018
01:18 PM
|
0
|
2
|
61
|
POST
|
Is it possible to pan by holding down the mouse wheel in ArcGIS Pro? I was able to do this in ArcMap with the same mouse I'm using now, but I can't in Pro. Is there a setting I can change to enable this?
... View more
10-22-2018
04:03 PM
|
0
|
4
|
1749
|
POST
|
I encountered the same issue. I realized that when I first tried to use the Quick Import tool, I had not checked the box to enable the Data Interoperability extension. So I enabled the extension and ran the tool again, and there were only 2 or 3 additional file types that appeared in the list, but json was not one of them. I'm still puzzled.
... View more
07-02-2018
07:15 AM
|
0
|
0
|
10
|
POST
|
I have the same issue as the OP. I first tried using the json to features tool you mentioned above ^ but I got an error. As far as I can tell this is because the tool " Converts feature collections in an Esri JSON ( .json ) file or GeoJSON ( .geojson ) file to a feature class;" however, the file I have is not an Esri JSON or GeoJSON, it's just a .json.
... View more
07-02-2018
06:39 AM
|
0
|
0
|
10
|
DOC
|
ArcGIS custom toolbox which uses a python script, for updating a mass amount of field aliases at once, using a list of field names and corresponding aliases input by user. Let’s say you have an ArcGIS feature class or table with a bunch of cryptic, abbreviated field names, and you want to add aliases to make them easier to understand. Let’s say you also have a list of field names and corresponding aliases that you have prepared in Excel or whatever. All you need to do is save that list as a CSV file with the field names in the first column and aliases in the second column. Then run this tool. The only inputs required are the feature class and the CSV file. The script uses the arcpy and csv packages. It first reads the CSV file and parses it into a python list where each item in the list is a list containing a field name and alias value. Then it iterates through that list, running an arcpy command that attempts to update the alias for each field name in the list. As the tool is running, it will display a message for each field that gets an updated alias. If a field name from your list does not exist in the feature class, the tool will display a message telling you that and move on to the next one. It should take just a few seconds per field to run. I ran this tool successfully with ArcGIS Desktop 10.5. I believe it could also be tweaked to work on a shapefile instead of a feature class. It’s really a pretty simple script, and I’m probably not the first person to come up with something like this, but I couldn’t find a solution searching elsewhere. Please let me know or suggest changes if it doesn’t work for you.
... View more
06-04-2018
09:41 AM
|
5
|
12
|
1350
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|