加拿大数字高程数据(cd)读者/命令er

Licensing optionsfor this format begin with FME Professional Edition.

Note:The CDED format has a fixed coordinate system: LL-83.Any features given to the CDED writer will be reprojected to this coordinate system.

Overview

FME can read and write CDED files.

CDED is a raster format with no provision for storing user-defined attributes for the data.

All CDED information is contained within one file, beginning with a metadata header.The data is stored in profiles, each of which has its own metadata header.A profile is one column in the raster.CDED files typically have a.demextension.

Two versions of CDED are recognized by FME:

  • the original CDED specifications distributed by CTI, and
  • the CDED-1 specifications distributed by GeoBase.

Reader Overview

The CDED reader creates FME feature data from a CDED file specified by the reader dataset.FME considers a single CDED file to be a dataset.

The CDED reader will read both CDED and CDED-1 files.

Writer Overview

The CDED writer creates and writes feature data to a CDED folder specified by writer dataset.

The writer writes either CDED or CDED-1 files, as specified with the _VERSION keyword.If the _VERSION keyword does not exist, the writer will default to writing CDED files.

The names of the CDED output files written to the output dataset folder are determined from the FME Feature Type.The folder need not exist before the translation occurs.

Any old CDED files in the folder with the same name are overwritten with the new feature data.The CDED writer distinguishes duplicate output files by appending numbers to the filenames.Please seeAbout Feature Attributesfor details.

CDED Quick Facts