ISIS Documentation

isis2gml

Convert ISIS cube to GML format

This program creates a footprint polygon from a cube using latitude and longitude space, and then outputs the polygon to a Geography Markup Language (GML) file. A standard output file with an "xsd" extension is also created as a companion to the GML formatted file.

Note:

  • The input cube must be in either camera space (Level1) or map projected space (Level2).
  • This program does not add a projection file, or merge footprints from separate files.

If you specify a string or a filename in the LABEL parameter, it is stored in the GML header within the ID tag, which will then contain the values that you specified.

The output file size is influenced by the increment value assigned to the LINC and SINC parameters. The higher the increment value (greater than 1)

  • the sparser the number of points used to draw the polygon,
  • the smaller the file size, and
  • the faster the job completes.

The parameter LONGITUDEDOMAIN is used to change the longitude domain (from 180° to 360° or vice-versa) as needed during the conversion to GML format. If you do not assign a longitude domain, isis2gml will default to the value in the ISIS cube label.

Example: If your ISIS cube is in the 180° domain, and other non-ISIS files (ones you plan to load in GIS) are in the 360° domain, the ISIS cube must be converted to 360° when you create your GML file. This will make all your files compatible in the 360° domain if you want to load them in a GIS application.


Categories


History

Robert Sucharski2007-01-22 Original version
Stuart Sides2013-06-29 Added ability to output either a 0 to 360 longitude domain or -180 to 180 longitude domain polygon. If the cube is map projected (level2) the default will be to match the projection. Also modified the gml output to be more standards compliant including a matching XSD file.
Janet Barrett2013-10-30 Added the ability to specify line/sample increment so that the number of points in the output footprint can be decreased. This is needed for large images. Also updated documentation with input from Ella and Janet Richie. Fixes #1675.