How to Merge Sessions
Prerequisites for running the script¶¶
-
Open Anaconda Prompt
-
Navigate to the Start menu or application directory and open the Anaconda Prompt.
-
Navigate to the Scripts Directory
-
Replace path_to_your_directory with the location where the coastseg directory is located on your machine.
1 2 |
|
Run the Script merge_sessions.py¶
- This will merge two CoastSeg sessions into one combined session
- This new session will be saved to the scripts folder in CoastSeg
Needed Variables¶
-i
locations of the ROI sessions to be merged
1 |
|
-c
coordinate reference system (CRS) for the merged session
1 |
|
-n
name for the merged session folder that will be created at save_location (default location in scripts folder)
1 |
|
Example¶
1 |
|
Getting Help¶
For most scripts, you can get a description of the available options and how to use them by using the -h or --help flag:
1 |
|
Or:
1 |
|
You can also open the script in any text editor or IDE like Notepad++, VSCode, or similar to view the documentation.