Tagged Questions
3
votes
2answers
91 views
ArcGIS Calling Wrong fme.exe When Python Script Converted To An ArcGIS Script Tool
I'm using this this bit of code to execute a FME Workbench file through a Python script ...
import os
os.system("fme.exe P:\\Mapping\\Scripts\\FME\\Easements_ROW_Extract_From_CAD.fmw")
However, ...
0
votes
1answer
75 views
How to show script tool dialog from a button in ArcMap 9.3.1?
Thanks to Jason I was able to properly set up the parameters of a script tool.
I would like to get the same dialog box from the script tool to appear when used from a button in ArcMap.
I know how to ...
1
vote
1answer
171 views
Setting Script Tool Parameters Using Python and ArcGIS 9.3.1
Can't quite figure this out and i'm sure it's a simple fix. I have a script that utilizes the AGSSOM tool. It first stops all published services, allows for databases to be tidied up by ...
4
votes
3answers
2k views
Python: Combine multiple Shapefiles
i have got a lot of Point-Shapefiles (r20010101.shp, r20010202.shp, r20020101.shp...).
Each of them has the same amount of points at exactly the same location. In a column that is named after the Date ...
2
votes
1answer
1k views
Using python lookup table to compare records with existing geodatabases
I am trying to use python to look through an access table containing facilities that need to have geodatabases with geodatabases that already exist in order to generate a list of facility geodatabases ...
4
votes
2answers
1k views
How does one build a Python script that exports to several output files?
I'm trying to build a Python Script that will receive one feature layer that will be clipped by several adjacent grid squares (each in a different shapefile) and output several shapefiles.
Now, I've ...
9
votes
7answers
736 views
Are there any “highly customizeable” GIS platforms out there or am I doomed to manual labor?
I'm new to this site which I find useful and refreshing until now.
And to my question ( WARNING: it's a bit long, so you can skip right to the question two paragraphs down).
I was educated in GIS ...