All Projects → josuemtzmo → trackeddy

josuemtzmo / trackeddy

Licence: MIT license
Tracking eddy algorithm:

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to trackeddy

Crest
An advanced ocean system implemented in Unity3D
Stars: ✭ 2,364 (+5528.57%)
Mutual labels:  ocean
chatnoir-resiliparse
A robust web archive analytics toolkit
Stars: ✭ 26 (-38.1%)
Mutual labels:  extraction
dots
digital ocean api typescript/javascript wrapper
Stars: ✭ 65 (+54.76%)
Mutual labels:  ocean
xkcd-2048
No description or website provided.
Stars: ✭ 12 (-71.43%)
Mutual labels:  extraction
leaflet-velocity
Visualise velocity data on a leaflet layer
Stars: ✭ 467 (+1011.9%)
Mutual labels:  ocean
Ocean-blue-GDM3
Ocean Blue GDM3 theme for ubuntu
Stars: ✭ 27 (-35.71%)
Mutual labels:  ocean
ocean.py
🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
Stars: ✭ 91 (+116.67%)
Mutual labels:  ocean
radar
OpenGL 4 PBR engine
Stars: ✭ 25 (-40.48%)
Mutual labels:  ocean
osgw
Real-Time Ocean Animation with Gerstner Waves
Stars: ✭ 51 (+21.43%)
Mutual labels:  ocean
emot
Open source Emoticons and Emoji detection library: emot
Stars: ✭ 178 (+323.81%)
Mutual labels:  extraction
pnextract
Pore network extraction from micro-CT images of porous media
Stars: ✭ 43 (+2.38%)
Mutual labels:  extraction
Outlaw
JSON mapper for macOS, iOS, tvOS, and watchOS
Stars: ✭ 24 (-42.86%)
Mutual labels:  extraction
3D Ground Segmentation
A ground segmentation algorithm for 3D point clouds based on the work described in “Fast segmentation of 3D point clouds: a paradigm on LIDAR data for Autonomous Vehicle Applications”, D. Zermas, I. Izzat and N. Papanikolopoulos, 2017. Distinguish between road and non-road points. Road surface extraction. Plane fit ground filter
Stars: ✭ 55 (+30.95%)
Mutual labels:  extraction
URPOcean
Ocean waves on URP for wide-range mobile devices (gles 3.0)
Stars: ✭ 98 (+133.33%)
Mutual labels:  ocean
cfdm
A Python reference implementation of the CF data model
Stars: ✭ 24 (-42.86%)
Mutual labels:  ocean
RegESM
Regional Earth System Model
Stars: ✭ 37 (-11.9%)
Mutual labels:  ocean
COVID-19-tracker
北航大数据高精尖中心研究团队进行数据来源的整理与获取,利用自然语言处理等技术从已公开全国4626确诊患者轨迹中抽取了基本信息(性别、年龄、常住地、工作、武汉/湖北接触史等)、轨迹(时间、地点、交通工具、事件)及病患关系形成结构化信息
Stars: ✭ 75 (+78.57%)
Mutual labels:  extraction
wavy
A spectral ocean wave modeling framework
Stars: ✭ 15 (-64.29%)
Mutual labels:  ocean
refinery
Refinery is a tool to extract and transform semi-structured data from Excel spreadsheets of different layouts in a declarative way.
Stars: ✭ 30 (-28.57%)
Mutual labels:  extraction
scan
DeFi Scan, everything one-stop location for DeFi Blockchain. Powered by jellyfish & ocean network.
Stars: ✭ 31 (-26.19%)
Mutual labels:  ocean

TrackEddy (Eddy Identification Algorithm)

Travis CI (Python 3.6) Read the Docs Code Coverage
Build Status Documentation Status codecov

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.

Alt Text

v1.0 Release:

The source code supports the extraction of eddies each time step and moving in vertical coordinate Z.

Alt Text

Installing TrackEddy

  1. Make a new directory where you want the repository.
  2. Clone the TrackEddy repository from Github. In the command prompt, type: git clone https://github.com/Josue-Martinez-Moreno/trackeddy.git
  3. 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

  1. Move into your TrackEddy directory.
  2. Update your GitHub repository. git pull
  3. 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].