TrackEddy
Used to investigate trends of eddy kinetic energy in the ocean using satellite sea surface height anomaly.
https://github.com/josuemtzmo/trackeddy
Category: Hydrosphere
Sub Category: Ocean Models
Keywords
eddies eddy extraction ocean oceanic-eddies
Keywords from Contributors
blender blender-addon
Last synced: about 6 hours ago
JSON representation
Repository metadata
Tracking eddy algorithm:
- Host: GitHub
- URL: https://github.com/josuemtzmo/trackeddy
- Owner: josuemtzmo
- License: mit
- Created: 2017-07-25T07:04:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:27:00.000Z (6 months ago)
- Last Synced: 2025-04-18T22:49:01.528Z (9 days ago)
- Topics: eddies, eddy, extraction, ocean, oceanic-eddies
- Language: Python
- Homepage: http://trackeddy.readthedocs.io/
- Size: 493 MB
- Stars: 49
- Watchers: 4
- Forks: 18
- Open Issues: 11
- Releases: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
README.md
TrackEddy (Eddy Identification Algorithm)
Travis CI (Python 3.6) | Read the Docs | Code Coverage |
---|---|---|
Supports Python 2.7 and Python 3
This code will let you identify and track any normal shape in a 2D space. The principal objective of this development is finding and tracking all the eddies in the ocean.
v1.0 Release:
The source code supports the extraction of eddies each time step and moving in vertical coordinate Z
.
Installing TrackEddy
- Make a new directory where you want the repository.
- Clone the TrackEddy repository from Github. In the command prompt, type:
git clone https://github.com/Josue-Martinez-Moreno/trackeddy.git
- Install the package globally:
pip install -e .
This make the package an editable install so that it can be updated with future additions to TrackEddy. To instead install the package locally:
pip install --user .
Updating TrackEddy
- Move into your TrackEddy directory.
- Update your GitHub repository.
git pull
- Edit your install of TrackEddy.
pip install -e .
or
pip install --force-reinstall -e .
or, for local installation:
pip install --ignore-installed --user .
Read more about TrackEddy in
- Martínez-Moreno, J., Hogg, A. McC., Kiss, A. E., Constantinou, N. C., and Morrison, A. K. (2019). Kinetic energy of eddy-like features from sea surface altimetry. Journal of Advances in Modeling Earth Systems, 11(10), 3090-3105. doi:10.1029/2019MS001769
References:
- Faghmous, J. H., Frenger, I., Yao, Y., Warmka, R., Lindell, A., & Kumar, V. (2015). A daily global mesoscale ocean eddy dataset from satellite altimetry. Scientific Data, 2, 150028.
- Chang, Y. L., & Oey, L. Y. (2014). Analysis of STCC eddies using the Okubo–Weiss parameter on model and satellite data. Ocean Dynamics, 64(2), 259-271.
- Chelton, D. B., Schlax, M. G., Samelson, R. M., & de Szoeke, R. A. (2007). Global observations of large oceanic eddies. Geophysical Research Letters, 34(15), L15606.
Citation (CITATION.cff)
cff-version: 1.2.0 preferred-citation: type: article authors: - family-names: "Martínez-Moreno" given-names: "Josué" orcid: "https://orcid.org/0000-0001-5898-7635" - family-names: "Hogg" given-names: "Andrew McC." orcid: "https://orcid.org/0000-0003-3330-082X" - family-names: "Kiss" given-names: "Andrew E." orcid: "https://orcid.org/0000-0001-8960-9557" - family-names: "Constantinou" given-names: "Navid C." orcid: "https://orcid.org/0000-0002-8149-4094" - family-names: "Morrison" given-names: "Adele K." orcid: "https://orcid.org/0000-0002-9904-4980" title: "Kinetic energy of eddy-like features from sea surface altimetry" journal: "Journal of Advances in Modeling Earth Systems" doi: "10.1029/2019MS001769" volume: 11 issue: 10 start: 3090 # First page number end: 3105 # Last page number year: 2019
Owner metadata
- Name: Josué Martínez Moreno
- Login: josuemtzmo
- Email:
- Kind: user
- Description:
- Website: http://josuemtzmo.github.com
- Location: Brest, France
- Twitter:
- Company: IFREMER
- Icon url: https://avatars.githubusercontent.com/u/9144063?u=44e06b4e69735204bc5352343c6091f13539317c&v=4
- Repositories: 67
- Last ynced at: 2024-06-11T15:42:11.604Z
- Profile URL: https://github.com/josuemtzmo
GitHub Events
Total
- Watch event: 3
- Push event: 1
Last Year
- Watch event: 3
- Push event: 1
Committers metadata
Last synced: 8 days ago
Total Commits: 129
Total Committers: 3
Avg Commits per committer: 43.0
Development Distribution Score (DDS): 0.209
Commits in past year: 23
Committers in past year: 1
Avg Commits per committer in past year: 23.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Josue-Martinez-Moreno | j****o@a****u | 102 |
josuemtzmo | j****o@g****m | 23 |
Navid C. Constantinou | n****y | 4 |
Committer domains:
- anu.edu.au: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 15
Total pull requests: 5
Average time to close issues: 3 days
Average time to close pull requests: 3 months
Total issue authors: 5
Total pull request authors: 2
Average comments per issue: 1.53
Average comments per pull request: 1.2
Merged pull request: 5
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- hafez-ahmad (4)
- navidcy (3)
- JoMaHoPo (3)
- qjuanr (3)
- josuemtzmo (2)
Top Pull Request Authors
- navidcy (3)
- josuemtzmo (2)
Top Issue Labels
- low priority (1)
- bug (1)
- high priority (1)
- cool issue (1)
- enhancement (1)
- known issue (1)
Top Pull Request Labels
Dependencies
- astropy
- cartopy
- cmocean
- gsw
- matplotlib
- netcdf4
- nose
- numpy
- numpydoc 0.8.0.*
- pandas
- pillow 5.4.1.*
- pytest
- pytest-cov
- python 3.7.*
- scipy
- seawater
- sphinx 1.8.2.*
- sphinx-gallery 0.2.0.*
- sphinx_rtd_theme 0.4.2.*
- sympy
- xarray
Score: 5.19295685089021