Convert SurveyGDB to Riverscapes project
This Batch Export script can be used to export several visits at one time and can be used to export both Riverscapes Projects and Flat File exports.
The batch export script should be run from the command line using the ESRI/arcpy python installation.
Batch_Export.py
script with the following arguments:
path_input
The base-level path to the data (i.e. the folder that contains the “year” folders)--path_output
optional The base-level output path. If this is not specified, the outputs will be stored in the same path as the inputs.--outputLogFile
optional output log file for the batch process.--csvFilter
optional csv file with list of visits to process. If this is not specified, all visits found in the input path will be processed.--out_folder_name
optional specify an output folder name to store the exported data in each visit’s “Topo” folder. If no folder name is specified, “GISLayers” will be used.--project
flag used to export the visit as a Riverscapes Project. If this flag is not set, the visit will be exported as a “flat file” export.