Tutorial: Setting up a DAM project from pre-existing csv files ============================================================== Introduction ------------ This tutorial is an example of how a user would go about creating and running a DAM project from the python API. In this case the user uses a collection of csv files that would be normally be used as an input of the DAM UI. These csv files are: * characteristicpoints.csv: download from :download:`here <../_downloads/characteristicpoints.csv>`. * locations.csv: download from :download:`here <../_downloads/locations.csv>`. * scenarios.csv: download from :download:`here <../_downloads/scenarios.csv>`. * segments.csv: download from :download:`here <../_downloads/segments.csv>`. * soilmaterials.csv: download from :download:`here <../_downloads/soilmaterials.csv>`. * soilprofiles.csv: download from :download:`here <../_downloads/soilprofiles.csv>`. * surfacelines.csv: download from :download:`here <../_downloads/surfacelines.csv>` . .. include:: tutorial_sections/segment_csv_tutorial.rst The full code snippet for reading the segment.csv can be found in :doc:`this document. ` .. include:: tutorial_sections/surface_lines_csv_tutorial.rst The full code snippet for reading the csv files can be found in :doc:`this document. ` .. include:: tutorial_sections/soil_profile_1d_csv_tutorial.rst The full code snippet for reading the csv files can be found in :doc:`this document. ` .. include:: tutorial_sections/locations_csv_tutorial.rst The full code snippet for reading the csv files can be found in :doc:`this document. ` .. include:: tutorial_sections/soil_materials_tutorial.rst The full code snippet for reading the csvs can be found in :doc:`this document. ` .. include:: tutorial_sections/setting_up_dam_input_and_executing.rst The full code snippet :doc:`this document. `