Software:GNU Data Language

From HandWiki
GNU Data Language
GDL logo
Gdl screenshot.png
GDL rendering the Mandelbrot set
Developer(s)Marc Schellens
Initial release2004 (2004)
Written inC++ (wxWidgets)
Operating systemLinux, macOS, Solaris, POSIX, Windows
TypeTechnical computing
LicenseGNU GPL-2.0
Websitegnudatalanguage.github.io

The GNU Data Language (GDL) is a free alternative to IDL (Interactive Data Language),[1][2][3] achieving full compatibility with IDL 7 and partial compatibility with IDL 8.[4] Together with its library routines, GDL is developed to serve as a tool for data analysis and visualization in such disciplines as astronomy,[5] geosciences, and medical imaging. GDL is licensed under the GPL. Other open-source numerical data analysis tools similar to GDL include Julia, Jupyter Notebook, GNU Octave, NCAR Command Language (NCL), Perl Data Language (PDL), R, Scilab, SciPy, and Yorick.

GDL as a language is dynamically-typed, vectorized, and has object-oriented programming capabilities. GDL library routines handle numerical calculations (e.g. FFT), data visualisation, signal/image processing, interaction with host OS, and data input/output. GDL supports several data formats, such as NetCDF, HDF (v4 & v5), GRIB, PNG, TIFF, and DICOM. Graphical output is handled by X11, PostScript, SVG, or z-buffer terminals, the last one allowing output graphics (plots) to be saved in raster graphics formats. GDL features integrated debugging facilities, such as breakpoints. GDL has a Python bridge (Python code can be called from GDL; GDL can be compiled as a Python module). GDL uses Eigen (C++ library) numerical library (similar to Intel MKL) to offer high computing performance on multi-core processors.

Packaged versions of GDL are available for several Linux and BSD flavours as well as macOS. The source code compiles on Microsoft Windows and other UNIX systems, including Solaris.

GDL is not an official GNU package.

See also

References

  1. Martellaro, John (2006-12-12). "A Free Alternative to IDL". The Mac Observer. http://www.macobserver.com/tmo/article/A_Free_Alternative_to_IDL. 
  2. Khanna (2006-12-13). "GDL .. a free IDL". MacResearch. http://www.macresearch.org/gdl_a_free_idl_0. 
  3. Coulais, Alain (2010). "Status of GDL - GNU Data Language". Astronomical Data Analysis Software and Systems XIX. 434. Astronomical Society of the Pacific. p. 187. ISBN 978-1-58381-748-3. Bibcode2010ASPC..434..187C. http://www.aspbooks.org/a/volumes/article_details/?paper_id=32122. 
  4. http://aramis.obspm.fr/~coulais/IDL_et_GDL/Adass2011/O11_ADASS2011_GDL_Coulais.pdf [bare URL PDF]
  5. Mina Koleva; Philippe Prugniel; Antoine Bouchard; Yue Wu (2009). "ULySS: A Full Spectrum Fitting Package". Astronomy & Astrophysics 501 (3): 1269–1279. doi:10.1051/0004-6361/200811467. Bibcode2009A&A...501.1269K. ; B.F. Roukema (2010). "On the suspected timing error in WMAP map-making". Astronomy & Astrophysics 518: A34. doi:10.1051/0004-6361/201014865. Bibcode2010A&A...518A..34R. 

External links