| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 14 at 13:05 | |
| stats | profile views | 98 |
Renee Cammarere has served the IEEE as the Co-chair for the Aerospace and Electronics Systems Society, at which time she hosted several technical luncheons in the Rome, NY area. Before that, she was a member of the EMC Society, has served as secretary, and is now serving as the Treasurer for the Mohawk Valley Section of the IEEE since 2008.
She received her B.S. in Computer Science at SUNY IT in June of 2005, and is presently employed with the Connecticut Operations for Technology Service Corporation working out of her home in upstate New York with her husband, Mark. She has contributed to technical efforts involving the modification and updating of radar modeling software, radar coverage analysis, and development of logistical sites planning tools.
She previously worked for ANDRO Computational Solutions where she had been involved in efforts for the Government to perform research and development of autonomous, multi-sensor image registration algorithms and techniques as well as research and development of multi-sensor, data fusion techniques for ballistic missile tracking and discrimination of targets.
|
May 8 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code One more question. How would I run a tool that has no parameters (the inputs and output are hard-coded into the model). The following code gives an error. Evidently, it needs parameters as input to the execute function. string geoObjectPath = ConfigurationManager.AppSettings["EsriRuntimeGeoProcessorObject"]; Geoprocessor gp = new Geoprocessor(_localGPService.UrlGeoprocessingService + geoObjectPath); gp.Execute(null); |
|
May 8 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code I will be taking a different approach to what I am trying to accomplish now. Kirk, thanks for your help. |
|
May 6 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code No, it just returns the error "Error HRESULT E_FAIL has been returned from a call to a COM component." |
|
May 6 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code parameters.Add(@"C:\ArcGISForDefense\Intelligence\MilitaryAspectsOfTerrainTemplate\Maps\OperationGDB.gdb\BrigadeAOI"); parameters.Add(@"C:\ArcGISForDefense\Intelligence\Operational_Environment\Data\MAoT\MAoT.gdb\CombinedVegetationCoverage"); parameters.Add(@"C:\ArcGISForDefense\Intelligence\MilitaryAspectsOfTerrainTemplate\Maps\OperationGDB.gdb\CoverAreas"); |
|
May 6 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code When I run the tool from ArcMap, a GUI comes up that accepts as inputs the BrigadeAOI and CombinedVegetationCoverage layers, and indicates as output the CoverAreas layer. Is there a certain order in which I should be populating the parameter array? This is the way that I populate the parameters object . . . |
|
May 6 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code Unfortunately, I got the same error message when it hit the last line of the InvokeTool method. I also tried putting it inside a Try-Catch, but didn't get any descriptive error. Just "COMException". |
|
May 6 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code Thanks so much for this code. I'm still working on it. |
|
May 3 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code I downloaded and installed Military Analyst, but it didn't make any difference. Thanks. |
|
May 3 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code Military Analyst is not one of the choices when I select Customize and Extensions. To get back to a previous question, in the code I am referring to the name of the toolbox and the name of the tool, but not the name of the Toolset that the tool is in. Do I need to indicate that somewhere in the code? |
|
May 2 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code Unfortunately, it was not the licensing that was the problem. Thanks for your help. I'll keep at it. |
|
May 2 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code I wasn't able to find that template. It wasn't part of my "installed templates". |
|
May 2 |
comment |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code @KirkKuykendall Version 10.1 |
|
May 1 |
revised |
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code added 1445 characters in body |
|
May 1 |
asked | Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code |
|
May 1 |
accepted | Geometry Conversion Problem |
|
Apr 30 |
accepted | Need to create an XAML GUI to reference a local map (not on the MapServer site) that I'm using in ArcMap |
|
Apr 7 |
awarded | Yearling |
|
Mar 7 |
answered | Using the model builder in ArcGIS, how do I iterate through rasters in a model? |
|
Mar 7 |
asked | Using the model builder in ArcGIS, how do I iterate through rasters in a model? |
|
Mar 7 |
comment |
Need to create an XAML GUI to reference a local map (not on the MapServer site) that I'm using in ArcMap I cannot vote for my own answer. Thanks. |