divand_hfradar.jl
High Frequency radar data interpolation with DIVAnd
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
High Frequency radar data interpolation with DIVAnd
Basic Info
- Host: GitHub
- Owner: gher-uliege
- License: gpl-2.0
- Language: Julia
- Default Branch: master
- Size: 593 KB
Statistics
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DIVAnd_HFRadar.jl
The package DIVAnd_HFRadar interpolates surface current data on a regular grid possibly taking dynamical contraints into account.
The primary use-case is for radial current measurements for high-frequency radars (like WERA or CODAR SeaSonde). But it can also be applied to any other
current data (like ADCPs or drifters).
The method is described in: Barth, A., Troupin, C., Reyes, E., Alvera-Azcárate, A., Beckers J.-M. and Tintoré J. (2021): Variational interpolation of high-frequency radar surface currents using DIVAnd. Ocean Dynamics, 71, 293–308 doi: 10.1007/s10236-020-01432-x (open access, bibtex)
Installation
Install DIVAnd_HFRadar.jl in julia 1.6 or later with the following command executed in Julia:
julia
using Pkg
Pkg.add(url="https://github.com/gher-uliege/DIVAnd_HFRadar.jl", rev="master")
Documentation
Documentation is available here.
Online-demo
A online-demo is available on the free service binder.org at the following link:
(this can take 2 to 10 minutes to start). If this does not work, then you can install
Pluto.jl in Julia by running:
julia
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()
Then open the file examples/HFRadarsyntheticcase_pluto.jl
Owner
- Name: GHER
- Login: gher-uliege
- Kind: organization
- Location: Sart Tilman, Liège, Belgium
- Website: https://www.gher.uliege.be
- Twitter: GHER_ULiege
- Repositories: 48
- Profile: https://github.com/gher-uliege
The GHER is a research group of the University of Liège. It is focused on marine and environmental study and modelling.
Citation (CITATION.bib)
@Article{Barth2021,
author = {A. Barth and C. Troupin and E. Reyes and A. Alvera-Azc\'arate and J.-M. Beckers and J. Tintor\'e},
title = {{Variational interpolation of high-frequency radar surface currents using DIVAnd}},
journal = {Ocean Dynamics},
year = {2021},
volume = {71},
pages = {293--308},
doi = {10.1007/s10236-020-01432-x}
}
GitHub Events
Total
- Push event: 5
Last Year
- Push event: 5
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: 11 days
- Average time to close pull requests: 8 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 4.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- chunderhill72 (1)
Pull Request Authors
- Alexander-Barth (1)