- Timestamp:
- May 22, 2007, 11:43:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4471 r4472 2416 2416 \code{.tms} & NetCDF format for storing time series \code{f(t)}\\ 2417 2417 2418 \code{.xya} & ASCII format for storing arbitrary points and 2418 \code{.csv/.txt} & ASCII format for storing arbitrary points and 2419 associated attributes\\ 2420 2421 \code{.xya} & Depreciated ASCII format for storing arbitrary points and 2419 2422 associated attributes\\ 2420 2423 … … 2559 2562 \subsection{Formats for Storing Arbitrary Points and Attributes} 2560 2563 2561 An XYA file is used to store data representing arbitrary numerical 2562 attributes associated with a set of points. 2564 2565 A CSV/TXT file is used to store data representing 2566 arbitrary numerical attributes associated with a set of points. 2567 2568 The format for an CSV/TXT file is:\\ 2569 %\begin{verbatim} 2570 2571 first line: \code{[column names]}\\ 2572 other lines: \code{[x value], [y value], [attributes]}\\ 2573 2574 for example:\\ 2575 \code{x, y, elevation, friction}\\ 2576 \code{0.6, 0.7, 4.9, 0.3}\\ 2577 \code{1.9, 2.8, 5, 0.3}\\ 2578 \code{2.7, 2.4, 5.2, 0.3} 2579 2580 The delimiter is a comma. The first two columns are assumed to 2581 be x, y coordinates. 2582 2583 An XYA file is a depreciated format used to store data representing 2584 arbitrary numerical attributes associated with a set of points. The 2585 attribute values must be numeric. 2563 2586 2564 2587 The format for an XYA file is:\\
Note: See TracChangeset
for help on using the changeset viewer.