Skip to content

Commit

Permalink
Merge pull request #90 from JuliaOcean/v0p2p3b
Browse files Browse the repository at this point in the history
add notebook, docs
  • Loading branch information
gaelforget authored Sep 2, 2024
2 parents b50fbd1 + 1649091 commit 72ca463
Show file tree
Hide file tree
Showing 4 changed files with 1,819 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OceanRobots"
uuid = "0b51df41-3294-4961-8d23-db645e32016d"
authors = ["gaelforget <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand Down
45 changes: 25 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,31 @@ This package can be used to access, analyze, process, and simulate data generate

`OceanRobots.jl` includes profiling floats, drifters, gliders, and moorings as illustrated in the examples listed below. It provides a unified and simple user interface to each of these data sets.

### Main Data Sets
### Data Sets

<details>
<summary> Global Fleet Now </summary>
<p>

Explore data coverage and data platforms.

👉 [OceanOPS notebook](https://juliaocean.github.io/OceanRobots.jl/dev/examples/OceanOPS.html) 👈

Global Data Coverage | Individual Data Platforms
:------------------------------:|:---------------------------------:
![](https://user-images.githubusercontent.com/20276764/208552147-d433f802-9c09-41cc-bece-f0ef424f26ea.png) | ![](https://user-images.githubusercontent.com/20276764/208441408-1ffe7508-19da-4f41-b984-58820799785a.png)

</p>
</details>

<details>
<summary> Research Vessels & Ships </summary>
<p>

👉 [CTD Profiles notebook](https://juliaocean.github.io/OceanRobots.jl/dev/examples/OceanExpedition_CCHDO.html) 👈

</p>
</details>

<details>
<summary> Profiling Floats </summary>
Expand Down Expand Up @@ -77,25 +101,6 @@ Argo Float Track | Argo Float Profiles
</p>
</details>


### Global Context

<details>
<summary> Global Observing Systems </summary>
<p>

Explore data coverage and data platforms.

👉 [OceanOPS notebook](https://juliaocean.github.io/OceanRobots.jl/dev/examples/OceanOPS.html) 👈

Global Data Coverage | Individual Data Platforms
:------------------------------:|:---------------------------------:
![](https://user-images.githubusercontent.com/20276764/208552147-d433f802-9c09-41cc-bece-f0ef424f26ea.png) | ![](https://user-images.githubusercontent.com/20276764/208441408-1ffe7508-19da-4f41-b984-58820799785a.png)

</p>
</details>


<details>
<summary> Gridded Satellite Data </summary>
<p>
Expand Down
1 change: 1 addition & 0 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The suite of examples includes :
- [Drifter\_GDP.jl](Drifter_GDP.html) (➭ [code link](https://raw.githubusercontent.com/JuliaOcean/OceanRobots.jl/master/examples/Drifter_GDP.jl)) : [drifter](https://www.aoml.noaa.gov/phod/gdp/hourly_data.php) time series
- [Drifter\_CloudDrift.jl](Drifter_CloudDrift.html) (➭ [code link](https://github.com/JuliaOcean/OceanRobots.jl/blob/master/examples/Drifter_CloudDrift.jl)) : drifter statistics
- [Float\_Argo.jl](Float_Argo.html) (➭ [code link](https://raw.githubusercontent.com/JuliaOcean/OceanRobots.jl/master/examples/Float_Argo.jl)) : Argo profiling [float](https://argo.ucsd.edu) data
- [OceanExpedition\_CCHDO.jl](OceanExpedition_CCHDO.html) (➭ [code link](https://raw.githubusercontent.com/JuliaOcean/OceanRobots.jl/master/examples/OceanExpedition_CCHDO.jl)) : [ship](https://cchdo.ucsd.edu) CTD and other data
- [Glider\_Spray.jl](Glider_Spray.html) (➭ [code link](https://raw.githubusercontent.com/JuliaOcean/OceanRobots.jl/master/examples/Glider_Spray.jl)) : underwater [glider](http://spraydata.ucsd.edu/projects/) data
- [SatelliteAltimetry.jl](SatelliteAltimetry.html) (➭ [code link](https://raw.githubusercontent.com/JuliaOcean/OceanRobots.jl/master/examples/SatelliteAltimetry.jl)) : gridded satellite data

Expand Down
Loading

0 comments on commit 72ca463

Please sign in to comment.