id,summary,owner,type,priority,component,version
137,"""Find"" geoprocessing tools (e.g. ""Find Files"") should have a single output table parameter, not two parameters, output workspace and table name",jjr8,Defect,Medium,Tools - Data Management,0.3
186,Add GSHHS tool for converting river and shoreline databases,jjr8,Task,Medium,Tools - Data Products - GSHHS,
74,Add additional validation to BatchProcessing.GenerateForMethod,jjr8,Task,Medium,Core - Batch Processing,
253,Add cross validation option to Plot ROC and Plot Performance of Binary Classification Model tools,jjr8,Enhancement,Medium,Tools - Statistics,0.5b1
9,Add metadata for GeoEco base modules,jjr8,Task,Medium,Core - Metadata & Types,
254,Add optional weights and offset parameters to Fit GLM tool,jjr8,Enhancement,Medium,Tools - Statistics,0.5b1
369,Add parameter to Evaluate R Statements that gives the user the option of loading tables as SP objects rather than Data Frames,jjr8,Enhancement,Medium,Tools - Statistics,
21,Add support for more reStructuredText primitives for documentation stored in ArcGIS toolbox,jjr8,Task,Medium,Documentation,
49,All classes should use Logger.RaiseException rather than calling Python's raise statement directly,jjr8,Task,Medium,Core - Other,
60,ArcGISRaster.Copy should manually copy metadata in raster's metadata.xml,jjr8,Task,Medium,Tools - Data Management,
86,Batched functions of the File class are missing the refreshArcGISCatalog parameter,jjr8,Defect,Medium,Tools - Data Management,0.2
62,Build system should generate COM Reference documentation,jjr8,Task,Medium,Documentation,
38,"C# calls to COM-exposed methods that return multiple results ([in, out] in IDL) raise E_UNEXPECTED",jjr8,Defect,Medium,Core - COM Interop,0.2
180,Calls to Logger.LogExceptionAsError should usually not report additional error messages,jjr8,Defect,Medium,Core - Other,0.4
68,Cannot set or get Geoprocessor property of GeoEco.GeoprocessorManager COM object,jjr8,Defect,Medium,Core - COM Interop,0.2
58,Contact Information should be added to metadata,jjr8,Task,Medium,Core - Metadata & Types,
319,"Create Fishnet tool progress should say Cells, not Rows",jjr8,Task,Low,Tools - Spatial Analysis,
292,Create Generic OPeNDAP Fetch Tool,jjr8,Task,Medium,Tools - Conversion,
83,"CreateArcGISToolbox.exe should be built with .NET Framework 1.1, not 2.0",jjr8,Task,Medium,Build System,
46,CreateArcGISToolbox.exe should read MinValue and MaxValue and create GPRangeDomainClass,jjr8,Task,Medium,Build System,
69,"DateTimeTypeMetadata should support default values, minValue and maxValue",jjr8,Task,Medium,Core - Metadata & Types,
76,Delete obsolete HTML documentation files from TracOnlineDocumentation,jjr8,Task,Low,Build System,
309,"Eliminate ""chunks"" parameter from Predict Bayesian Probabilities tool",jjr8,Enhancement,Medium,Tools - Statistics,0.6
44,Exceptions raised by classes in GeoEco.Dependencies are not easily localizable,jjr8,Task,Low,Core - Other,
318,"Extent Tool, eg for Parameterizing Fishnet",jjr8,Enhancement,Low,Tools - Spatial Analysis,
293,"Generating Random Pseudo-Absence Data from Extents, Lines, Grids, Etc",jjr8,Task,Medium,Tools - Spatial Analysis,
32,GeoEco type library version number should be automatically assigned,jjr8,Task,Medium,Core - COM Interop,
59,HDF to ArcGIS Raster tool should store HDF attributes in raster's metadata.xml file,jjr8,Task,Medium,Tools - Conversion,
53,Investigate Python 2.5 enhancements to distutils metadata,jjr8,Task,Medium,Setup & Installation,
172,Modify setup.py to automatically enumerate packages in the source tree,jjr8,Enhancement,Medium,Setup & Installation,0.4
48,"Needless ""except Exception, e"" clauses should be removed.",jjr8,Task,Low,Core - Other,
256,Plot ROC tool should report the confidence intervals for the area under the curve (AUC),jjr8,Enhancement,Medium,Tools - Statistics,0.5b1
33,Python exceptions should be translated into COMExceptions when a class is invoked through COM,jjr8,Task,Medium,Core - COM Interop,
70,Re-enable DTD validation for XSL processing done by setup.py,jjr8,Task,Medium,Build System,
85,Review all calls to os.stat and ensure they can handle the returned 64-bit integers,jjr8,Task,Medium,Core - Other,
323,Rewrite the Convert Binary Raster to ArcGIS Raster tool so it doesn't read the entire binary file into memory,jjr8,Enhancement,Medium,Tools - Conversion,
147,"Sample Rasters Listed in Fields tool should have a ""skip missing rasters"" option",jjr8,Enhancement,Medium,Tools - Spatial Analysis,0.4a2
241,Sample Rasters tool should automatically create fields,jjr8,Enhancement,Medium,Tools - Spatial Analysis,0.5a12
77,Setting the geoprocessor's OverwriteOutput property from a Python script does not seem to work,jjr8,Defect,Medium,Core - ArcGIS Interop,0.2
223,Single Output Map Algebra tools should work around ArcGIS 9.1 bug where projection becomes <Undefined>,jjr8,Defect,Medium,Tools - Spatial Analysis,0.4
295,Start a Movement Toolbox,jjr8,Task,Medium,Unknown,
301,Start building MGET for Python 2.6,jjr8,Task,Medium,Build System,
54,Take advantage of Windows-specific options of distutils,jjr8,Task,Medium,Setup & Installation,
78,"The ""Scripting Syntax"" section of the ArcGIS documentation should say ""TRUE"" should be passed for boolean parameters",jjr8,Task,Medium,Core - ArcGIS Interop,
344,The Decompress Files Listed in Table and the Find and Decompress Files tools always fail,jjr8,Defect,Medium,Tools - Data Management,
257,The Fit GAM tool should plot bivariate smooth terms fitted with mgcv using the vis.gam function,jjr8,Enhancement,Medium,Tools - Statistics,0.5b1
149,"The Sample Rasters Listed in Fields tool reports duplicate warning messages: ""A NoData value was sampled for field XYZ, but you did not specify a value that should be used when NoData was sampled...""",jjr8,Defect,Low,Tools - Spatial Analysis,0.4a2
93,The process of checking for existing output ArcGIS rasters during batch processing is slow,jjr8,Defect,Low,Core - Metadata & Types,0.2
231,Tool for Projecting to Optimal Albers,jjr8,Task,Medium,Tools - Data Management,
224,Tools that create ArcGIS rasters in temp directories should extract them to the final destination using ArcGISRaster.CopySilent rather than ArcGISRaster.MoveSilent,jjr8,Enhancement,Low,Tools - Data Management,
282,"Update Date Formatting Help with Python Examples in Functions Like ""Sample Rasters by Field""",jjr8,Enhancement,Low,Documentation,
234,Upgrade gzip DLL to 1.3.5,jjr8,Task,Medium,Core - Other,
35,VBScript can't assign individual array elements of list property exposed through COM,jjr8,Defect,Medium,Core - COM Interop,0.2
291,"With ArcGIS 9.3 installed, when you use COM Automation to invoke an MGET tool that itself invokes ArcGIS, your process will crash when it exits",jjr8,Defect,Medium,Core - ArcGIS Interop,
29,setup.py should fail with a nice error message if two ArcGIS tools have the same name,jjr8,Task,Low,Build System,
4,setup.py should generate list of optional software in InstallationGuide.html,jjr8,Task,Medium,Documentation,
39,"setup.py should include client-side C++ header files in COM directory, not just the IDL and TLB",jjr8,Task,Medium,Core - COM Interop,
314,Add Rename Field Tool,jjr8,Task,Low,Tools - Data Management,
561,Add Utility: Rename Field,jjr8,Enhancement,Low,Tools - Data Management,
560,Add Utility: Table to CSV,jjr8,Enhancement,Low,Tools - Data Management,
98,Add option for masking the terminator in CoastWatch sst images,jjr8,Task,Low,Tools - Data Products - NOAA CoastWatch,
363,Add support for MAJORITY resampling technique to all tools that perform projections,jjr8,Enhancement,Medium,Tools - Data Management,
97,Add support for masking CoastWatch images using cloudx variable,jjr8,Enhancement,Low,Tools - Data Products - NOAA CoastWatch,
219,Implement the GSHHS 1.4 Database to ArcGIS Polylines tool,jjr8,Enhancement,Medium,Tools - Data Products - GSHHS,
228,"Replace Python calls to ""for i in range(len(x))"" to ""for i, v in enumerate(x)""",jjr8,Task,Low,Core - Other,
364,"Sample Rasters Listed in Fields fails with ArcGISError: ... Invocation of Describe(*args=(u'...',)) raised COM Error 0x80020009: ""Exception occurred."".",jjr8,Defect,Medium,Tools - Spatial Analysis,
181,"When a dependency fails for a specific parameter, the error message says ""this function requires ..."". It should say ""the X parameter requires..."".",jjr8,Defect,Medium,Core - Metadata & Types,0.4
12,Figure out how to obtain the ArcGIS version number on non-Windows platforms,jjr8,Task,Low,Core - Other,
