Changes between Version 64 and Version 65 of WikiStart

Show
Ignore:
Timestamp:
09/23/07 14:19:51 (6 years ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v64 v65  
    1414 * Many tools have both single-input and multi-input (batch processing) implementations 
    1515 * All tools include full documentation, one version tailored to [http://code.env.duke.edu/projects/mget/browser/MGET/Trunk/PythonPackage/dist/TracOnlineDocumentation/Documentation/PythonReference/PythonReference.html?format=raw Python programmers] and another to [http://code.env.duke.edu/projects/mget/browser/MGET/Trunk/PythonPackage/dist/TracOnlineDocumentation/Documentation/ArcGISReference/ArcGISReference.html?format=raw ArcGIS users] 
    16  * A verbose logging system eases troubleshooting of difficult failures 
     16 * A verbose [wiki:"Configuring MGET logging" logging system] eases troubleshooting of difficult failures 
    1717 * All tools are written to maximize reliability, interoperability and performance 
    1818 * Many tools do not require Windows or ArcGIS; we hope to issue non-Windows releases in the future 
     
    2020== A Simple Example == 
    2121 
    22 Many oceanography products are published in HDF format but ArcGIS still has difficulty reading this format. The ["HDF SDS to ArcGIS Raster tool"] efficiently converts a Scientific Data Set in an HDF file to ArcGIS raster format and performs common post-processing steps. 
     22Many oceanography products are published in HDF format but ArcGIS still has difficulty reading this format. The [wiki:"Converting HDFs to ArcGIS rasters" HDF SDS to ArcGIS Raster tool] efficiently converts a Scientific Data Set in an HDF file to ArcGIS raster format and performs common post-processing steps. 
    2323 
    2424== Project Status ==