diff --git a/user_doc/seacharts_user_doc.md b/user_doc/seacharts_user_doc.md index 46dec38..db332ea 100644 --- a/user_doc/seacharts_user_doc.md +++ b/user_doc/seacharts_user_doc.md @@ -53,8 +53,9 @@ If you need weather functionality: git clone https://github.com/SanityRemnants/PyThor cd PyThor conda create --name --file requirements.txt -conda activate -n -python app.py +conda activate -n +python setup.py install +python -m PyThor -a -p ``` ## Configuration Setup @@ -143,13 +144,16 @@ display: ``` ### PyThor Configuration -For Copernicus marine data access (sea currents and tides), configure PyThor: +For Copernicus marine data access (sea currents and tides), configure PyThor in pythor config file: ```yaml coppernicus_account: username: "your_username" # Copernicus marine account username password: "your_password" # Copernicus marine account password -resolution: float # Output data resolution in degrees +resolution: float # Output data resolution in degrees +land_treshhold: float # Treshhold used to determine where is the land after interpolation +clear_cache: Boolean # Whether to clear program cache after exit + ``` ## ENC Class for Maritime Spatial Data