Overview


InPort XML Loader

The InPort XML Loader allows users to upload Catalog Items into InPort in a custom XML format.

To create a new Data Set from an InPort XML file, navigate to the catalog item that will be the parent of this new Data Set. Under the Item Actions menu, click on the link, "Upload InPort XML."

To update an existing Data Set from an InPort XML file, navigate to the Data Set you wish to update. Under the Item Actions menu, click on the link, "Update from InPort XML."


InPort XSLT Transforms

FGDC to InPort XML (XPath 1)

This XSLT transform converts from FGDC CSDGM to InPort XML, as of InPort XML version 1.30.

Description:
This can be used with the free XML Notepad software distributed by Microsoft.

Authors:
Tyler Christensen, Anne Ball (NOS)

Note: This utility was contributed by the InPort community for the benefit of other users. The file is provided as is, and is not officially supported.

FGDC to InPort XML (requires XPath 2 or higher)

This XSLT transform converts from FGDC CSDGM to InPort XML, as of InPort XML version 1.30. Some parameters can be passed into the XSLT, such as the Parent Catalog Item ID.

  • lidar2inport.zip
    • lidar2inport - bash script to assemble arguments for Saxon
    • lidar2inport_saxon.xsl - the XSLT transform
    • saxon9 - wrapper bash script for running Saxon

Description:
This set of files was set up to run specifically in Linux, but should be able to be reconfigured to run in other environments. Run lidar2inport with the -h option to see usage.

Authors:
Kirk Waters, Tyler Christensen, Anne Ball (NOS)

Note: This utility was contributed by the InPort community for the benefit of other users. The files are provided as is, and are not officially supported.


Entity Extract Script (Oracle to InPort XML)

The Entity Extract Script allows users using Oracle databases to extract their table, view, and materialized view information into InPort XML files, which can then be uploaded into InPort using the InPort XML Loader.

Download the script below, for Oracle 10g Release 2 or later, using SQL Plus, SQL Developer 4.0+, or TOAD 10.0+.

Detailed instructions on usage of this script are provided within the file.