python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Arcpy - How to change spatial reference of geometry objects in a spatially enabled dataframe?
I'm using the following code to export data from an arcgis pro feature class into a spatially enabled dataframe. Exported data spatial reference has to be 4326.
out_coordinate_system = arcpy.SpatialRe...
kjack51
Votes: 0
Answers: 1
Trying to put working arcpy.SearchCursor code into a function
I have python code that uses arcpy.SearchCursor to look for unique values in a field (Native_Species, in my case), and put them into a list. Then I use list comprehension to remove None values, sort ...
emer
Votes: 0
Answers: 1
How to covert GDB(geodatabase) to CSV?
I am trying to convert gdb files to csv files. Could anyone please share code how to convert gdb to csv file?
s.ramesh ramesh
Votes: 0
Answers: 1
Python arcpy panToExtent inside of cursor causes Polygon object attribute error
Using python 2.7
I have a polygon feature class with multiple rows that I am iterating through with an update cursor. I am creating custom dataframes based on each row (works) but when I try to get ea...
Cödingers Cat
Votes: 0
Answers: 1