POST
|
Desktop Advanced includes spatial statistics. Renamed Normal.mxt No resolution. Ran Repair Installation No resolution. Uninstalled Anaconda x64 and now the Spatial Statistics Tools work again. I don't know why this worked. I guess it might have to do with Python 2.7 which is used by 10.4.1.
... View more
09-20-2020
08:19 PM
|
0
|
0
|
787
|
POST
|
I have a esri home use license. It is ArcGIS Advanced, so I thought I should be able to use the tool. I am using ArcGIS 10.4.1 Desktop. I am trying to run spatial statistics tools and the input field has a "X" and the tool does not run. Screen Grab Attached. Any ideas on why I would receive this message.
... View more
09-20-2020
12:15 AM
|
0
|
2
|
850
|
POST
|
Hello. I have a desktop install of ArcGIS 10.4. I would like to run Data Reviewer, but I only have access to Data Reviewer 10.2. Can I run Data Reviewer 10.2 with a desktop installation of ArcGIS 10.2? Thanks.
... View more
02-12-2018
11:02 AM
|
0
|
2
|
817
|
POST
|
Thanks Josh. I didn't understand how to make a list out of the rows in my csv. Small gap in understanding on my end and I figured it out by experimenting. I spent some extra time working through examples using the DA cursor and was able to get everything working. Thanks.
... View more
07-11-2017
05:27 PM
|
1
|
0
|
1967
|
POST
|
Hey everyone. Sorry to spark controversy. Just looking for a few examples not a complete script rewrite. I figured out the answer myself this morning around 1:00AM. I could have maybe asked a different way and been more clear. I ended up creating a tuple of values in a list, made a cursor with the matching fields in an existing feature class. I iterated through the list I made and inserted the row. Ran into an issue with the SHAPE@XY, I needed to use SHAPE@X, SHAPE@Y. I didn't understand that I could just make a list out of the row values in the csv. Once I realized this I was able to make progress. This is basically what I came up with to get the job done. Thanks to those that were constructive. rowValues = row[pointNum], row[elevation], row[featureType], csvFileName, float(row[lat]), float(row[lon]) list.append(rowValues) cursor = arcpy.da.InsertCursor(fc,["PointNumber","Elevation","FeatureType", "FileName","SHAPE@Y", "SHAPE@X"]) for row in list: cursor.insertRow(row)
... View more
07-11-2017
04:45 PM
|
3
|
0
|
1967
|
POST
|
Are there any good examples showing how to create point geometry using arcpy.da.InsertCursor from a CSV File. All the examples I find start with a list and not a file. I attached the script I wrote using the old InsertCursor method. I read da.InsertCursor is the better way to write geometry and I can't figure it out. Thanks for the suggestions. I figured it out. I posted response. I just needed make a list out of the csv rows to pass to my insert cursor.
... View more
07-10-2017
09:16 PM
|
0
|
7
|
3270
|
POST
|
I was recently hired to work in a company that uses ArcGIS 9.3.1 with ArcFM through Citrix. When I minimize an attribute table it dissapears - or so it seems. I can open the attribute table again normally, use Cntrl+C, or add the open talbes command to my toolbar to work around the dissapearing table. I would rather see the table minimize as it should and be placed in the lower left corner of my ArcGIS Desktop session. Has anyone else had this issue working in Citrix. Our administrator says it is normal when working through Citrix.
... View more
09-04-2012
08:04 AM
|
0
|
1
|
3445
|
POST
|
Same issue here. I have 9000 records to iterate through-If I only had arcgis 10. I am looking for a way to work around the 50 row limit with VBA...wish I were a better programmer. Is there any advice using VBA.
... View more
05-12-2012
09:46 PM
|
0
|
0
|
764
|
POST
|
I may have simalar issue. I have ArcView 9.3.1 SP2 installed. I have received file geodatabases from a contractor and I cannot open them with ArcView or ArcCatalog - I receive the message "Failed to connect to database." with any action I take. I have looked at the geodatabase in windows explorer and there are files within them. I am at a loss. Could it be a compatability issue?
... View more
04-18-2011
12:09 PM
|
0
|
0
|
1408
|
POST
|
I don't do a whole lot of raster analysis...I would like to calculate the distance from one point for each cell in my raster. I know I can do this in vector format using Near or Using Hawths Tools, but I am not sure if it can be done in Raster. I am not trying to to a cost analysis or anythng, I just want a raster that shows how far each cell is from a point. Any Ideas?
... View more
07-09-2010
10:41 PM
|
0
|
1
|
854
|
Title | Kudos | Posted |
---|---|---|
1 | 07-11-2017 05:27 PM | |
3 | 07-11-2017 04:45 PM |
Online Status |
Offline
|
Date Last Visited |
02-25-2022
04:04 PM
|