Changes between Version 3 and Version 4 of Acknowledgments
- Timestamp:
- 02/17/12 15:37:37 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Acknowledgments
v3 v4 11 11 * '''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. 12 12 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. 14 14 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. 16 18 17 19 * '''Jean-loup Gailly''' and '''Mark Adler''' for the [http://www.gzip.org/ gzip] and [http://www.zlib.net/ zlib] data compression utilities and libraries. 18 20 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. 20 22 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. 22 24 23 25 * '''Joe Gregorio''' for the [http://code.google.com/p/httplib2/ httplib2] Python package. pydap relies on httplib2. 24 26 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. 26 28 27 29 * The developers of the [http://hdf.ncsa.uiuc.edu/ HDF] data format and software libraries. MGET uses these to read geospatial data. … … 29 31 * '''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. 30 32 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 31 35 * '''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. 32 36 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. 34 38 35 39 * '''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]. … … 37 41 * '''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. 38 42 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. 40 44 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. 42 46 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. 44 48 45 49 * The developers of the [http://www.unidata.ucar.edu/software/netcdf/ netCDF] data format and software libraries. MGET uses these to read geospatial data. 46 50 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. 48 52 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. 50 54 51 55 * '''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. 52 56 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. 54 58 55 59 * '''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. … … 57 61 * '''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. 58 62 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.
