Tagged Questions
3
votes
3answers
133 views
How to convert geometry to WKT using ArcPy?
I would like to be able to convert a single feature (or potentially many features) in an ArcGIS layer into Well Known Text (WKT) format during a geoprocessing operation using Python and ArcPy (no ...
3
votes
3answers
663 views
How to create lines from points pair coordinates with arcpy?
I've got some points pair coordinates (start and end points) which I have to transform into lines. Until now, I used an append of both the coordinates in a pippo.Point(), a pippo.CalculateGeometry() ...
2
votes
3answers
711 views
Convert an .xlsx datasheet with point feature data into a POINT feature class
I am trying to create a script tool to automate this process, eventually it will be used for batch processing but at the moment I can't even get test data to work. This is pretty basic at the moment, ...
1
vote
1answer
230 views
Convert point XY to page units XY using arcpy?
I am using arcpy to export PDFs from my ArcGIS Server application. I want to move a TextElement in my layout view to the centroid of a selected feature. I can get the centroid of the feature, but ...
3
votes
2answers
492 views
How to read MapInfo .tab files in ArcPy?
I want to use arcpy (the ESRI install of python 2.65) to analyse tab files...can this be done directly or do I need to convert them to shp files...if so would it be possible to do something like
...
5
votes
1answer
1k views
In an arcpy script, how do I convert ArcGIS date value to a string reading in mm/dd/yyyy format?
I am writing an arcpy tool script in ArcGIS 10.0. In a fGDB feature class, I have a Date type field. I gather that the values in the Date field are stored as long integer dates, but they display in ...
