Import CAMEO Data

Summary

Creates a geodatabase and builds a facilities point feature class with related chemical inventory locations and site plan PDF attachments from an input ZIP file generated by the CAMEOfm software suite.

Usage

  • Any Facilities, Incidents, Special Locations, and Resources as defined in the CAMEO ZIP file will be imported as feature classes.
  • Any chemical and contact information with be imported as tables. These tables will be related to other tables or features classes as defined by the CAMEOfm data. When using a Standard or Advanced license the tables will be related using a geodatabase relationship. When using a Basic license, the tables will not have a geodatabase relationship and be imported as standalone tables.
  • At the Basic license CAMEO features and tables can be related manually using the Add Relate tool.
  • At Standard or Advanced license any Facilities, Special Locations, Incidents, Resources, Routes, and Contacts with associated documents, in CAMEOfm, will be attached to the corresponding feature as a geodatabase file attachment.

Syntax

ImportCameoData_ (Input_Files, Output_Geodatabase_Location, Output_Geodatabase_Name)

Parameter Explanation Data Type
Input Files ZIP file(s) exported from CAMEOfm software. Multiple Value
Output Geodatabase Location The folder where the output file geodatabase will be created. Folder
Output Geodatabase Name Name for the output geodatabase. If the name is not unique for the workspace then, a new name will be generated automatically. String

Licensing information

  • ArcGIS Desktop Basic: Limited
  • ArcGIS Desktop Standard: Yes
  • ArcGIS Desktop Advanced: Yes
Top