Skip to content

Commit

Permalink
Merge pull request #55 from euroargodev/v0p1p20a
Browse files Browse the repository at this point in the history
V0p1p20a
  • Loading branch information
gaelforget authored Aug 16, 2024
2 parents 656f95d + 8b68932 commit 83d6d5f
Show file tree
Hide file tree
Showing 10 changed files with 596 additions and 310 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name = "ArgoData"
uuid = "9eb831cf-c491-48dc-bed4-6aca718df73c"
authors = ["gaelforget <[email protected]>"]
version = "0.1.19"
version = "0.1.20"

[deps]
Bootstrap = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Climatology = "9e9a4d37-2d2e-41e3-8b85-f7978328d9c7"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand All @@ -14,7 +16,6 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
MeshArrays = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OceanStateEstimation = "891f6deb-a4f5-4bc5-a2e3-1e8f649cdd2c"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -23,6 +24,8 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CSV = "0.10"
Bootstrap = "2"
Climatology = "0.5"
DataFrames = "1"
Downloads = "1"
FTPClient = "1"
Expand All @@ -31,7 +34,6 @@ Interpolations = "0.13, 0.14, 0.15"
JLD2 = "0.4"
MeshArrays = "0.3"
NCDatasets = "0.12, 0.13, 0.14"
OceanStateEstimation = "0.4"
OrderedCollections = "1"
Statistics = "1"
YAML = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[deps]
Climatology = "9e9a4d37-2d2e-41e3-8b85-f7978328d9c7"
Dataverse = "9c0b9be8-e31e-490f-90fe-77697562404d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
MITgcm = "dce5fa8e-68ce-4431-a242-9469c69627a0"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OceanStateEstimation = "891f6deb-a4f5-4bc5-a2e3-1e8f649cdd2c"
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using Documenter, ArgoData, PlutoSliderServer

using OceanStateEstimation, MITgcm; OceanStateEstimation.MITPROFclim_download()
using Climatology, MITgcm
ENV["DATADEPS_ALWAYS_ACCEPT"]=true
Climatology.MITPROFclim_download()

#python dependencies
if false
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tools to access, visualize, process, and analyze of
### Notebooks

- [ArgoData](https://juliaocean.github.io/OceanRobots.jl/dev/examples/Float_Argo.html) πŸš€ interactive vizualisation
- [MITprof](https://euroargodev.github.io/ArgoData.jl/dev/ArgoToMITprof.html) πŸš€ simplified format
- [MITprof](ArgoToMITprof.html) πŸš€ simplified format
- [argopy](http://gaelforget.net/notebooks/Argo_argopy.html) πŸš€ python API via Julia

_This package is in early developement stage when breaking changes can be expected._
Expand Down
Loading

0 comments on commit 83d6d5f

Please sign in to comment.