Skip to content

Commit

Permalink
again doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed Jul 29, 2024
1 parent 4afa5f1 commit 3a54bbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ python:
install:
- method: setuptools
path: .
sphinx:
configuration: docs/conf.py

2 comments on commit 3a54bbb

@surakarami
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a PhD student in Physical Oceanography from Iran. I am currently working on a research project focused on the Oman Sea and the Persian Gulf, and I would like to use the py-eddy-tracker package as part of my analysis.

I successfully installed the package and was able to run all the example scripts using the provided data from the py-eddy-tracker-master directory. My setup includes Windows 10, and I have created a virtual environment named pyeddytracker_env where I installed the package in the following path: E:\myself\payanname\pyeddytracker\py-eddy-tracker-master\py-eddy-tracker-master.

My Python environment includes:

  • Python 3.7.12
  • pyeddytracker 3.6.1
  • pyeddytrackersample 0.1.0
  • numba 0.55.2

I am using these tools within Anaconda Prompt and Spyder.

However, I am facing challenges with applying the package to my own study area. Specifically, I am unsure how to prepare data in the exact format required by the package and how to modify the existing code to analyze the Oman Sea and Persian Gulf. Additionally, I need guidance on how to separate cyclonic and anticyclonic eddies from the input data and save them into separate NetCDF files.

I would greatly appreciate any advice or resources you could provide to help me move forward with my research.

Thank you very much for your time and assistance.

@AntSimi
Copy link
Owner Author

@AntSimi AntSimi commented on 3a54bbb Sep 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @surakarami, your are not at the good place to ask help, use discussions page https://github.com/AntSimi/py-eddy-tracker/discussions.
In discussions pages, you could give more details on your input file like ncdump header output.

Please sign in to comment.