Changes between Version 3 and Version 4 of Acknowledgments

Show
Ignore:
Timestamp:
02/17/12 15:37:37 (16 months ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Acknowledgments

    v3 v4  
    1111 * '''Phillip Eby''', '''Bob Ippolito''', and their collaborators for the [http://pypi.python.org/pypi/setuptools setuptools] Python package. Currently MGET just includes a copy of pkg_resources from setuptools because it is required by pydap, but we may use setuptools to package a future release of MGET. 
    1212 
    13  * '''John D'Errico''' for the [http://www.mathworks.com/matlabcentral/fileexchange/4551 inpaint_nans code]. MGET uses inpaint_nans to interpolate missing raster values. 
     13 * '''John D'Errico''' for the [http://www.mathworks.com/matlabcentral/fileexchange/4551 inpaint_nans] code. MGET uses inpaint_nans to interpolate missing raster values. 
    1414 
    15  * '''Gerald Evenden''' and '''Frank Warmerdam''' for the [http://proj.maptools.org/ PROJ4 cartographic projections library]. MGET uses PROJ4 to perform projections and great circle distance calculations. 
     15 * '''Gerald Evenden''' and '''Frank Warmerdam''' for the [http://proj.maptools.org/ PROJ4] cartographic projections library. MGET uses PROJ4 to perform projections and great circle distance calculations. 
     16 
     17 * '''Alessandro Furieri''' for the [https://www.gaia-gis.it/fossil/libspatialite SpatiaLite]. Parts of MGET use !SpatiaLite as an internal relational database format and for spatial processing of vector data. 
    1618 
    1719 * '''Jean-loup Gailly''' and '''Mark Adler''' for the [http://www.gzip.org/ gzip] and [http://www.zlib.net/ zlib] data compression utilities and libraries. 
    1820 
    19  * '''David Goodger''' and his collaborators for the [http://docutils.sourceforge.net/ docutils Python package]. MGET uses docutils to build documentation from reStructuredText embedded in Python code. 
     21 * '''David Goodger''' and his collaborators for the [http://docutils.sourceforge.net/ docutils] Python package. MGET uses docutils to build documentation from reStructuredText embedded in Python code. 
    2022 
    21  * '''André Gosselin''' and his collaborators for the [http://pysclint.sourceforge.net/pyhdf/ pyhdf Python package]. MGET uses pyhdf to read HDF version 4 files. 
     23 * '''André Gosselin''' and his collaborators for the [http://pysclint.sourceforge.net/pyhdf/ pyhdf] Python package. MGET uses pyhdf to read HDF version 4 files. 
    2224 
    2325 * '''Joe Gregorio''' for the [http://code.google.com/p/httplib2/ httplib2] Python package. pydap relies on httplib2. 
    2426 
    25  * '''Mark Hammond''' for the [http://sourceforge.net/projects/pywin32/ pywin32 Python package]. MGET uses pywin32 to expose its classes as COM classes, to invoke other COM classes, to perform various installation tasks, and many other things. 
     27 * '''Mark Hammond''' for the [http://sourceforge.net/projects/pywin32/ pywin32] Python package. MGET uses pywin32 to expose its classes as COM classes, to invoke other COM classes, to perform various installation tasks, and many other things. 
    2628 
    2729 * The developers of the [http://hdf.ncsa.uiuc.edu/ HDF] data format and software libraries. MGET uses these to read geospatial data. 
     
    2931 * '''Stephanie Henson''' for providing MATLAB code illustrating how to identify eddies using the Okubo-Weiss parameter. We implemented our own version of this for MGET's eddy detection tools. 
    3032 
     33 * '''D. Richard Hipp''', '''Dan Kennedy''', '''Joe Mistachkin''', and their collaborators for the [http://www.sqlite.org/ SQLite] library. Parts of MGET use SQLite as an internal relational database engine. 
     34 
    3135 * '''Peter Hollemans''' and his collaborators for the [http://coastwatch.noaa.gov/cwn/cw_software.html CoastWatch Utilities]. All of the MGET tools that work with NOAA !CoastWatch data invoke the !CoastWatch Utilities. 
    3236 
    33  * '''Timothy H. Keitt''', '''Roger Bivand''', '''Edzer Pebesma''', and '''Barry Rowlingson''' for the [http://cran.r-project.org/web/packages/rgdal/index.html rgdal R package]. MGET uses rgdal to invoke GDAL from R code. 
     37 * '''Timothy H. Keitt''', '''Roger Bivand''', '''Edzer Pebesma''', and '''Barry Rowlingson''' for the [http://cran.r-project.org/web/packages/rgdal/index.html rgdal] R package. MGET uses rgdal to invoke GDAL from R code. 
    3438 
    3539 * '''David G. Long''' for providing code to read SIR files. MGET uses this code to process scatterometer data published by the [http://www.mers.byu.edu/ BYU MERS Lab]. 
     
    3741 * '''Paul !McGuire''' and his collaborators for the [http://pyparsing.wikispaces.com/ pyparsing] Python package. MGET uses pyparsing to parse and expressions in SQL where clause format to DiGIR <filter> XML. 
    3842 
    39  * '''Walter Moreira''' and '''Gregory Warnes''' for the [http://rpy.sourceforge.net/ rpy Python package]. MGET uses rpy to invoke R from Python. 
     43 * '''Walter Moreira''' and '''Gregory Warnes''' for the [http://rpy.sourceforge.net/ rpy] Python package. MGET uses rpy to invoke R from Python. 
    4044 
    41  * '''Jari Oksanen''', '''Roeland Kindt''', '''Pierre Legendre''', '''Bob O'Hara''', '''Gavin L. Simpson''', '''Peter Solymos''', '''M. Henry H. Stevens''', and '''Helene Wagner''' for the [http://cran.r-project.org/web/packages/vegan/index.html vegan R package]. MGET uses this package to compute biodiversity statistics. 
     45 * '''Jari Oksanen''', '''Roeland Kindt''', '''Pierre Legendre''', '''Bob O'Hara''', '''Gavin L. Simpson''', '''Peter Solymos''', '''M. Henry H. Stevens''', and '''Helene Wagner''' for the [http://cran.r-project.org/web/packages/vegan/index.html vegan] R package. MGET uses this package to compute biodiversity statistics. 
    4246 
    43  * '''Travis Oliphant''' and his collaborators for the [http://numpy.scipy.org/ numpy Python package]. MGET uses numpy extensively for manipulating data. 
     47 * '''Travis Oliphant''' and his collaborators for the [http://numpy.scipy.org/ numpy] Python package. MGET uses numpy extensively for manipulating data. 
    4448 
    4549 * The developers of the [http://www.unidata.ucar.edu/software/netcdf/ netCDF] data format and software libraries. MGET uses these to read geospatial data. 
    4650 
    47  * The '''[http://www.r-project.org/contributors.html R core development team]''' and their collaborators for the [http://www.r-project.org/ R programming language]. Many parts of MGET rely on R. 
     51 * The '''[http://www.r-project.org/contributors.html R core development team]''' and their collaborators for the [http://www.r-project.org/ R] programming language. Many parts of MGET rely on R. 
    4852 
    49  * '''Tobias Sing''', '''Oliver Sander''', '''Niko Beerenwinkel''', and '''Thomas Lengauer''' for the [http://rocr.bioinf.mpi-sb.mpg.de/ ROCR R package]. MGET uses ROCR to plot the ROC and other performance measures for binary classification models. 
     53 * '''Tobias Sing''', '''Oliver Sander''', '''Niko Beerenwinkel''', and '''Thomas Lengauer''' for the [http://rocr.bioinf.mpi-sb.mpg.de/ ROCR] R package. MGET uses ROCR to plot the ROC and other performance measures for binary classification models. 
    5054 
    5155 * '''David Ullman''', '''Jean-Francois Cayula''', and '''Peter Cornillon''' for providing FORTRAN code illustrating the implementation of the Cayula and Cornillon (1992) single-image edge detection algorithm. We implemented our own version of this algorithm in C++ for use in MGET's SST front detection tools. 
    5256 
    53  * '''Guido van Rossum''' and his '''many collaborators''' for the [http://www.python.org/ Python programming language]. Most of MGET is written in Python. 
     57 * '''Guido van Rossum''' and his '''many collaborators''' for the [http://www.python.org/ Python] programming language. Most of MGET is written in Python. 
    5458 
    5559 * '''Daniel Veillard''' and his collaborators for the [http://xmlsoft.org/ libxml] and [http://xmlsoft.org/XSLT/index.html libxslt] libraries. MGET uses these for various XML processing, including production of HTML documentation from XML produced by docutils, and parsing biogeographic data represented in XML. 
     
    5761 * '''Frank Warmerdam''' and his collaborators for the [http://www.gdal.org/ Geospatial Data Abstraction Library (GDAL)]. MGET uses GDAL to read and write various geospatial data formats. 
    5862 
    59  * '''Jeff Whitaker''' for the [http://code.google.com/p/netcdf4-python/ netcdf4-python package] and the [http://code.google.com/p/pyproj/ pyproj Python package]. MGET uses these packages to read netCDF files and invoke PROJ4 from Python. 
     63 * '''Jeff Whitaker''' for the [http://code.google.com/p/netcdf4-python/ netcdf4-python package] and the [http://code.google.com/p/pyproj/ pyproj] Python package. MGET uses these packages to read netCDF files and invoke PROJ4 from Python.