Skip to content

Commit

Permalink
Merge pull request #77 from gaelforget/v0p1p28a
Browse files Browse the repository at this point in the history
MITprofStat workflow improvements and extensions
  • Loading branch information
gaelforget authored Dec 21, 2024
2 parents 5f5a24f + 9063e24 commit 81ac0ef
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 82 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "ArgoData"
uuid = "9eb831cf-c491-48dc-bed4-6aca718df73c"
authors = ["gaelforget <[email protected]>"]
version = "0.1.27"
version = "0.1.28"

[deps]
Bootstrap = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dataverse = "9c0b9be8-e31e-490f-90fe-77697562404d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -32,19 +33,20 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"

[extensions]
ArgoDataClimatologyExt = ["Climatology"]
ArgoDataCondaExt = ["Conda"]
ArgoDataCondaPkgExt = ["CondaPkg"]
ArgoDataMakieExt = ["Makie"]
ArgoDataPyCallExt = ["PyCall"]
ArgoDataPythonCallExt = ["PythonCall"]
ArgoDataClimatologyExt = ["Climatology"]

[compat]
Bootstrap = "2"
CSV = "0.10"
Climatology = "0.5"
Conda = "1"
CondaPkg = "0.2"
DataDeps = "0.7"
DataFrames = "1"
Dataverse = "0.2"
Downloads = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/MITprof_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function map_stat_combine(G,level=5,varia=:Td, rec=120;
func=(x->x))

if isempty(stat_config)
list=MITprofStat.list_stat_configurations()
list=MITprofStat.basic_config()
elseif isa(stat_config,String)
list=CSV.read(stat_config,DataFrame)
elseif isa(stat_config,DataFrame)
Expand Down
Loading

0 comments on commit 81ac0ef

Please sign in to comment.