Package noaa.coastwatch.tools


package noaa.coastwatch.tools

Provides command line tools to perform earth data processing.

  • Classes
    Class
    Description
    The analysis tool allows user to view, survey, and save datasets.
    The CleanupHook class may be used by programs to clean up resources after the Java VM has exited.
    The angles tool computes earth location and solar angles for an earth data file.
    The autonavigation tool automatically determines a navigation correction based on earth image data.
    The composite tool combines a time series of earth data.
    The coverage tool creates an earth data coverage map.
    Deprecated.
    The download tool no longer has any valid servers that it works with.
    The export tool translates earth data into external file formats.
    The graphics tool creates earth data annotation graphics.
    The import tool translates earth data into CoastWatch HDF format.
    The information utility dumps earth data information in a display-friendly format.
    The master utility creates map projection master datasets.
    The math tool combines earth data using a mathematical expression.
    The navigation tool adds navigation corrections to 2D variables in an earth data file.
    The registration tool resamples gridded earth data to a master projection.
    The new registration tool resamples gridded earth data to a master projection using a revised set of high accuracy algorithms.
    The render tool performs earth data visualization.
    The sampling tool extracts data values at specified earth locations.
    The script tool runs a shell script written in BeanShell syntax.
    The statistics utility calculates a number of statistics for each variable in an earth data file.
    Deprecated.
    The status tool no longer has any valid servers that it works with.
    The true color correction tool corrects top-of-atmosphere true color reflectance data.
    The tools utility lists all the CoastWatch Utilities tools and their function.
    The cwtoolstest program goes through every command line tool and tests the options.
    The attribute tool reads and writes HDF file attributes.
    The LoggingConfig class sets up the default logging configuration used by the command line tools.
    The Preferences class handles preferences set by the user for CoastWatch tool operations.
    The ResourceManager class stores and retrieves user-specific resources related to configuration settings, palettes, overlays, and so on.
    The tool services class defines various static methods relating to the CoastWatch tools.
    The UsageInfo class holds information about how to call a command line tool: its main function, options, and parameters.