Tagged Questions
4
votes
1answer
141 views
Arcgis: Programmatically export to geotiff in different scales
I am totally new to ArcGis so please bear with me using the wrong terminology.
I would like to programatically export geotiff files in different scales (e.g. 1:25000, 1:50000 etc) using arcgis10.
...
12
votes
5answers
714 views
How can I programmatically get the path of “Python.exe” used by ArcMap
I am working with an add-in of ArcMap in c#. From c# code, i have executed some python scripts. Now, to run those script, I have hard-coded python path. But this is not portable. So, I want to get the ...
2
votes
1answer
342 views
Running C# code from a python tool (ArcMap 10)
It appears that the only way to copy individual rows of data while preserving GlobalIDs in code is by using C# or VB.NET.
I need to run the C# code from the above link within a python tool, and I am ...
5
votes
4answers
1k views
Programmatically edit/update metadata in ArcGIS 10
Has anyone succeeded in programmatically updating metadata in ArcGIS 10? Considering using Python/arcpy but ArcObjects (C# or Python/comtypes) is also a possibility.
I need to update both the FGDC ...
1
vote
1answer
367 views
How to create GRASS scripts in C# in Windows
Most of the tutorials that I have seen are under Python and Linux. Is it Possible to create GRASS scripts in C# or atleast in Windows. I can create scripts using a different language as a compromise ...
4
votes
2answers
568 views
Maturity of Mapserver mapscript C# bindings?
I've been thinking about possibly porting an internal custom GIS application built on top of Python / PyQt / Mapscript / GDAL-OGR / PostGis to C#.
I was wondering about the maturity of the C# ...