Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section provides an overview of the file formats supported by Source. Table 5 lists the supported time-series data file formats. Raster data file formats are listed in Table 6. Several GIS, graphics and other formats that are also recognised by Source are listed in Table 7 but are not otherwise described in this guide. 

Info
iconfalse
Note: Formats with the ** symbol are part of the GDAL raster formats. A complete list of these is provided here.
Table 5. Text-based time-series data file formats
File extensionDescription
.AR1Annual stochastic time series
.AWBAWBM daily time series
.BSBSWAT BSB time series
.BSMBoM 6 minute time series
.CDTComma delimited time series
.CSVComma-separated value
.DATF.Chiew time series
.IQQMIQQM time series
.MRFMFM monthly rainfall files
.PCPSWAT daily time series
.SDTSpace delimited time series
.SILO5SILO 5 time series
.SILO8SILO 8 time series
.TTSTarsier daily time series
Table 6. Text-based raster data file formats
File extensionDescription
.ASC**ESRI ASCII grids
.MWASCMap window ASCII grids
.TAPESGGrid-based Terrain Analysis Data
Table 7. Other supported file formats
File extensionDescription
.FLTESRI Binary Raster Interchange format
.JPGGEO JPG Image (also .JPEG), and must have an associated .jgw world file
.MIFMapInfo Interchange
.SHP**ESRI Shape files
.TIF**GeoTIFF Image (also .TIFF)
.TILETiled Raster Files
.TNETarsier Node Link Network Files
.TRATarsier Raster Files
.TSDTarsier Sites Data Files
.ADF**ArcINFO/ESRI Binary Grid
.IMG**ERDAS Imagine

Annual stochastic time series

The .AR1 format contains replicates of annual time-series data generated using the AR(1) stochastic method. The file format is shown in Table 8. This format is not the same as the AR(1) format (.GEN) generated and exported by the Stochastic Climate Library.

Table 8. AR1 data file format
RowColumn (space-separated)
123..nypr
1desc  
2nyprnr 
oddrn  
evenvaluevaluevalue

...

Arcinfo grid coverages can be converted to .ASC files using ESRI’s GRIDASCII command. ASC files can be imported into ArcGIS using the ASCIIGRID command.

Table 9. .ASC data file format
RowColumn (space-delimited)
123..n
1ncolsnc 
2nrowsnr 
3xrefx 
4yrefy 
5cellsizesize 
6nodata_valuesentinel 
7..nvaluevaluevalue

where:

nc is the number of columns

nr is the number of rows

xref is either XLLCENTER (centre of the grid) or XLLCORNER (lower left corner of grid)

yref is either YLLCENTER (centre of the grid) or YLLCORNER (lower left corner of grid)

(x,y) are the coordinates of the origin (by centre or lower left corner of the grid)

size is the cell side length

sentinel is a null data string (eg -9999)

value is a data point. There should be nc × nr data points.

AWBM daily time series

An AWBM daily time-series format file (.AWB) is an ASCII text file containing daily time-series data formatted as shown in Table 10. Dates (the year and month) were optional in the original AWBM file format, but are not optional in the format used in Source.

Table 10. AWB data file format
RowColumn (space-separated)
12..ndays+1ndays+2ndays+3
1..nndaysvalueyearmonth

where:

ndays is the number of days in the month (28..31)

value is the data point corresponding with a given day in the month (ie. ndays columns)

year is the year of observation (four digits)

month is the month of observation (one or two digits).

SWAT BSB time series

A .BSB is a line-based fixed-format file, typically used by applications written in FORTRAN. The header line gives the fields for the file with subsequent lines providing data for each basin to be used for each time-step. The format is shown in Table 11. For more details refer to the SWAT manual.

Table 11. .BSB data file format
RowCharacter positions (space added)
1..810..1214..2123..3638..46
1SUBGISMONAREAkm2PRECIPmm
2..nidgismonareaprecip

where:

id is the basin identifier (both SUB and the id are text, left-aligned)

gis unknown  is the GIS value (integer, right-aligned, eg. "1")

year unknown  is the month (integer, right-aligned, eg. "0")

area is the basin area in square kilometers (real, right aligned, eg "1.14170E+02")

precip is the basin precipitation in millimetres (real, right aligned, eg "1.2000").

BOM 6 minute time series

A .BSM (also .PLUV) is a fixed-format file, typically supplied by the Australian Bureau of Meteorology for 6 minute pluviograph data. The file has two header lines (record types 1 and 2) followed by an arbitrary number of records of type 3. The formats of record types 1..3 are shown in Table 12Table 13 and Table 14, respectively.

...

Table 12. .BSM data file format (record type 1)
RowCharacter positions (space padded)
1..167..151617..n
1..nsnumblank1blank

where:

snum is the station number

blank ASCII space characters

Table 13.