IMG – Image Format File (BMP, PCX, JPG, JPEG, TIF, EPS, GIF, TGA, etc.)
|
BAND=R
|
Red band only
|
BAND=G
|
Green band only
|
BAND=B
|
Yellow band only
|
BRT=
|
Brightness, 0 -> 2.0 (black -> white), default is BRT=1.0
|
PAGE=
|
Page number from a multi-page image
|
SMOOTH=
|
0 - not smoothed, 1 - smoothed (default)
|
DUMMY=
|
r,g,b Dummy colour. Default is DUMMY=255,255,255 (white) To disable dummy colour, enter "DUMMY="
|
T=
|
Image type:
T=1 Bitmap T=2 GeoTiffBitmap T=3 GIFGeoTiff T=4 IMG T=5 JPEG T=6 PCX T=7 Targa T=8 Tiff
|
|
GEOTIFF files are supported, but you should use the TIF DAT for GeoTIF files.
If an ArcInfo world file (*.*w or .wld) is found in the same directory as the image file, the coordinate registration is read from that file.
Coordinate registration can also be entered into an INI file with the same name as the image, but extension "ini". The INI parameters are:
Image_Dat.X_Seperation= Image_Dat.Y_Seperation= Image_Dat.X_Origin= Image_Dat.Y_Origin= Image_Dat.Rotation
|
GEOSOFT.INI section
|
[DAT_IMG]
BROWSE_IN="IMG;T=1" Bitmap "IMG;T=2" GeoTiff "IMG;T=3" GIF "IMG;T=4" IMG "IMG;T=5" JPEG "IMG;T=6" PCX "IMG;T=7" Targa "IMG;T=8" Tiff
|
SRF – Surfer Grid
|
|
no parameters
|
GEOSOFT.INI section
|
[DAT_SRF]
BROWSE_IN="SRF"
BROWSE_OUT="SRF"
|
TIFF – GeoTIFF Image
|
BAND=
|
band to read/write, default band 0. If band requested is larger than bands contained in the file, the highest band will be used.
|
GEO=
|
0 - Standard TIFF
1 - GeoTIFF (default)
|
TYPE=
|
DATA - if set, data is stored in the GeoTIF rather than colour.
|
COMP=
|
NONE - Uncompressed
PACKBITS - Packbits compression
LZW - LZW compression
This DAT can read LZW compressed grids, but it cannot write LZW compressed grids due to LZW license restrictions.
|
BRT=
|
Brightness, 0 -> 2.0 (black -> white), default is BRT=1.0
|
DUMMY=
|
r,g,b Dummy colour. Default is DUMMY=255,255,255 (white). To disable dummy colour, enter "DUMMY=".
|
GEOSOFT.INI section
|
[DAT_TIF]
BROWSE_IN="TIF"
BROWSE_OUT="TIF"
|
USG – USGS Grid
|
DUMMY=
|
Dummy value to use to represent dummy points in the grid.
|
GEOSOFT.INI section
|
[DAT_USG]
BROWSE_IN="USG"
BROWSE_OUT="USG"
|
SAT – Binary Satellite Data (BIP, BIL, BSQ)
|
|
Files of this type generally have a data file (with no extension) and an accompanying header file. Normally, you will choose the header file and the data file is assumed to have the same name without the extension. If the data file has a different name, you can use DATA= to specify the data file.
|
T=
|
Binary file type:
T=0 BIL with INI header (*.ini) (see below for INI doc)
T=1 EOSAT Fast Format (*.*)
T=2 EOSAT MSS (old 4 band BIL) (*.*)
T=3 Landsat MSS (4 band BSQ) (*.*)
T=4 BIL with *.hdr header (*.*)
T=5 ETOPO5 5' DEM (etopo5.*)
T=6 GTOPO30 30\" DEM (*.dem) and GLOBE 30\"DEM (*10*.)
T=7 SRTM DTED
|
DATA=
|
to specify the name of the data file if it is not the same as the header file without the extension.
|
The following is an example of an INI header file:
[Sat_Dat] COLUMNS=100 / Mandatory LINES=100 / Mandatory DATATYPE=IEEE4ByteReal / Mandatory / one of: / Unsigned8BitInteger / Signed8BitInteger / Unsigned16BitInteger / Signed16BitInteger / Unsigned32BitInteger / Signed32BitInteger / IEEE4ByteReal / IEEE8ByteReal / BANDS=1 / Number of bands HEADERSIZE=0 / BANDLAYOUT=BIL / BIP, BIL, or BSQ BYTEORDER=LSBFirst / LSBFirst (Intel) or MSBFirst (Motorola) X_ORIGIN=0.0 / Y_ORIGIN=0.0 / X_SEPARATION=1.0 / Y_SEPARATION=1.0 / ROTATION=0.0 / DUMMY=-1E+32 / dummy value KX=1 / 1 for bottom left origin / -2 for upper left origin / POSC Coordinate System: CS_Name / name as "datum / transform" CS_Datum / datum_name[,major_axis,eccentricity,pm] CS_Projection / method,parameter1,parameter2,... CS_Units / unit_abbr,m/units CS_Locdatum" / local_datun,dx,dy,dz,rx,ry,rz,scale
|
DEM – USGS Digital Elevation Model
|
|
This DAT id used for reading (not writing) USGS DEM (Digital Elevation Model) files. The "DATUM" decoration comes into play only in "old" format files, where fields 16-29 are left blank. (Fields 16-29 provide the full datum definition in newer format DEM files). If these fields are defined, then this decoration is ignored.
|
DATUM=0
|
(default) Use NAD27 datum if elements 16-29 are blank (old format) All USGS DEMs lacking elements 16-29.
|
DATUM=1
|
Use WGS 72 datum. (All NIMA and DTED DEMs where fields 16-29 are blank)
|
SDT – USGS SDTS (Spatial Data Transfer Standard) Mapping DEM Grid
|
DUMMY
|
Dummy value used in the SDTS grid. By default this is 32767, but we have seen an instance where it was -14593.
The SDTS standard also uses a fill value to pad grids to a rectangle. This value is -32766, and is also replaced with dummies on the import.
|