Data files
The following data directories include examples and a little information about
various file formats I have encountered.
-
3ds,
a data directory of examples of 3ds files,
a 3D graphics file format used by 3D Studio;
-
ascii_art_grayscale,
a data directory of examples of grayscale ASCII Art files,
in which images are created using printable characters.
-
bezier_surface,
a data directory of examples of bezier_surface files,
a simple format comprising two files,
suitable for storing the definition of a Bezier surface
used in 3D graphics;
-
bmp,
a data directory of examples of BMP files,
a Microsoft Bitmap file format for 2D graphics;
-
cdl,
a data directory of examples of CDL files,
a text version of NETCDF files created by the NCDUMP program;
-
cnf,
a data directory of examples of CNF files,
the DIMACS CNF file format, used to define examples
for the satisfiability problem in conjunctive normal form;
-
csv,
a data directory which
contains examples of CSV files,
a flat file format of Comma Separated Values.
-
dlap,
a data directory of examples of DLAP files,
a sparse matrix file format used by DLAP;
-
dsp,
a data directory of examples of DSP files,
a sparse matrix file format, storing just
(I,J,A(I,J)), and using one-based indexing.
-
eps,
a data directory of examples of EPS files,
Encapsulated PostScript file format for 2D graphics;
-
fd1d,
a data directory which
contains examples of 1D FD files, two text files that can be used to describe
many finite difference models;
-
fd2d,
a data directory which
contains examples of 2D FD files, two text files that can be used to describe
many finite difference models;
-
fd3d,
a data directory which
contains examples of 3D FD files, two text files that can be used to describe
many finite difference models;
-
fem1d,
a data directory of examples of 1D FEM files,
a set of three text files that can be used to describe
many finite element models;
-
fem2d,
a data directory of examples of 2D FEM files,
a set of three text files that can be used to describe
many finite element models;
-
fem3d,
a data directory of examples of 3D FEM files,
a set of three text files that can be used to describe
many finite element models;
-
fig,
a data directory of examples of FIG files,
a 2D graphics file format used by the XFIG program;
-
gif,
a data directory of examples of GIF files,
a 2D graphics file format;
-
gif_animation,
a data directory of examples of GIF ANIMATON files,
a 2D animation file format;
-
graph_representation,
a data directory of examples of ways of representing abstract
mathematical graphs
-
grf,
a data directory of examples of GRF files,
an abstract graph file format, 2D graphics;
-
hb,
a data directory of examples of HB files,
the Harwell Boeing sparse matrix file format;
-
hdf,
a data directory of examples of HDF files,
a general scientific data file format;
-
hdf4,
a data directory of examples of HDF version 4.0 files,
a general scientific data file format;
-
hdf5,
a data directory of examples of version 5.0 HDF files,
a general scientific data file format;
-
hex_mesh,
a data directory of examples of HEX_MESH files,
a mesh of hexagons in 2D.
-
ice,
a data directory of examples of ICE files,
which store icesheet grid datasets in the NETCDF format.
-
iges,
a data directory of examples of IGES files,
a neutral file format for 3D graphics data exchange.
-
jpg,
a data directory of examples of JPG or JPEG files,
a file format for high quality 2D graphics;
-
mat,
a data directory which
contains examples of MAT files,
a data file format used by MATLAB.
-
mesh,
a data directory of examples of MESH files,
a format for finite element mesh information;
-
met,
a data directory of examples of MET files,
a graphics file format used by the DISLIN plotting package
of Helmut Michels.
-
metis_graph,
a data directory of examples of METIS GRAPH files,
the format for graphs to be read by
METIS,
which can partition a graph;
-
metis_mesh,
a data directory of examples of METIS MESH files,
the format for finite element meshes to be read by
METIS,
which can partition the elements of such a mesh;
-
mm,
a data directory of examples of MM files,
the Matrix Market Sparse Matrix File Format;
-
netcdf
a data directory which
contains examples of netCDF files,
a format for the interchange of scientific data.
-
obj,
a data directory of examples of OBJ files,
a Wavefront file format for 3D graphics;
-
off,
a data directory of examples of Object File Format (OFF) files,
a Geomview file format for 3D graphics;
-
pbma,
a data directory of examples of ASCII PBM files,
ASCII Portable Bit Map 2D graphics, black and white;
-
pbmb,
a data directory of examples of binary PBM files,
binary Portable Bit Map 2D graphics, black and white;
-
pdb,
a data directory of examples of PDB files,
a file format used by the Protein Database;
-
pdf,
a data directory of examples of PDF files,
the Portable Document Format, 2D text and graphics;
-
pgh_mri,
a data directory of examples of PGH MRI files,
a format for storing brain scan data gathered by
magnetic resonance imaging;
-
pgma,
a data directory of examples of ASCII PGM files,
ASCII Portable Gray Map, 2D graphics;
-
pgmb,
a data directory of examples of binary PGM files,
binary Portable Gray Map, 2D graphics;
-
plc,
a data directory of examples of PLC files,
used to describe a piecewise linear complex, a surface that
bounds a 3D region that is to be meshed.
-
plot3d,
a data directory of examples of PLOT3D files,
a variety of formats used by the PLOT3D program;
-
ply,
a data directory of examples of PLY files,
a format for objects defined as a collection of
polygons, 3D graphics;
-
png,
a data directory of examples of PNG files,
Portable Network Graphics, 2D graphics;
-
poly,
a data directory of examples of POLY files,
a 2D format used by triangle for Planar Straight Line Graphs;
-
poly_3d,
a data directory of examples of 3D POLY files,
a 3D format used by tetgen for a Piecewise Linear Complex;
-
polygonal_surface,
a data directory of examples of POLYGONAL SURFACE files,
a simple file format comprising two files,
suitable for storing the definition of a surface that is made
up of a set of polygons of a fixed order, 3D graphics;
-
pov,
a data directory of examples of POV files,
Persistence of Vision format, 3D graphics;
-
ppma,
a data directory of examples of ASCII PPM files,
ASCII Portable Pixel Map, 2D graphics, color;
-
ppmb,
a data directory of examples of binary PPM files,
binary Portable Pixel Map, 2D graphics, color;
-
ps,
a data directory of examples of PS files,
PostScript files, 2D graphics;
-
quad_mesh,
a data directory of examples of QUAD_MESH files,
a quadrilateral mesh in 2D.
-
quad_mesh_order1,
a data directory of examples of QUAD_MESH files,
a quadrilateral mesh in 2D, with an associated data value that is
constant over each element of the mesh;
-
quad_surface,
a data directory of examples of QUAD_SURFACE files,
a quadrilateral mesh in 3D, used to define a surface.
-
sparse_cc,
a data directory of examples of SPARSE CC files,
a three-file format for the sparse compressed column
matrix format;
-
sparse_cr,
a data directory of examples of SPARSE CR files,
a three-file format for the sparse compressed row
matrix format;
-
sparse_ellpack,
a data directory which
contains examples of SPARSE ELLPACK files,
a two-file format for the storage of a matrix with a known
maximum number of nonzeros per row.
-
st,
a data directory of examples of ST files,
the Sparse Triplet format, a sparse matrix file format,
storing just (I,J,A(I,J)), and using zero-based indexing.
-
stla,
a data directory of examples of ASCII STL files,
ASCII Stereolithography files, 3D graphics;
-
stlb,
a data directory of examples of binary STL files,
binary Stereolithography files, 3D graphics;
-
svg,
a data directory of examples of SVG files,
Scalable Vector Graphics, 2D graphics, that can be included in an HTML file;
-
table,
a data directory of examples of TABLE files,
a simple format for N points in M dimensions;
-
tec,
a data directory of examples of TEC files,
Tecplot files used for storing 2D or 3D graphics with attributes;
-
tet_mesh_order4,
a data directory of examples of TET_MESH_ORDER4 files,
description of a linear tet mesh of a
set of 3D points, using a pair of files to list the node coordinates
and the 4 nodes that make up each tetrahedron;
-
tet_mesh_order10,
a data directory of examples of TET_MESH_ORDER_10 files,
description of a quadratic tet mesh
of a set of 3D points, using a pair of files to list the node
coordinates and the 10 nodes that make up each tetrahedron;
-
tet_mesh_tet_neighbors,
a data directory of examples of TET_MESH_TET_NEIGHBOR files,
description of a format for tetrahedron
adjacency information in a tetrahedral mesh of 3D points;
-
tri_surface,
a data directory of examples of TRI_SURFACE files,
a 3D surface defined by a collection of triangles.
-
tria,
a data directory of examples of TRIA files,
a homegrown triangulation format, ASCII, 3D graphics;
-
triangle_files,
a data directory of examples of files used by the
triangle and showme programs.
-
triangulation_order3,
a data directory of examples of TRIANGULATION_ORDER3 files,
description of a linear triangulation
of a set of 2D points, using a pair of files to list the node
coordinates and the 3 nodes that make up each triangle;
-
triangulation_order4,
a data directory of examples of TRIANGULATION_ORDER4 files,
description of a triangulation
of a set of 2D points, using a pair of files to list the node
coordinates and the 4 nodes that define each triangle
(3 vertices and the centroid);
-
triangulation_order6,
a data directory of examples of TRIANGULATION_ORDER6 files,
a description of a quadratic triangulation
of a set of 2D points, using a pair of files to list the node
coordinates and the 6 nodes that make up each triangle; Six-node
triangles are used when a higher degree approximation is desired;
they may also be used as isoparametric elements that model curved
boundaries;
-
trib,
a data directory of examples of TRIB files,
a homegrown triangulation format, binary, 3D graphics;
-
txt,
a data directory of examples of TXT files,
that is, plain old text files;
-
vla
a data directory which
contains examples of VLA files,
a 3D graphics line format;
-
vtk,
a data directory which
contains examples of "legacy" (old style) VTK files,
a file format used by the Visual Toolkit;
-
vts,
a data directory which
contains examples of VTS files, a file format used by the Visual Toolkit,
which contains information associated with a curvilinear or structured grid,
which can be displayed by the paraview program;
-
vtu,
a data directory of examples of XML-based VTU files,
a file format used by the Visual Toolkit for unstructured grid data;
-
vu,
a data directory of examples of VU files,
a file format used by the VU program;
-
wav,
a data directory of examples of WAV files,
a Microsoft format for storing audio data;
-
x3d,
a data directory of examples of X3D files,
a format for creating 3D graphics within an HTML environment;
X3D is the successor to the VRML/WRL file format.
-
xbm,
a data directory of examples of XBM files,
the X Windows bitmap format, a 2D graphics black and white
format for icons;
-
xgl,
a data directory of examples of XGL files,
a 3D graphics file format;
-
xy,
a data directory of examples of XY files,
a simple 2D graphics point format;
-
xyf,
a data directory of examples of XYF files,
a simple 2D graphics point and face format;
-
xyl,
a data directory of examples of XYL files,
a simple 2D graphics point and line format;
-
xyz,
a data directory of examples of XYZ files,
a simple 3D graphics point format;
-
xyzf,
a data directory of examples of XYZF files,
a simple 3D graphics point and face format;
-
xyzl,
a data directory of examples of XYZL files,
a simple 3D graphics point and line format;
You can go up one level to
the main web page.
Last revised on 06 November 2012.