Tagged Questions
6
votes
1answer
222 views
Why can't I access a table in a personal geodatabase (.mdb) with arcpy after installing 64-bit geoprocessing?
I wrote and ran a simple script last year - it cycled through some line features, buffered them and then intersected with some other lines - it all worked fine.
I'm now trying to tweak the file to ...
4
votes
1answer
141 views
Is it possible to run an arcpy execute SQL method without connecting to any database or server?
I want to simply process a layer by writing a tool script in a toolbox without having to connect any database, so I think I may have to set up a workspace environment in ArcMap, but I'm not sure if I ...
6
votes
3answers
240 views
Insert points into SQL Server?
I am collecting X and Y values from a web service (Twitter) via a python script. In the long run, this will run over a period of months and I intend on stopping at around the 6 million point mark.
...
3
votes
1answer
688 views
How to clip/export multiple selected vector layers in a map to extent of another raster/vector layer in ArcGIS?
Is there a way to clip/export selected vector layers (more than one) in a map to the extent of another raster/vector layer at a time?? in Arcgis or any other software.
I am using Arcgis10. I am ...
3
votes
2answers
494 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
...